Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/__support/
H A Dstr_to_float_test.cpp59 ASSERT_TRUE(__llvm_libc::internal::eisel_lemire<T>( in eisel_lemire_test()
184 ASSERT_FALSE(__llvm_libc::internal::eisel_lemire<double>( in TEST_F()
187 ASSERT_FALSE(__llvm_libc::internal::eisel_lemire<float>( in TEST_F()
307 ASSERT_FALSE(__llvm_libc::internal::eisel_lemire<long double>( in TEST_F()
312 ASSERT_FALSE(__llvm_libc::internal::eisel_lemire<long double>( in TEST_F()
314 ASSERT_FALSE(__llvm_libc::internal::eisel_lemire<long double>( in TEST_F()
342 ASSERT_FALSE(__llvm_libc::internal::eisel_lemire<long double>( in TEST_F()
/llvm-project-15.0.7/libc/src/__support/
H A Dstr_to_float.h91 eisel_lemire(typename fputil::FPBits<T>::UIntType mantissa, int32_t exp10, in eisel_lemire() function
187 inline bool eisel_lemire<long double>(
588 if (eisel_lemire<T>(mantissa, exp10, outputMantissa, outputExp2)) { in decimal_exp_to_float()
597 if (eisel_lemire<T>(mantissa + 1, exp10, outputMantissa, outputExp2)) { in decimal_exp_to_float()