/external/swiftshader/third_party/subzero/src/ |
D | IceIntrinsics.cpp | 82 assert(NumTypes >= 1); in validateIntrinsic() 93 for (size_t i = 1; i < NumTypes; ++i) { in validateIntrinsic() 103 assert(NumTypes > 1); in getArgType() 104 assert(Index + 1 < NumTypes); in getArgType()
|
D | IceIntrinsics.h | 147 uint8_t NumTypes; member 156 assert(NumTypes > 0); in getReturnType() 162 assert(NumTypes > 0); in getNumArgs() 163 return NumTypes - 1; in getNumArgs()
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | layout.h | 361 NumTypes = sizeof...(Elements), 370 static_assert(NumSizes <= NumTypes, "Internal error"); 371 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1), 373 static_assert(NumTypes > 0, "Internal error"); 609 static_assert(NumTypes == NumSizes, "You must specify sizes of all fields"); 610 return Offset<NumTypes - 1>() + 611 SizeOf<ElementType<NumTypes - 1>>::value * Size<NumTypes - 1>(); 669 if (NumTypes == NumSizes && last >= 0) {
|
/external/cronet/stable/third_party/abseil-cpp/absl/container/internal/ |
D | layout.h | 365 NumTypes = sizeof...(Elements), 374 static_assert(NumSizes <= NumTypes, "Internal error"); 375 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1), 377 static_assert(NumTypes > 0, "Internal error"); 615 static_assert(NumTypes == NumSizes, "You must specify sizes of all fields"); 616 return Offset<NumTypes - 1>() + 617 SizeOf<ElementType<NumTypes - 1>>::value * Size<NumTypes - 1>(); 676 if (NumTypes == NumSizes && last >= 0) {
|
/external/cronet/tot/third_party/abseil-cpp/absl/container/internal/ |
D | layout.h | 365 NumTypes = sizeof...(Elements), 374 static_assert(NumSizes <= NumTypes, "Internal error"); 375 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1), 377 static_assert(NumTypes > 0, "Internal error"); 615 static_assert(NumTypes == NumSizes, "You must specify sizes of all fields"); 616 return Offset<NumTypes - 1>() + 617 SizeOf<ElementType<NumTypes - 1>>::value * Size<NumTypes - 1>(); 676 if (NumTypes == NumSizes && last >= 0) {
|
/external/abseil-cpp/absl/container/internal/ |
D | layout.h | 364 NumTypes = sizeof...(Elements), 373 static_assert(NumSizes <= NumTypes, "Internal error"); 374 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1), 376 static_assert(NumTypes > 0, "Internal error"); 614 static_assert(NumTypes == NumSizes, "You must specify sizes of all fields"); 615 return Offset<NumTypes - 1>() + 616 SizeOf<ElementType<NumTypes - 1>>::value * Size<NumTypes - 1>(); 675 if (NumTypes == NumSizes && last >= 0) {
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | layout.h | 349 NumTypes = sizeof...(Elements), 355 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1), 357 static_assert(NumTypes > 0, "Internal error"); 598 static_assert(NumTypes == NumSizes, "You must specify sizes of all fields"); 599 return Offset<NumTypes - 1>() + 600 SizeOf<ElementType<NumTypes - 1>>() * size_[NumTypes - 1]; 659 if (NumTypes == NumSizes && last >= 0) {
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | layout.h | 349 NumTypes = sizeof...(Elements), 355 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1), 357 static_assert(NumTypes > 0, "Internal error"); 598 static_assert(NumTypes == NumSizes, "You must specify sizes of all fields"); 599 return Offset<NumTypes - 1>() + 600 SizeOf<ElementType<NumTypes - 1>>::value * size_[NumTypes - 1]; 659 if (NumTypes == NumSizes && last >= 0) {
|
/external/angle/third_party/spirv-tools/src/test/opt/ |
D | type_manager_test.cpp | 298 EXPECT_EQ(type_id_strs.size(), manager.NumTypes()); in TEST() 548 ASSERT_EQ(7u, manager.NumTypes()); in TEST() 597 ASSERT_EQ(10u, manager.NumTypes()); in TEST() 634 ASSERT_EQ(5u, manager.NumTypes()); in TEST() 654 ASSERT_EQ(0u, manager.NumTypes()); in TEST() 670 ASSERT_EQ(5u, manager.NumTypes()); in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | type_manager_test.cpp | 289 EXPECT_EQ(type_id_strs.size(), manager.NumTypes()); in TEST() 539 ASSERT_EQ(7u, manager.NumTypes()); in TEST() 588 ASSERT_EQ(10u, manager.NumTypes()); in TEST() 625 ASSERT_EQ(5u, manager.NumTypes()); in TEST() 645 ASSERT_EQ(0u, manager.NumTypes()); in TEST() 661 ASSERT_EQ(5u, manager.NumTypes()); in TEST()
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | type_manager_test.cpp | 292 EXPECT_EQ(type_id_strs.size(), manager.NumTypes()); in TEST() 542 ASSERT_EQ(7u, manager.NumTypes()); in TEST() 591 ASSERT_EQ(10u, manager.NumTypes()); in TEST() 628 ASSERT_EQ(5u, manager.NumTypes()); in TEST() 648 ASSERT_EQ(0u, manager.NumTypes()); in TEST() 664 ASSERT_EQ(5u, manager.NumTypes()); in TEST()
|
/external/pytorch/torch/csrc/cuda/ |
D | nccl.h | 72 NumTypes = 10 enumerator
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | type_manager.h | 93 size_t NumTypes() const { return id_to_type_.size(); } in NumTypes() function
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | type_manager.h | 93 size_t NumTypes() const { return id_to_type_.size(); } in NumTypes() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | type_manager.h | 93 size_t NumTypes() const { return id_to_type_.size(); } in NumTypes() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 1112 uint32_t NumTypes = Signatures.size(); in parseImportSection() local 1123 if (Im.SigIndex >= NumTypes) in parseImportSection() 1153 if (Im.SigIndex >= NumTypes) in parseImportSection() 1172 uint32_t NumTypes = Signatures.size(); in parseFunctionSection() local 1175 if (Type >= NumTypes) in parseFunctionSection() 1229 uint32_t NumTypes = Signatures.size(); in parseTagSection() local 1235 if (Type >= NumTypes) in parseTagSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 944 uint32_t NumTypes = Signatures.size(); in parseFunctionSection() local 947 if (Type >= NumTypes) in parseFunctionSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstructionSelector.cpp | 1539 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in selectDivRem() local 1567 } OpTable[NumTypes] = { in selectDivRem()
|
D | X86FastISel.cpp | 1850 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem() local 1879 } OpTable[NumTypes] = { in X86SelectDivRem()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
D | X86InstructionSelector.cpp | 1533 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in selectDivRem() local 1561 } OpTable[NumTypes] = { in selectDivRem()
|
D | X86FastISel.cpp | 1861 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem() local 1890 } OpTable[NumTypes] = { in X86SelectDivRem()
|
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 1799 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; in MatchTemplateParametersToScopeSpecifier() local 1842 TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier() 1878 if (TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
|
D | SemaDecl.cpp | 14286 const unsigned NumTypes = 4; in getNextLargerIntegralType() local 14287 QualType SignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType() 14290 QualType UnsignedIntegralTypes[NumTypes] = { in getNextLargerIntegralType() 14298 for (unsigned I = 0; I != NumTypes; ++I) in getNextLargerIntegralType()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1771 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem() local 1800 } OpTable[NumTypes] = { in X86SelectDivRem()
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 4956 const unsigned NumTypes = D.getNumTypeObjects(); in isPipeDeclerator() local 4958 for (unsigned Idx = 0; Idx != NumTypes; ++Idx) in isPipeDeclerator()
|