Home | Sort by: relevance | last modified time | path |
/src/lib/libm/src/ | |
e_pow.c | 90 lg2_l = -1.90465429995776804525e-09, /* 0xBE205C61, 0x0CA86C39 */ variable in typeref:typename:const double[][][] 297 v = (p_l-(t-p_h))*lg2+t*lg2_l; |
e_powf.c | 49 lg2_l = 1.42860654e-06, /* 0x35bfbe8c */ variable in typeref:typename:const float[][][] 240 v = (p_l-(t-p_h))*lg2+t*lg2_l; |
/src/lib/libm/ld128/ | |
e_powl.c | 138 lg2_l = 2.3190468138462996154948554638754786504121E-17L, variable in typeref:typename:const long double 420 v = (p_l - (t - p_h)) * lg2 + t * lg2_l; |