Searched defs:lg2 (Results 1 - 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/
H A De_pow.h85 lg2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable
290 v = (p_l-(t-p_h))*lg2+t*lg2_l;
/external/aac/libSBRenc/src/
H A Dnf_est.cpp533 FIXP_DBL tmp, ratio, lg2; local
537 lg2 = fLog2(ratio, ratio_e, &qlg2);
538 tmp = fMult((FIXP_DBL)(h_sbrNoiseFloorEstimate->noiseBands<<24), lg2);
/external/fdlibm/
H A De_pow.c89 lg2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable
297 v = (p_l-(t-p_h))*lg2+t*lg2_l;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1867 unsigned lg2 = N1C->getAPIntValue().countTrailingZeros(); local
1877 DAG.getConstant(VT.getSizeInBits() - lg2,
1883 DAG.getConstant(lg2, getShiftAmountTy(ADD.getValueType())));

Completed in 167 milliseconds