Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/
H A Dstr_to_float.h596 uint32_t first_exp2 = *outputExp2; in decimal_exp_to_float() local
598 if (*outputMantissa == first_mantissa && *outputExp2 == first_exp2) { in decimal_exp_to_float()