Searched defs:LlvmLibcStrToFloatTest (Results 1 – 1 of 1) sorted by relevance
18 template <typename T> struct LlvmLibcStrToFloatTest : public testing::Test { struct19 using StorageType = typename fputil::FPBits<T>::StorageType;21 void clinger_fast_path_test(const StorageType inputMantissa, in clinger_fast_path_test()39 void clinger_fast_path_fails_test(const StorageType inputMantissa, in clinger_fast_path_fails_test()45 void eisel_lemire_test(const StorageType inputMantissa, in eisel_lemire_test()67 StorageType actual_output_mantissa = 0;68 uint32_t actual_output_exp2 = 0;71 auto result = internal::simple_decimal_conversion<T>(numStart);