Searched refs:FPU_to_exp16 (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/arch/x86/math-emu/ |
D | fpu_trig.c | 244 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 …]
|
D | reg_add_sub.c | 108 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()
|
D | reg_mul.c | 65 FPU_to_exp16(a, &x); in FPU_mul() 66 FPU_to_exp16(b, &y); in FPU_mul()
|
D | reg_divide.c | 101 FPU_to_exp16(a, &x); in FPU_div() 102 FPU_to_exp16(b, &y); in FPU_div()
|
D | reg_convert.c | 17 int FPU_to_exp16(FPU_REG const *a, FPU_REG *x) in FPU_to_exp16() function
|
D | poly_atan.c | 67 FPU_to_exp16(st0_ptr, st0_ptr); in poly_atan() 74 FPU_to_exp16(st1_ptr, st1_ptr); in poly_atan()
|
D | reg_compare.c | 123 FPU_to_exp16(st0_ptr, &x); in compare() 124 FPU_to_exp16(b, &y); in compare()
|
D | fpu_proto.h | 156 extern int FPU_to_exp16(FPU_REG const *a, FPU_REG *x);
|