Home
last modified time | relevance | path

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

/dragonfly/contrib/openbsd_libm/src/
HDe_expf.c24 twom100 = 7.8886090522e-31, /* 2**-100=0x0d800000 */ variable
57 if(x < u_threshold) return twom100*twom100; /* underflow */ in expf()
90 return y*twom100; in expf()
HDs_exp2f.c44 static volatile float twom100 = 0x1p-100f; variable
112 return (twom100 * twom100); /* underflow */ in exp2f()