Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/
De_hypotl.c51 u_int32_t j,k,ea,eb; in hypotl() local
53 GET_LDOUBLE_EXP(ea,x); in hypotl()
54 ea &= 0x7fff; in hypotl()
57 if(eb > ea) {a=y;b=x;j=ea; ea=eb;eb=j;} else {a=x;b=y;} in hypotl()
58 SET_LDOUBLE_EXP(a,ea); /* a <- |a| */ in hypotl()
60 if((ea-eb)>0x46) {return a+b;} /* x/y > 2**70 */ in hypotl()
62 if(ea > 0x5f3f) { /* a>2**8000 */ in hypotl()
63 if(ea == 0x7fff) { /* Inf or NaN */ in hypotl()
76 ea -= 0x2580; eb -= 0x2580; k += 9600; in hypotl()
77 SET_LDOUBLE_EXP(a,ea); in hypotl()
[all …]
/picolibc-3.7.0-3.6.0/
DCOPYING.picolibc2089 newlib/libc/machine/spu/include/ea.h
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-20157586 * libc/machine/spu/include/ea.h: New file.