Home
last modified time | relevance | path

Searched defs:Zeros (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DScaledNumber.cpp65 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/
Dnumber_handling.md99 ### Zeros subsection
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFStreamer.h77 static const char Zeros[16] = {0}; in writeZeroPadding() local
DIceASanInstrumentation.cpp285 const SizeT Zeros = VarSize >> ShadowScaleLog2; in instrumentFuncStart() local
DIceTargetLoweringX8664.cpp2404 Variable *Zeros = makeVectorOfZeros(DestTy); in lowerCast() local
DIceTargetLoweringX8632.cpp2620 Variable *Zeros = makeVectorOfZeros(DestTy); in lowerCast() local
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DFloatLex_test.cpp62 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/
DFloatLex_test.cpp62 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/
DPPCDisassembler.cpp314 unsigned Zeros = countTrailingZeros(Imm); in decodeCRBitMOperand() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp390 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/
DHexagonConstPropagation.cpp1663 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/
Dgtest_unittest.cc2833 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/
DX86ISelLowering.cpp10287 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/
DARMISelLowering.cpp11862 unsigned Zeros = Imm.countLeadingZeros() + Imm.countTrailingZeros(); in PerformSHLSimplify() local