Searched refs:multiple_of_power_of_5_32 (Results 1 – 3 of 3) sorted by relevance
89 vr_is_trailing_zeros = multiple_of_power_of_5_32(mv, q); in f2d()91 vm_is_trailing_zeros = multiple_of_power_of_5_32(mm, q); in f2d()93 vp -= multiple_of_power_of_5_32(mp, q) as u32; in f2d()
44 pub fn multiple_of_power_of_5_32(value: u32, p: u32) -> bool { in multiple_of_power_of_5_32() function
162 trailing_zeros = multiple_of_power_of_5_32(m10, -e10 as u32); in s2f()