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

/freebsd-11-stable/lib/msun/ld80/
H A De_powl.c243 static const long double twom10000 = 0x1p-10000L;
245 static volatile long double twom10000 = 0x1p-10000L; variable
466 return (twom10000 * twom10000); /* underflow */
626 return (twom10000 * twom10000); /* underflow */
H A Ds_exp2l.c48 twom10000 = 0x1p-10000L; variable
238 return (twom10000 * twom10000); /* underflow */
286 RETURNI(r * twopkp10000 * twom10000);
H A Ds_expl.c59 twom10000 = 0x1p-10000L; variable
112 RETURNI(t * twopk * twom10000);
/freebsd-11-stable/lib/msun/ld128/
H A Ds_exp2l.c44 twom10000 = 0x1p-10000L; variable
378 return (twom10000 * twom10000); /* underflow */
425 return (r * twopkp10000 * twom10000);
H A Ds_expl.c49 twom10000 = 0x1p-10000L; variable
101 RETURNI(t * twopk * twom10000);

Completed in 70 milliseconds