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

/freebsd-12-stable/lib/msun/src/
H A 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) */
75 ha -= DESW(MAX_EXP/2+88); hb -= DESW(MAX_EXP/2+88);
91 ha += DESW(MAX_EXP/2+88);
92 hb += DESW(MAX_EXP/2+88);
121 SET_HIGH_WORD(t1,high+DESW(k));

Completed in 163 milliseconds