Searched refs:clinger_fast_path_test (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/libc/test/src/__support/ |
| H A D | str_to_float_test.cpp | 18 void clinger_fast_path_test( in clinger_fast_path_test() function in LlvmLibcStrToFloatTest 130 clinger_fast_path_test<double>(1, 30, 0x93e5939a08cea, 1122); in TEST_F() 131 clinger_fast_path_test<double>(1, 37, 0xe17b84357691b, 1145); in TEST_F() 137 clinger_fast_path_test<double>(1, -10, 0xb7cdfd9d7bdbb, 989); in TEST_F() 143 clinger_fast_path_test<float>(123, 0, 0x760000, 133); in TEST_F() 144 clinger_fast_path_test<float>(1234567, 1, 0x3c6146, 150); in TEST_F() 145 clinger_fast_path_test<float>(12345, -5, 0x7cd35b, 123); in TEST_F() 149 clinger_fast_path_test<float>(1, 15, 0x635fa9, 176); in TEST_F() 150 clinger_fast_path_test<float>(1, 17, 0x31a2bc, 183); in TEST_F() 156 clinger_fast_path_test<float>(1, -5, 0x27c5ac, 110); in TEST_F() [all …]
|