Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dgdb1355.exp78 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}${…
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dselftest_rps.c596 static bool scaled_within(u64 x, u64 y, u32 f_n, u32 f_d) in scaled_within() argument
598 return f_d * x > f_n * y && f_n * x < f_d * y; in scaled_within()