Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/__support/
H A Dstr_to_float_test.cpp36 void clinger_fast_path_fails_test( in clinger_fast_path_fails_test() function in LlvmLibcStrToFloatTest
132 clinger_fast_path_fails_test<double>(10, 37); in TEST_F()
133 clinger_fast_path_fails_test<double>(1, 100); in TEST_F()
139 clinger_fast_path_fails_test<double>(1, -25); in TEST_F()
151 clinger_fast_path_fails_test<float>(10, 17); in TEST_F()
152 clinger_fast_path_fails_test<float>(1, 50); in TEST_F()
158 clinger_fast_path_fails_test<float>(1, -15); in TEST_F()