Searched refs:FPU_to_exp16 (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/arch/x86/math-emu/
H A Dreg_convert.c16 int FPU_to_exp16(FPU_REG const *a, FPU_REG *x) FPU_to_exp16() function
H A Dreg_mul.c64 FPU_to_exp16(a, &x); FPU_mul()
65 FPU_to_exp16(b, &y); FPU_mul()
H A Dreg_divide.c100 FPU_to_exp16(a, &x); FPU_div()
101 FPU_to_exp16(b, &y); FPU_div()
H A Dreg_add_sub.c107 FPU_to_exp16(a, &x); FPU_add()
108 FPU_to_exp16(b, &y); FPU_add()
238 FPU_to_exp16(a, &x); FPU_sub()
239 FPU_to_exp16(b, &y); FPU_sub()
H A Dpoly_atan.c66 FPU_to_exp16(st0_ptr, st0_ptr); poly_atan()
73 FPU_to_exp16(st1_ptr, st1_ptr); poly_atan()
H A Dfpu_trig.c243 FPU_to_exp16(st0_ptr, &a); f2xm1()
313 FPU_to_exp16(st0_ptr, st0_ptr); fptan()
404 FPU_to_exp16(st1_ptr, st_new_ptr); fxtract()
494 FPU_to_exp16(st0_ptr, st0_ptr); fsqrt_()
593 FPU_to_exp16(st0_ptr, st0_ptr); fsin()
796 st0_sign = FPU_to_exp16(st0_ptr, &st0); do_fprem()
797 st1_sign = FPU_to_exp16(st1_ptr, &st1); do_fprem()
1034 FPU_to_exp16(st0_ptr, st0_ptr); fyl2x()
1064 FPU_to_exp16(st1_ptr, st1_ptr); fyl2x()
1324 FPU_to_exp16(st0_ptr, &a); fyl2xp1()
1325 FPU_to_exp16(st1_ptr, &b); fyl2xp1()
1540 FPU_to_exp16(st0_ptr, st0_ptr); /* Will not be left on stack */ fscale()
H A Dreg_compare.c122 FPU_to_exp16(st0_ptr, &x); compare()
123 FPU_to_exp16(b, &y); compare()
H A Dfpu_proto.h155 extern int FPU_to_exp16(FPU_REG const *a, FPU_REG *x);

Completed in 302 milliseconds