Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h737 auto second_output = eisel_lemire<T>({mantissa + 1, exp10}, round); variable
738 if (second_output.has_value()) {
739 if (opt_output->mantissa == second_output->mantissa &&
740 opt_output->exponent == second_output->exponent) {