Home
last modified time | relevance | path

Searched refs:IntTypes (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Ddiscrete_distribution_test.cc43 using IntTypes = ::testing::Types<int8_t, uint8_t, int16_t, uint16_t, int32_t, typedef
45 TYPED_TEST_SUITE(DiscreteDistributionTypeTest, IntTypes);
Dlog_uniform_int_distribution_test.cc43 using IntTypes = ::testing::Types<int8_t, int16_t, int32_t, int64_t, // typedef
45 TYPED_TEST_CASE(LogUniformIntDistributionTypeTest, IntTypes);
Duniform_int_distribution_test.cc39 using IntTypes = ::testing::Types<int8_t, uint8_t, int16_t, uint16_t, int32_t, typedef
41 TYPED_TEST_SUITE(UniformIntDistributionTest, IntTypes);
Dzipf_distribution_test.cc45 using IntTypes = ::testing::Types<int, int8_t, int16_t, int32_t, int64_t, typedef
47 TYPED_TEST_CASE(ZipfDistributionTypedTest, IntTypes);
Dpoisson_distribution_test.cc74 using IntTypes = ::testing::Types<int, int8_t, int16_t, int32_t, int64_t, typedef
76 TYPED_TEST_CASE(PoissonDistributionInterfaceTest, IntTypes);
/third_party/abseil-cpp/absl/random/
Ddiscrete_distribution_test.cc43 using IntTypes = ::testing::Types<int8_t, uint8_t, int16_t, uint16_t, int32_t, typedef
45 TYPED_TEST_SUITE(DiscreteDistributionTypeTest, IntTypes);
Dlog_uniform_int_distribution_test.cc43 using IntTypes = ::testing::Types<int8_t, int16_t, int32_t, int64_t, // typedef
45 TYPED_TEST_CASE(LogUniformIntDistributionTypeTest, IntTypes);
Duniform_int_distribution_test.cc39 using IntTypes = ::testing::Types<int8_t, uint8_t, int16_t, uint16_t, int32_t, typedef
41 TYPED_TEST_SUITE(UniformIntDistributionTest, IntTypes);
Dzipf_distribution_test.cc45 using IntTypes = ::testing::Types<int, int8_t, int16_t, int32_t, int64_t, typedef
47 TYPED_TEST_CASE(ZipfDistributionTypedTest, IntTypes);
Dpoisson_distribution_test.cc74 using IntTypes = ::testing::Types<int, int8_t, int16_t, int32_t, int64_t, typedef
76 TYPED_TEST_CASE(PoissonDistributionInterfaceTest, IntTypes);
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dfast_uniform_bits_test.cc29 using IntTypes = ::testing::Types<uint8_t, uint16_t, uint32_t, uint64_t>; typedef
31 TYPED_TEST_SUITE(FastUniformBitsTypedTest, IntTypes);
/third_party/abseil-cpp/absl/random/internal/
Dfast_uniform_bits_test.cc29 using IntTypes = ::testing::Types<uint8_t, uint16_t, uint32_t, uint64_t>; typedef
31 TYPED_TEST_SUITE(FastUniformBitsTypedTest, IntTypes);
/third_party/abseil-cpp/absl/hash/
Dhash_test.cc85 using IntTypes = testing::Types<unsigned char, char, int, int32_t, int64_t, uint32_t, typedef
87 INSTANTIATE_TYPED_TEST_CASE_P(My, HashValueIntTest, IntTypes);
822 using IntTypes = testing::Types<unsigned char, char, int, int32_t, int64_t, uint32_t, typedef
824 INSTANTIATE_TYPED_TEST_CASE_P(My, HashIntTest, IntTypes);
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash_test.cc85 using IntTypes = testing::Types<unsigned char, char, int, int32_t, int64_t, typedef
87 INSTANTIATE_TYPED_TEST_CASE_P(My, HashValueIntTest, IntTypes);
822 using IntTypes = testing::Types<unsigned char, char, int, int32_t, int64_t, typedef
824 INSTANTIATE_TYPED_TEST_CASE_P(My, HashIntTest, IntTypes);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp254 const MVT IntTypes[] = { MVT::v16i8, MVT::v8i16, MVT::v4i32 }; in addMVEVectorTypes() local
256 for (auto VT : IntTypes) { in addMVEVectorTypes()