Home
last modified time | relevance | path

Searched defs:normalize_to (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/num/
H A Ddiy_float.rs74 pub fn normalize_to(&self, e: i16) -> Fp { in normalize_to() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/
H A Ddiy_float.rs74 pub fn normalize_to(&self, e: i16) -> Fp { in normalize_to() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/
H A Ddiy_float.rs74 pub fn normalize_to(&self, e: i16) -> Fp { in normalize_to() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/
H A Ddiy_float.rs74 pub fn normalize_to(&self, e: i16) -> Fp { in normalize_to() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/
H A Ddiy_float.rs74 pub fn normalize_to(&self, e: i16) -> Fp { in normalize_to() method
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp16608 static diyfp normalize_to(const diyfp& x, const int target_exponent) noexcept in normalize_to() function