Searched refs:ea (Results 1 – 3 of 3) sorted by relevance
51 u_int32_t j,k,ea,eb; in hypotl() local53 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 …]
2089 newlib/libc/machine/spu/include/ea.h
7586 * libc/machine/spu/include/ea.h: New file.