Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
H A Dfast_float.h2776 adjusted_mantissa theor = to_extended_halfway(b); in negative_digit_comp() local
2777 bigint theor_digits(theor.mantissa); in negative_digit_comp()
2778 int32_t theor_exp = theor.power2; in negative_digit_comp()