Searched refs:f_n (Results 1 – 1 of 1) sorted by relevance
595 static bool scaled_within(u64 x, u64 y, u32 f_n, u32 f_d) in scaled_within() argument597 return f_d * x > f_n * y && f_n * x < f_d * y; in scaled_within()