/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ScaledNumber.cpp | 65 if (int Zeros = countLeadingZeros(Dividend64)) { in divide32() local 87 if (int Zeros = countTrailingZeros(Divisor)) { in divide64() local 97 if (int Zeros = countLeadingZeros(Dividend)) { in divide64() local
|
/third_party/json/doc/mkdocs/docs/features/types/ |
D | number_handling.md | 99 ### Zeros subsection
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceELFStreamer.h | 77 static const char Zeros[16] = {0}; in writeZeroPadding() local
|
D | IceASanInstrumentation.cpp | 285 const SizeT Zeros = VarSize >> ShadowScaleLog2; in instrumentFuncStart() local
|
D | IceTargetLoweringX8664.cpp | 2404 Variable *Zeros = makeVectorOfZeros(DestTy); in lowerCast() local
|
D | IceTargetLoweringX8632.cpp | 2620 Variable *Zeros = makeVectorOfZeros(DestTy); in lowerCast() local
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | FloatLex_test.cpp | 62 static std::string Zeros(size_t count) { return std::string(count, '0'); } in Zeros() function in FloatLexTest
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | FloatLex_test.cpp | 62 static std::string Zeros(size_t count) { return std::string(count, '0'); } in Zeros() function in FloatLexTest
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 314 unsigned Zeros = countTrailingZeros(Imm); in decodeCRBitMOperand() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineExtendedDynamicStateTests.cpp | 390 struct Zeros struct in vkt::pipeline::__anond744a7380111::MultipleBindingsVertex 392 tcu::Vec2 zeros; 394 Zeros (const tcu::Vec2&) in Zeros() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 1663 bool MachineConstEvaluator::evaluateCLBr(const RegisterSubReg &R1, bool Zeros, in evaluateCLBr() 1684 bool MachineConstEvaluator::evaluateCLBi(const APInt &A1, bool Zeros, in evaluateCLBi() 1698 bool MachineConstEvaluator::evaluateCTBr(const RegisterSubReg &R1, bool Zeros, in evaluateCTBr() 1719 bool MachineConstEvaluator::evaluateCTBi(const APInt &A1, bool Zeros, in evaluateCTBi()
|
/third_party/googletest/googletest/test/ |
D | gtest_unittest.cc | 2833 TEST_F(FloatTest, Zeros) { in TEST_F() argument 2990 TEST_F(DoubleTest, Zeros) { in TEST_F() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 10287 uint64_t Zeros = 0; in LowerCONCAT_VECTORSvXi1() local 26423 SDValue Zeros = DAG.getConstant(0, dl, VT); in LowerScalarImmediateShift() local 27713 SDValue Zeros = DAG.getConstant(0, DL, ByteVecVT); in LowerHorizontalByteSum() local 27725 SDValue Zeros = DAG.getConstant(0, DL, VT); in LowerHorizontalByteSum() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 11862 unsigned Zeros = Imm.countLeadingZeros() + Imm.countTrailingZeros(); in PerformSHLSimplify() local
|