Searched refs:f_d (Results 1 – 2 of 2) sorted by relevance
124 u64 v = 0, b, f_n = 0, f_d = 1; in __bch2_strtou64_h() local136 ret = bch2_pow(10, ret, &f_d); in __bch2_strtou64_h()150 f_n = div64_u64(f_n * b, f_d); in __bch2_strtou64_h()
598 static bool scaled_within(u64 x, u64 y, u32 f_n, u32 f_d) in scaled_within() argument600 return f_d * x > f_n * y && f_n * x < f_d * y; in scaled_within()