Home
last modified time | relevance | path

Searched refs:eb (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libm/ld/ld80/
De_hypotl.c51 u_int32_t j,k,ea,eb; in hypotl() local
55 GET_LDOUBLE_EXP(eb,y); in hypotl()
56 eb &= 0x7fff; in hypotl()
57 if(eb > ea) {a=y;b=x;j=ea; ea=eb;eb=j;} else {a=x;b=y;} in hypotl()
59 SET_LDOUBLE_EXP(b,eb); /* b <- |b| */ in hypotl()
60 if((ea-eb)>0x46) {return a+b;} /* x/y > 2**70 */ in hypotl()
71 if(((eb^0x7fff)|(high&0x7fffffff)|low)==0 && !issignalingl_inline(a)) in hypotl()
76 ea -= 0x2580; eb -= 0x2580; k += 9600; in hypotl()
78 SET_LDOUBLE_EXP(b,eb); in hypotl()
80 if(eb < 0x20bf) { /* b < 2**-8000 */ in hypotl()
[all …]