Searched refs:twom100 (Results 1 – 2 of 2) sorted by relevance
43 twom100 = 7.8886090522e-31; /* 2**-100=0x0d800000 */ variable63 if(x < u_threshold) return twom100*twom100; /* underflow */ in __ieee754_expf()96 return y*twopk*twom100; in __ieee754_expf()
30 twom100 = 7.8886090522e-31, /* 2**-100=0x0d800000 */ variable65 return twom100*twom100; /* underflow */97 return y*twom100;