Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/
H A DNormalFloat.h55 unsigned normalization_shift = evaluate_normalization_shift(mantissa); in NormalFloat() local
56 mantissa <<= normalization_shift; in NormalFloat()
57 exponent -= normalization_shift; in NormalFloat()
196 int normalization_shift = in init_from_bits() local
198 exponent = -16382 - normalization_shift; in init_from_bits()
199 mantissa = (bits.get_mantissa() << normalization_shift); in init_from_bits()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/specialized_div_rem/
H A Dbinary_long.rs12 $normalization_shift:ident, // function for finding the normalization shift
401 let mut shl = $normalization_shift(duo, div, true);
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/specialized_div_rem/
H A Dbinary_long.rs12 $normalization_shift:ident, // function for finding the normalization shift
401 let mut shl = $normalization_shift(duo, div, true);
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/specialized_div_rem/
H A Dbinary_long.rs12 $normalization_shift:ident, // function for finding the normalization shift
401 let mut shl = $normalization_shift(duo, div, true);
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/specialized_div_rem/
H A Dbinary_long.rs12 $normalization_shift:ident, // function for finding the normalization shift
401 let mut shl = $normalization_shift(duo, div, true);
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/specialized_div_rem/
H A Dbinary_long.rs12 $normalization_shift:ident, // function for finding the normalization shift
401 let mut shl = $normalization_shift(duo, div, true);