/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
D | assign.fail.cpp | 29 LG lg1, lg2; in main() local 30 lg1 = lg2; // expected-error{{overload resolution selected deleted operator '='}} in main() 35 LG lg2(om0); in main() local 36 lg1 = lg2; // expected-error{{overload resolution selected deleted operator '='}} in main() 41 LG lg2(om0, om1); in main() local 42 lg1 = lg2; // expected-error{{overload resolution selected deleted operator '='}} in main() 47 LG lg2(om0, om1, om2); in main() local 48 lg1 = lg2; // expected-error{{overload resolution selected deleted operator '='}} in main()
|
/external/pdfium/third_party/libpng16/ |
D | png.c | 3569 unsigned int lg2 = 0; 3580 lg2 = 4, x <<= 4; 3583 lg2 += 2, x <<= 2; 3586 lg2 += 1, x <<= 1; 3589 return (png_int_32)((lg2 << 16) + ((png_8bit_l2[x-128]+32768)>>16)); 3626 unsigned int lg2 = 0; 3633 lg2 = 8, x <<= 8; 3636 lg2 += 4, x <<= 4; 3639 lg2 += 2, x <<= 2; 3642 lg2 += 1, x <<= 1; [all …]
|
/external/libpng/ |
D | png.c | 3647 unsigned int lg2 = 0; 3658 lg2 = 4, x <<= 4; 3661 lg2 += 2, x <<= 2; 3664 lg2 += 1, x <<= 1; 3667 return (png_int_32)((lg2 << 16) + ((png_8bit_l2[x-128]+32768)>>16)); 3704 unsigned int lg2 = 0; 3711 lg2 = 8, x <<= 8; 3714 lg2 += 4, x <<= 4; 3717 lg2 += 2, x <<= 2; 3720 lg2 += 1, x <<= 1; [all …]
|
/external/aac/libSBRenc/src/ |
D | nf_est.cpp | 566 FIXP_DBL tmp, ratio, lg2; in FDKsbrEnc_resetSbrNoiseFloorEstimate() local 570 lg2 = fLog2(ratio, ratio_e, &qlg2); in FDKsbrEnc_resetSbrNoiseFloorEstimate() 571 tmp = fMult((FIXP_DBL)(h_sbrNoiseFloorEstimate->noiseBands << 24), lg2); in FDKsbrEnc_resetSbrNoiseFloorEstimate()
|
/external/fdlibm/ |
D | e_pow.c | 89 lg2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable 297 v = (p_l-(t-p_h))*lg2+t*lg2_l;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 1783 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/ |
D | NVPTXIntrinsics.td | 420 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXIntrinsics.td | 571 def INT_NVVM_LG2_APPROX_FTZ_F : F_MATH_1<"lg2.approx.ftz.f32 \t$dst, $src0;", 573 def INT_NVVM_LG2_APPROX_F : F_MATH_1<"lg2.approx.f32 \t$dst, $src0;", 575 def INT_NVVM_LG2_APPROX_D : F_MATH_1<"lg2.approx.f64 \t$dst, $src0;",
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 2266 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-7.0/configs/common/include/llvm/IR/ |
D | IntrinsicEnums.inc | 3799 nvvm_lg2_approx_d, // llvm.nvvm.lg2.approx.d 3800 nvvm_lg2_approx_f, // llvm.nvvm.lg2.approx.f 3801 nvvm_lg2_approx_ftz_f, // llvm.nvvm.lg2.approx.ftz.f
|
D | IntrinsicImpl.inc | 3825 "llvm.nvvm.lg2.approx.d", 3826 "llvm.nvvm.lg2.approx.f", 3827 "llvm.nvvm.lg2.approx.ftz.f", 12703 1, // llvm.nvvm.lg2.approx.d 12704 1, // llvm.nvvm.lg2.approx.f 12705 1, // llvm.nvvm.lg2.approx.ftz.f
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Intrinsics.gen | 3040 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/ |
D | Intrinsics.gen | 3040 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/Fuchsia/include/llvm/IR/ |
D | Intrinsics.gen | 3040 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/ |
D | Intrinsics.gen | 3034 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/Android/include/llvm/IR/ |
D | Intrinsics.gen | 3040 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
|