Searched refs:lg2 (Results 1 - 15 of 15) sorted by relevance

/external/libpng/
H A Dpng.c3453 unsigned int lg2 = 0; local
3464 lg2 = 4, x <<= 4;
3467 lg2 += 2, x <<= 2;
3470 lg2 += 1, x <<= 1;
3473 return (png_int_32)((lg2 << 16) + ((png_8bit_l2[x-128]+32768)>>16));
3509 unsigned int lg2 = 0; local
3516 lg2 = 8, x <<= 8;
3519 lg2 += 4, x <<= 4;
3522 lg2 += 2, x <<= 2;
3525 lg2
3646 png_exp8bit(png_fixed_point lg2) argument
3661 png_exp16bit(png_fixed_point lg2) argument
[all...]
/external/aac/libSBRenc/src/
H A Dnf_est.cpp535 FIXP_DBL tmp, ratio, lg2;
539 lg2 = fLog2(ratio, ratio_e, &qlg2);
540 tmp = fMult((FIXP_DBL)(h_sbrNoiseFloorEstimate->noiseBands<<24), lg2);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_estimator.c31 int32_t zeros, lg2; local
38 lg2= (WEBRTC_SPL_LSHIFT_W32((31-zeros), 8)+frac);
39 return lg2;
H A Ddecode_plc.c96 int32_t zeros, lg2; local
103 lg2= (WEBRTC_SPL_LSHIFT_W16((31-zeros), 8)+frac);
104 return lg2;
H A Dlpc_masking_model.c349 int32_t zeros, lg2; local
357 lg2= (WEBRTC_SPL_LSHIFT_W16((31-zeros), 8)+frac);
358 return 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/qemu/distrib/sdl-1.2.15/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/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_estimator.c40 WebRtc_Word32 zeros, lg2; local
47 lg2= (WEBRTC_SPL_LSHIFT_W32((31-zeros), 8)+frac);
48 return lg2;
H A Ddecode_plc.c96 WebRtc_Word32 zeros, lg2; local
103 lg2= (WEBRTC_SPL_LSHIFT_W16((31-zeros), 8)+frac);
104 return lg2;
H A Dlpc_masking_model.c349 WebRtc_Word32 zeros, lg2; local
357 lg2= (WEBRTC_SPL_LSHIFT_W16((31-zeros), 8)+frac);
358 return lg2;
/external/valgrind/main/memcheck/tests/amd64/
H A Dmore_x87_fp.c141 TEST(lg2);
/external/valgrind/main/memcheck/tests/x86/
H A Dmore_x86_fp.c131 TEST(lg2);
/external/valgrind/main/VEX/test/
H A Dtest-amd64.c661 TEST(lg2);
H A Dtest-i386.c623 TEST(lg2);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2022 unsigned lg2 = N1C->getAPIntValue().countTrailingZeros(); local
2034 DAG.getConstant(VT.getScalarSizeInBits() - lg2,
2040 DAG.getConstant(lg2, getShiftAmountTy(ADD.getValueType())));

Completed in 709 milliseconds