Searched defs:RealTypes (Results 1 – 8 of 8) sorted by relevance
/third_party/abseil-cpp/absl/random/ |
D | uniform_real_distribution_test.cc | 59 using RealTypes = ::testing::Types<float, double>; typedef 61 using RealTypes = ::testing::Types<float, double, long double>; typedef
|
D | exponential_distribution_test.cc | 51 using RealTypes = ::testing::Types<float, double>; typedef 53 using RealTypes = ::testing::Types<float, double, long double>; typedef
|
D | gaussian_distribution_test.cc | 46 using RealTypes = ::testing::Types<float, double, long double>; typedef
|
D | beta_distribution_test.cc | 45 using RealTypes = ::testing::Types<float, double, long double>; typedef
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | uniform_real_distribution_test.cc | 66 using RealTypes = typedef
|
D | exponential_distribution_test.cc | 57 using RealTypes = typedef
|
D | gaussian_distribution_test.cc | 53 using RealTypes = typedef
|
D | beta_distribution_test.cc | 53 using RealTypes = typedef
|