Home
last modified time | relevance | path

Searched refs:real_2op_NaN (Results 1 – 7 of 7) sorted by relevance

/arch/x86/math-emu/
Dreg_divide.c132 return real_2op_NaN((FPU_REG *) rm, flags & 0x0f, 0, in FPU_div()
140 return real_2op_NaN(st0_ptr, tag, rm, in FPU_div()
147 return real_2op_NaN(&st(rm), tag, 0, in FPU_div()
Dreg_add_sub.c118 return real_2op_NaN(b, tagb, deststnr, a); in FPU_add()
120 return real_2op_NaN(a, taga, deststnr, a); in FPU_add()
258 return real_2op_NaN(b, tagb, deststnr, d1); in FPU_sub()
260 return real_2op_NaN(a, taga, deststnr, d2); in FPU_sub()
262 return real_2op_NaN(b, tagb, deststnr, d2); in FPU_sub()
Dfpu_trig.c1015 real_2op_NaN(st1_ptr, st1_tag, 0, st1_ptr); in do_fprem()
1130 if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) < 0) in fyl2x()
1224 if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) >= 0) in fpatan()
1368 if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) < 0) in fyl2xp1()
1424 if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) < 0) in fyl2xp1()
1429 if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) < 0) in fyl2xp1()
1433 if (real_2op_NaN(st0_ptr, st0_tag, 1, st0_ptr) < 0) in fyl2xp1()
1565 real_2op_NaN(st1_ptr, st1_tag, 0, st0_ptr); in fscale()
1584 real_2op_NaN(st1_ptr, st1_tag, 0, st0_ptr); in fscale()
1603 real_2op_NaN(st1_ptr, st1_tag, 0, st0_ptr); in fscale()
[all …]
Dreg_mul.c91 return real_2op_NaN(b, tagb, deststnr, &st(0)); in FPU_mul()
Dfpu_proto.h9 extern int real_2op_NaN(FPU_REG const *b, u_char tagb, int deststnr,
Dfpu_entry.c344 real_2op_NaN in math_emulate()
351 real_2op_NaN in math_emulate()
Derrors.c411 int real_2op_NaN(FPU_REG const *b, u_char tagb, in real_2op_NaN() function