Searched refs:lg2 (Results 1 - 9 of 9) sorted by relevance
/external/libpng/ |
H A D | png.c | 3534 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 D | png.c | 3388 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 D | nf_est.cpp | 536 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 D | e_pow.c | 89 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 D | more_x87_fp.c | 141 TEST(lg2);
|
/external/valgrind/memcheck/tests/x86/ |
H A D | more_x86_fp.c | 131 TEST(lg2);
|
/external/valgrind/VEX/test/ |
H A D | test-amd64.c | 661 TEST(lg2);
|
H A D | test-i386.c | 623 TEST(lg2);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 2271 unsigned lg2 = N1C->getAPIntValue().countTrailingZeros(); local 2283 DAG.getConstant(VT.getScalarSizeInBits() - lg2, DL, 2289 DAG.getConstant(lg2, DL,
|
Completed in 7384 milliseconds