| /src/external/lgpl3/mpfr/dist/src/ |
| log2p1.c | 86 mpfr_t t, lg2; local 120 mpfr_init2 (lg2, prec); 126 mpfr_const_log2 (lg2, MPFR_RNDN); 127 mpfr_div (t, t, lg2, MPFR_RNDN); 157 mpfr_set_prec (lg2, prec); 164 mpfr_clear (lg2);
|
| /src/lib/libm/src/ |
| e_pow.c | 88 lg2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable 297 v = (p_l-(t-p_h))*lg2+t*lg2_l;
|
| e_powf.c | 47 lg2 = 6.9314718246e-01, /* 0x3f317218 */ variable 240 v = (p_l-(t-p_h))*lg2+t*lg2_l;
|
| /src/lib/libm/ld128/ |
| e_powl.c | 136 lg2 = 6.9314718055994530941723212145817656807550E-1L, variable 420 v = (p_l - (t - p_h)) * lg2 + t * lg2_l;
|
| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| powq.c | 137 lg2 = 6.9314718055994530941723212145817656807550E-1Q, variable 424 v = (p_l - (t - p_h)) * lg2 + t * lg2_l;
|
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| powq.c | 137 lg2 = 6.9314718055994530941723212145817656807550E-1Q, variable 424 v = (p_l - (t - p_h)) * lg2 + t * lg2_l;
|