Home
last modified time | relevance | path

Searched refs:lg2 (Results 1 – 16 of 16) sorted by relevance

/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/
Dvariadic_assign.fail.cpp30 LG lg1, lg2; in main() local
31 lg1 = lg2; // expected-error{{overload resolution selected deleted operator '='}} in main()
36 LG lg2(om0, om1); in main() local
37 lg1 = lg2; // expected-error{{overload resolution selected deleted operator '='}} in main()
42 LG lg2(om0, om1, om2); in main() local
43 lg1 = lg2; // expected-error{{overload resolution selected deleted operator '='}} in main()
/external/skia/third_party/libpng/
Dpng.c3534 unsigned int lg2 = 0;
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;
3598 lg2 = 8, x <<= 8;
3601 lg2 += 4, x <<= 4;
3604 lg2 += 2, x <<= 2;
3607 lg2 += 1, x <<= 1;
[all …]
/external/libpng/
Dpng.c3566 unsigned int lg2 = 0;
3577 lg2 = 4, x <<= 4;
3580 lg2 += 2, x <<= 2;
3583 lg2 += 1, x <<= 1;
3586 return (png_int_32)((lg2 << 16) + ((png_8bit_l2[x-128]+32768)>>16));
3623 unsigned int lg2 = 0;
3630 lg2 = 8, x <<= 8;
3633 lg2 += 4, x <<= 4;
3636 lg2 += 2, x <<= 2;
3639 lg2 += 1, x <<= 1;
[all …]
/external/pdfium/third_party/libpng16/
Dpng.c3535 unsigned int lg2 = 0;
3546 lg2 = 4, x <<= 4;
3549 lg2 += 2, x <<= 2;
3552 lg2 += 1, x <<= 1;
3555 return (png_int_32)((lg2 << 16) + ((png_8bit_l2[x-128]+32768)>>16));
3592 unsigned int lg2 = 0;
3599 lg2 = 8, x <<= 8;
3602 lg2 += 4, x <<= 4;
3605 lg2 += 2, x <<= 2;
3608 lg2 += 1, x <<= 1;
[all …]
/external/aac/libSBRenc/src/
Dnf_est.cpp536 FIXP_DBL tmp, ratio, lg2; in FDKsbrEnc_resetSbrNoiseFloorEstimate() local
540 lg2 = fLog2(ratio, ratio_e, &qlg2); in FDKsbrEnc_resetSbrNoiseFloorEstimate()
541 tmp = fMult((FIXP_DBL)(h_sbrNoiseFloorEstimate->noiseBands<<24), lg2); in FDKsbrEnc_resetSbrNoiseFloorEstimate()
/external/fdlibm/
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/x86/
Dmore_x86_fp.c131 TEST(lg2); in test_fconst()
/external/valgrind/memcheck/tests/amd64/
Dmore_x87_fp.c141 TEST(lg2); in test_fconst()
/external/valgrind/none/tests/amd64/
Dfb_test_amd64.c983 TEST(lg2); in test_fconst()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1783 unsigned lg2 = Log2_64(abs2); in visitSDIV() local
1793 DAG.getConstant(VT.getSizeInBits() - lg2, in visitSDIV()
1799 DAG.getConstant(lg2, getShiftAmountTy(ADD.getValueType()))); in visitSDIV()
/external/llvm/lib/Target/NVPTX/
DNVPTXIntrinsics.td420 def INT_NVVM_LG2_APPROX_FTZ_F : F_MATH_1<"lg2.approx.ftz.f32 \t$dst, $src0;",
422 def INT_NVVM_LG2_APPROX_F : F_MATH_1<"lg2.approx.f32 \t$dst, $src0;",
424 def INT_NVVM_LG2_APPROX_D : F_MATH_1<"lg2.approx.f64 \t$dst, $src0;",
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2266 unsigned lg2 = N1C->getAPIntValue().countTrailingZeros(); in visitSDIV() local
2278 DAG.getConstant(VT.getScalarSizeInBits() - lg2, DL, in visitSDIV()
2284 DAG.getConstant(lg2, DL, in visitSDIV()
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DIntrinsics.gen3040 nvvm_lg2_approx_d, // llvm.nvvm.lg2.approx.d
3041 nvvm_lg2_approx_f, // llvm.nvvm.lg2.approx.f
3042 nvvm_lg2_approx_ftz_f, // llvm.nvvm.lg2.approx.ftz.f
9098 "llvm.nvvm.lg2.approx.d",
9099 "llvm.nvvm.lg2.approx.f",
9100 "llvm.nvvm.lg2.approx.ftz.f",
17038 1, // llvm.nvvm.lg2.approx.d
17039 1, // llvm.nvvm.lg2.approx.f
17040 1, // llvm.nvvm.lg2.approx.ftz.f
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DIntrinsics.gen3034 nvvm_lg2_approx_d, // llvm.nvvm.lg2.approx.d
3035 nvvm_lg2_approx_f, // llvm.nvvm.lg2.approx.f
3036 nvvm_lg2_approx_ftz_f, // llvm.nvvm.lg2.approx.ftz.f
9058 "llvm.nvvm.lg2.approx.d",
9059 "llvm.nvvm.lg2.approx.f",
9060 "llvm.nvvm.lg2.approx.ftz.f",
16943 1, // llvm.nvvm.lg2.approx.d
16944 1, // llvm.nvvm.lg2.approx.f
16945 1, // llvm.nvvm.lg2.approx.ftz.f
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DIntrinsics.gen3040 nvvm_lg2_approx_d, // llvm.nvvm.lg2.approx.d
3041 nvvm_lg2_approx_f, // llvm.nvvm.lg2.approx.f
3042 nvvm_lg2_approx_ftz_f, // llvm.nvvm.lg2.approx.ftz.f
9098 "llvm.nvvm.lg2.approx.d",
9099 "llvm.nvvm.lg2.approx.f",
9100 "llvm.nvvm.lg2.approx.ftz.f",
17038 1, // llvm.nvvm.lg2.approx.d
17039 1, // llvm.nvvm.lg2.approx.f
17040 1, // llvm.nvvm.lg2.approx.ftz.f
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DIntrinsics.gen3040 nvvm_lg2_approx_d, // llvm.nvvm.lg2.approx.d
3041 nvvm_lg2_approx_f, // llvm.nvvm.lg2.approx.f
3042 nvvm_lg2_approx_ftz_f, // llvm.nvvm.lg2.approx.ftz.f
9098 "llvm.nvvm.lg2.approx.d",
9099 "llvm.nvvm.lg2.approx.f",
9100 "llvm.nvvm.lg2.approx.ftz.f",
17038 1, // llvm.nvvm.lg2.approx.d
17039 1, // llvm.nvvm.lg2.approx.f
17040 1, // llvm.nvvm.lg2.approx.ftz.f