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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dreg_convert.c16 int FPU_to_exp16(FPU_REG const *a, FPU_REG *x) function
H A Dreg_mul.c64 FPU_to_exp16(a, &x);
65 FPU_to_exp16(b, &y);
H A Dreg_divide.c100 FPU_to_exp16(a, &x);
101 FPU_to_exp16(b, &y);
H A Dreg_add_sub.c107 FPU_to_exp16(a, &x);
108 FPU_to_exp16(b, &y);
238 FPU_to_exp16(a, &x);
239 FPU_to_exp16(b, &y);
H A Dfpu_trig.c243 FPU_to_exp16(st0_ptr, &a);
313 FPU_to_exp16(st0_ptr, st0_ptr);
404 FPU_to_exp16(st1_ptr, st_new_ptr);
494 FPU_to_exp16(st0_ptr, st0_ptr);
593 FPU_to_exp16(st0_ptr, st0_ptr);
796 st0_sign = FPU_to_exp16(st0_ptr, &st0);
797 st1_sign = FPU_to_exp16(st1_ptr, &st1);
1034 FPU_to_exp16(st0_ptr, st0_ptr);
1064 FPU_to_exp16(st1_ptr, st1_ptr);
1324 FPU_to_exp16(st0_pt
[all...]
H A Dpoly_atan.c66 FPU_to_exp16(st0_ptr, st0_ptr);
73 FPU_to_exp16(st1_ptr, st1_ptr);
H A Dreg_compare.c122 FPU_to_exp16(st0_ptr, &x);
123 FPU_to_exp16(b, &y);
H A Dfpu_proto.h143 extern int FPU_to_exp16(FPU_REG const *a, FPU_REG *x);

Completed in 40 milliseconds