Searched refs:f_d (Results 1 – 2 of 2) sorted by relevance
78 set f_d "${ws}double m_double;"97 …-re "type = ${s_head}${f_i}${f_c}${f_li}${f_ui}${f_lui}${f_si}${f_sui}${f_uc}${f_f}${f_d}${f_ld}${…
596 static bool scaled_within(u64 x, u64 y, u32 f_n, u32 f_d) in scaled_within() argument598 return f_d * x > f_n * y && f_n * x < f_d * y; in scaled_within()