Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/fixed_point/
H A Dfx_bits.h151 T round_bit = FXRep::EPS() << (FXRep::FRACTION_LEN - n - 1); round() local
/llvm-project/libc/src/__support/FPUtil/
H A Ddyadic_float.h149 bool round_bit = !(mantissa & round_mask).is_zero(); as() local
/llvm-project/libc/src/__support/
H A Dstr_to_float.h774 bool round_bit = static_cast<bool>(mantissa & round_bit_mask); binary_exp_to_float() local