Home
last modified time | relevance | path

Searched defs:LlvmLibcStrToFloatTest (Results 1 – 1 of 1) sorted by relevance

/external/llvm-libc/test/src/__support/
Dstr_to_fp_test.h18 template <typename T> struct LlvmLibcStrToFloatTest : public testing::Test { struct
19 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);