Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
De_hypotl.c37 #define DESW(exp) (exp) /* delta expsign word */ macro
61 if((ha-hb)>DESW(MANT_DIG+7)) {return a+b;} /* x/y > 2**(MANT_DIG+7) */ in hypotl()
75 ha -= DESW(MAX_EXP/2+88); hb -= DESW(MAX_EXP/2+88); in hypotl()
91 ha += DESW(MAX_EXP/2+88); in hypotl()
92 hb += DESW(MAX_EXP/2+88); in hypotl()
121 SET_HIGH_WORD(t1,high+DESW(k)); in hypotl()