Home
last modified time | relevance | path

Searched refs:f_d (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dutil.c124 u64 v = 0, b, f_n = 0, f_d = 1; in __bch2_strtou64_h() local
136 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()
/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dselftest_rps.c598 static bool scaled_within(u64 x, u64 y, u32 f_n, u32 f_d) in scaled_within() argument
600 return f_d * x > f_n * y && f_n * x < f_d * y; in scaled_within()