Searched refs:FPU_to_exp16 (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/arch/x86/math-emu/ |
H A D | reg_convert.c | 16 int FPU_to_exp16(FPU_REG const *a, FPU_REG *x) FPU_to_exp16() function
|
H A D | reg_mul.c | 64 FPU_to_exp16(a, &x); FPU_mul() 65 FPU_to_exp16(b, &y); FPU_mul()
|
H A D | reg_divide.c | 100 FPU_to_exp16(a, &x); FPU_div() 101 FPU_to_exp16(b, &y); FPU_div()
|
H A D | reg_add_sub.c | 107 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 D | poly_atan.c | 66 FPU_to_exp16(st0_ptr, st0_ptr); poly_atan() 73 FPU_to_exp16(st1_ptr, st1_ptr); poly_atan()
|
H A D | fpu_trig.c | 243 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 D | reg_compare.c | 122 FPU_to_exp16(st0_ptr, &x); compare() 123 FPU_to_exp16(b, &y); compare()
|
H A D | fpu_proto.h | 155 extern int FPU_to_exp16(FPU_REG const *a, FPU_REG *x);
|
Completed in 302 milliseconds