Searched defs:Zeros (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A 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/subzero/src/ |
H A D | IceELFStreamer.h | 77 static const char Zeros[16] = {0}; in writeZeroPadding() local
|
H A D | IceASanInstrumentation.cpp | 285 const SizeT Zeros = VarSize >> ShadowScaleLog2; in instrumentFuncStart() local
|
H A D | IceTargetLoweringX8664.cpp | 2404 Variable *Zeros = makeVectorOfZeros(DestTy); in lowerCast() local
|
H A D | IceTargetLoweringX8632.cpp | 2620 Variable *Zeros = makeVectorOfZeros(DestTy); in lowerCast() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ScaledNumber.cpp | 67 Dividend64 <<= Zeros; in divide32() local 89 Divisor >>= Zeros; in divide64() local 99 Dividend <<= Zeros; in divide64() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 1663 bool MachineConstEvaluator::evaluateCLBr(const RegisterSubReg &R1, bool Zeros, in evaluateCLBr() argument 1684 bool MachineConstEvaluator::evaluateCLBi(const APInt &A1, bool Zeros, in evaluateCLBi() argument 1698 bool MachineConstEvaluator::evaluateCTBr(const RegisterSubReg &R1, bool Zeros, in evaluateCTBr() argument 1719 evaluateCTBi(const APInt &A1, bool Zeros, bool Ones, APInt &Result) evaluateCTBi() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 2689 Value *Zeros = ConstantAggregateZero::get(VectorType::get(I32Ty, NumElts)); in CreateVectorSplat() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 899 struct Zeros struct in vkt::pipeline::__anon28194::MultipleBindingsVertex 903 Zeros (const tcu::Vec2&) in Zeros() function
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 577 struct Zeros struct in vkt::pipeline::__anon29419::MultipleBindingsVertex 581 Zeros (const tcu::Vec2&) in Zeros() function
|
Completed in 56 milliseconds