Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dreg_mul.c64 FPU_to_exp16(a, &x); in FPU_mul()
65 FPU_to_exp16(b, &y); in FPU_mul()
Dreg_convert.c16 int FPU_to_exp16(FPU_REG const *a, FPU_REG *x) in FPU_to_exp16() function
Dreg_add_sub.c107 FPU_to_exp16(a, &x); in FPU_add()
108 FPU_to_exp16(b, &y); in FPU_add()
238 FPU_to_exp16(a, &x); in FPU_sub()
239 FPU_to_exp16(b, &y); in FPU_sub()
Dfpu_trig.c243 FPU_to_exp16(st0_ptr, &a); in f2xm1()
313 FPU_to_exp16(st0_ptr, st0_ptr); in fptan()
404 FPU_to_exp16(st1_ptr, st_new_ptr); in fxtract()
494 FPU_to_exp16(st0_ptr, st0_ptr); in fsqrt_()
593 FPU_to_exp16(st0_ptr, st0_ptr); in fsin()
796 st0_sign = FPU_to_exp16(st0_ptr, &st0); in do_fprem()
797 st1_sign = FPU_to_exp16(st1_ptr, &st1); in do_fprem()
1034 FPU_to_exp16(st0_ptr, st0_ptr); in fyl2x()
1064 FPU_to_exp16(st1_ptr, st1_ptr); in fyl2x()
1324 FPU_to_exp16(st0_ptr, &a); in fyl2xp1()
[all …]
Dreg_divide.c100 FPU_to_exp16(a, &x); in FPU_div()
101 FPU_to_exp16(b, &y); in FPU_div()
Dpoly_atan.c66 FPU_to_exp16(st0_ptr, st0_ptr); in poly_atan()
73 FPU_to_exp16(st1_ptr, st1_ptr); in poly_atan()
Dreg_compare.c122 FPU_to_exp16(st0_ptr, &x); in compare()
123 FPU_to_exp16(b, &y); in compare()
Dfpu_proto.h143 extern int FPU_to_exp16(FPU_REG const *a, FPU_REG *x);