HomeSort by relevance Sort by last modified time
    Searched defs:lg2 (Results 1 - 6 of 6) sorted by null

  /bionic/libm/src/
e_pow.c 86 lg2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable
292 v = (p_l-(t-p_h))*lg2+t*lg2_l;
e_powf.c 45 lg2 = 6.9314718246e-01, /* 0x3f317218 */ variable
235 v = (p_l-(t-p_h))*lg2+t*lg2_l;
  /external/aac/libSBRenc/src/
nf_est.cpp 533 FIXP_DBL tmp, ratio, lg2; local
537 lg2 = fLog2(ratio, ratio_e, &qlg2);
538 tmp = fMult((FIXP_DBL)(h_sbrNoiseFloorEstimate->noiseBands<<24), lg2);
  /external/qemu/distrib/sdl-1.2.15/src/video/
e_pow.h 85 lg2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable
290 v = (p_l-(t-p_h))*lg2+t*lg2_l;
  /external/fdlibm/
e_pow.c 89 lg2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable
297 v = (p_l-(t-p_h))*lg2+t*lg2_l;
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 1872 unsigned lg2 = N1C->getAPIntValue().countTrailingZeros(); local
    [all...]

Completed in 330 milliseconds