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

/external/libpng/
H A Dpng.c3534 unsigned int lg2 = 0; local
3545 lg2 = 4, x <<= 4;
3548 lg2 += 2, x <<= 2;
3551 lg2 += 1, x <<= 1;
3554 return (png_int_32)((lg2 << 16) + ((png_8bit_l2[x-128]+32768)>>16));
3591 unsigned int lg2 = 0; local
3598 lg2 = 8, x <<= 8;
3601 lg2 += 4, x <<= 4;
3604 lg2 += 2, x <<= 2;
3607 lg2
3729 png_exp8bit(png_fixed_point lg2) argument
3744 png_exp16bit(png_fixed_point lg2) argument
[all...]
/external/pdfium/third_party/lpng_v163/
H A Dpng.c3388 unsigned int lg2 = 0; local
3399 lg2 = 4, x <<= 4;
3402 lg2 += 2, x <<= 2;
3405 lg2 += 1, x <<= 1;
3408 return (png_int_32)((lg2 << 16) + ((png_8bit_l2[x-128]+32768)>>16));
3444 unsigned int lg2 = 0; local
3451 lg2 = 8, x <<= 8;
3454 lg2 += 4, x <<= 4;
3457 lg2 += 2, x <<= 2;
3460 lg2
3581 png_exp8bit(png_fixed_point lg2) argument
3595 png_exp16bit(png_fixed_point lg2) argument
[all...]
/external/aac/libSBRenc/src/
H A Dnf_est.cpp536 FIXP_DBL tmp, ratio, lg2;
540 lg2 = fLog2(ratio, ratio_e, &qlg2);
541 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/valgrind/memcheck/tests/amd64/
H A Dmore_x87_fp.c141 TEST(lg2);
/external/valgrind/memcheck/tests/x86/
H A Dmore_x86_fp.c131 TEST(lg2);
/external/valgrind/VEX/test/
H A Dtest-amd64.c661 TEST(lg2);
H A Dtest-i386.c623 TEST(lg2);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2271 unsigned lg2 = N1C->getAPIntValue().countTrailingZeros(); local
2283 DAG.getConstant(VT.getScalarSizeInBits() - lg2, DL,
2289 DAG.getConstant(lg2, DL,

Completed in 7384 milliseconds