Home | Sort by: relevance | last modified time | path |
/src/lib/libm/src/ | |
e_pow.c | 89 lg2_h = 6.93147182464599609375e-01, /* 0x3FE62E43, 0x00000000 */ variable in typeref:typename:const double[][][] 296 u = t*lg2_h; |
e_powf.c | 48 lg2_h = 6.93145752e-01, /* 0x3f317200 */ variable in typeref:typename:const float[][][] 239 u = t*lg2_h; |
/src/lib/libm/ld128/ | |
e_powl.c | 137 lg2_h = 6.9314718055994528622676398299518041312695E-1L, variable in typeref:typename:const long double 419 u = t * lg2_h; |