HomeSort by: relevance | last modified time | path
    Searched defs:lg2 (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libm/src/
e_pow.c 88 lg2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable in typeref:typename:const double[][][]
297 v = (p_l-(t-p_h))*lg2+t*lg2_l;
e_powf.c 47 lg2 = 6.9314718246e-01, /* 0x3f317218 */ variable in typeref:typename:const float[][][]
240 v = (p_l-(t-p_h))*lg2+t*lg2_l;
  /src/lib/libm/ld128/
e_powl.c 136 lg2 = 6.9314718055994530941723212145817656807550E-1L, variable in typeref:typename:const long double
420 v = (p_l - (t - p_h)) * lg2 + t * lg2_l;

Completed in 11 milliseconds