Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/half/src/bfloat/
Dconvert.rs17 let round_bit = 0x0000_8000u32; in f32_to_bf16() localVariable
72 let round_bit = 1 << (13 - half_exp); in f64_to_bf16() localVariable
84 let round_bit = 0x0000_1000u32; in f64_to_bf16() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/half/src/binary16/
Dconvert.rs332 let round_bit = 1 << (13 - half_exp); in f32_to_f16_fallback() localVariable
344 let round_bit = 0x0000_1000u32; in f32_to_f16_fallback() localVariable
400 let round_bit = 1 << (10 - half_exp); in f64_to_f16_fallback() localVariable
412 let round_bit = 0x0000_0200u32; in f64_to_f16_fallback() localVariable
/aosp_15_r20/external/llvm-libc/src/__support/fixed_point/
H A Dfx_bits.h153 T round_bit = FXRep::EPS() << (FXRep::FRACTION_LEN - n - 1); in round() local
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/
H A Ddyadic_float.h272 bool round_bit = !(mantissa & round_mask).is_zero(); in fast_as() local
/aosp_15_r20/external/llvm-libc/src/__support/
H A Dstr_to_float.h818 bool round_bit = static_cast<bool>(mantissa & round_bit_mask); in binary_exp_to_float() local