Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/__support/
H A Dstr_to_float_test.cpp68 const char *__restrict numStart, in simple_decimal_conversion_test() argument
78 numStart, &actual_output_mantissa, &actual_output_exp2); in simple_decimal_conversion_test()
/llvm-project-15.0.7/libc/src/__support/
H A Dstr_to_float.h308 simple_decimal_conversion(const char *__restrict numStart, in simple_decimal_conversion() argument
313 HighPrecisionDecimal hpd = HighPrecisionDecimal(numStart); in simple_decimal_conversion()
555 int32_t exp10, const char *__restrict numStart, in decimal_exp_to_float() argument
604 simple_decimal_conversion<T>(numStart, outputMantissa, outputExp2); in decimal_exp_to_float()