Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/math-emu/
A Dfpu_trig.c244 FPU_to_exp16(st0_ptr, &a); in f2xm1()
314 FPU_to_exp16(st0_ptr, st0_ptr); in fptan()
405 FPU_to_exp16(st1_ptr, st_new_ptr); in fxtract()
495 FPU_to_exp16(st0_ptr, st0_ptr); in fsqrt_()
594 FPU_to_exp16(st0_ptr, st0_ptr); in f_sin()
802 st0_sign = FPU_to_exp16(st0_ptr, &st0); in do_fprem()
803 st1_sign = FPU_to_exp16(st1_ptr, &st1); in do_fprem()
1040 FPU_to_exp16(st0_ptr, st0_ptr); in fyl2x()
1070 FPU_to_exp16(st1_ptr, st1_ptr); in fyl2x()
1330 FPU_to_exp16(st0_ptr, &a); in fyl2xp1()
[all …]
A Dreg_add_sub.c108 FPU_to_exp16(a, &x); in FPU_add()
109 FPU_to_exp16(b, &y); in FPU_add()
239 FPU_to_exp16(a, &x); in FPU_sub()
240 FPU_to_exp16(b, &y); in FPU_sub()
A Dreg_mul.c65 FPU_to_exp16(a, &x); in FPU_mul()
66 FPU_to_exp16(b, &y); in FPU_mul()
A Dreg_divide.c101 FPU_to_exp16(a, &x); in FPU_div()
102 FPU_to_exp16(b, &y); in FPU_div()
A Dreg_convert.c17 int FPU_to_exp16(FPU_REG const *a, FPU_REG *x) in FPU_to_exp16() function
A Dpoly_atan.c67 FPU_to_exp16(st0_ptr, st0_ptr); in poly_atan()
74 FPU_to_exp16(st1_ptr, st1_ptr); in poly_atan()
A Dreg_compare.c123 FPU_to_exp16(st0_ptr, &x); in compare()
124 FPU_to_exp16(b, &y); in compare()
A Dfpu_proto.h156 extern int FPU_to_exp16(FPU_REG const *a, FPU_REG *x);

Completed in 11 milliseconds