HomeSort by relevance Sort by last modified time
    Searched refs:twom100 (Results 1 - 2 of 2) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_expf.c 43 twom100 = 7.8886090522e-31; /* 2**-100=0x0d800000 */ variable
63 if(x < u_threshold) return twom100*twom100; /* underflow */
96 return y*twopk*twom100;
s_exp2f.c 47 twom100 = 0x1p-100f; variable
115 return (twom100 * twom100); /* underflow */

Completed in 46 milliseconds