Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/__support/
H A Dstr_to_float_test.cpp28 ASSERT_TRUE(__llvm_libc::internal::clinger_fast_path<T>( in clinger_fast_path_test()
43 ASSERT_FALSE(__llvm_libc::internal::clinger_fast_path<T>( in clinger_fast_path_fails_test()
/llvm-project-15.0.7/libc/src/__support/
H A Dstr_to_float.h506 clinger_fast_path(typename fputil::FPBits<T>::UIntType mantissa, int32_t exp10, in clinger_fast_path() function
582 if (clinger_fast_path<T>(mantissa, exp10, outputMantissa, outputExp2)) { in decimal_exp_to_float()