Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-fprem.c170 static void do_fprem(long double a, long double b) in do_fprem() function
235 do_fprem(q_nan.d, 1.0); in test_fprem_cases()
236 do_fprem(s_nan.d, 1.0); in test_fprem_cases()
237 do_fprem(1.0, 0.0); in test_fprem_cases()
238 do_fprem(pos_inf.d, 1.0); in test_fprem_cases()
239 do_fprem(pseudo_pos_inf.d, 1.0); in test_fprem_cases()
242 do_fprem(pos_denorm.d, 1.0); in test_fprem_cases()
243 do_fprem(1.0, pos_denorm.d); in test_fprem_cases()
245 do_fprem(smallest_positive_norm.d, smallest_positive_norm.d); in test_fprem_cases()
320 do_fprem(a.d, b.d); in test_fprem_pairs()
/openbmc/linux/arch/x86/math-emu/
H A Dfpu_trig.c784 static void do_fprem(FPU_REG *st0_ptr, u_char st0_tag, int round) in do_fprem() function
1309 do_fprem(st0_ptr, st0_tag, RC_CHOP); in fprem()
1314 do_fprem(st0_ptr, st0_tag, RC_RND); in fprem1()