Home | Sort by: relevance | last modified time | path |
/src/lib/libm/noieee_src/ | |
n_exp2f.c | 50 static volatile float twom100 = 0x1p-100f; variable in typeref:typename:volatile float 112 return (twom100 * twom100); /* underflow */ |
/src/lib/libm/src/ | |
e_expf.c | 29 twom100 = 7.8886090522e-31, /* 2**-100=0x0d800000 */ variable in typeref:typename:const float[2] 63 if(x < u_threshold) return twom100*twom100; /* underflow */ 97 return y*twom100; |