Searched defs:LlvmLibcExhaustiveMathTest (Results 1 – 3 of 3) sorted by relevance
/external/llvm-libc/test/src/math/exhaustive/ |
D | exhaustive_test.h | 112 struct LlvmLibcExhaustiveMathTest struct 115 using FloatType = typename Checker::FloatType; 116 using FPBits = typename Checker::FPBits; 117 using StorageType = typename Checker::StorageType; 119 void explain_failed_range(std::stringstream &msg, StorageType x_begin, in explain_failed_range() 134 void explain_failed_range(std::stringstream &msg, StorageType x_begin, in explain_failed_range() 146 void test_full_range(mpfr::RoundingMode rounding, StorageType start, in test_full_range() 213 void test_full_range_all_roundings(StorageType start, StorageType stop) { in test_full_range_all_roundings() 231 void test_full_range_all_roundings(StorageType x_start, StorageType x_stop, in test_full_range_all_roundings()
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/math/exhaustive/ |
D | exhaustive_test.h | 112 struct LlvmLibcExhaustiveMathTest struct 115 using FloatType = typename Checker::FloatType; 116 using FPBits = typename Checker::FPBits; 117 using StorageType = typename Checker::StorageType; 119 void explain_failed_range(std::stringstream &msg, StorageType x_begin, in explain_failed_range() 134 void explain_failed_range(std::stringstream &msg, StorageType x_begin, in explain_failed_range() 146 void test_full_range(mpfr::RoundingMode rounding, StorageType start, in test_full_range() 212 void test_full_range_all_roundings(StorageType start, StorageType stop) { in test_full_range_all_roundings() 230 void test_full_range_all_roundings(StorageType x_start, StorageType x_stop, in test_full_range_all_roundings()
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/math/exhaustive/ |
D | exhaustive_test.h | 112 struct LlvmLibcExhaustiveMathTest struct 115 using FloatType = typename Checker::FloatType; 116 using FPBits = typename Checker::FPBits; 117 using StorageType = typename Checker::StorageType; 119 void explain_failed_range(std::stringstream &msg, StorageType x_begin, in explain_failed_range() 134 void explain_failed_range(std::stringstream &msg, StorageType x_begin, in explain_failed_range() 146 void test_full_range(mpfr::RoundingMode rounding, StorageType start, in test_full_range() 212 void test_full_range_all_roundings(StorageType start, StorageType stop) { in test_full_range_all_roundings() 230 void test_full_range_all_roundings(StorageType x_start, StorageType x_stop, in test_full_range_all_roundings()
|