Home
last modified time | relevance | path

Searched refs:FPU_stack_underflow (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/arch/i386/math-emu/
Dfpu_aux.c118 FPU_stack_underflow(); in fld_i_()
142 FPU_stack_underflow(); in fxch_i()
161 FPU_stack_underflow(); in fxch_i()
Dfpu_etc.c28 FPU_stack_underflow(); in fchs()
40 FPU_stack_underflow(); in fabs()
Dfpu_trig.c183 FPU_stack_underflow(); /* Puts a QNaN in st(0) */ in single_arg_error()
299 FPU_stack_underflow(); /* Puts a QNaN in st(0) */ in fptan()
304 FPU_stack_underflow(); /* Puts a QNaN in the new st(0) */ in fptan()
456 FPU_stack_underflow(); in fxtract()
458 FPU_stack_underflow(); in fxtract()
769 FPU_stack_underflow(); /* Puts a QNaN in st(0) */ in fsincos()
774 FPU_stack_underflow(); /* Puts a QNaN in the new st(0) */ in fsincos()
1063 FPU_stack_underflow(); in do_fprem()
1819 FPU_stack_underflow(); in fscale()
Dfpu_entry.c474 FPU_stack_underflow(); in math_emulate()
511 FPU_stack_underflow(); in math_emulate()
532 FPU_stack_underflow(); in math_emulate()
Dfpu_proto.h21 extern void FPU_stack_underflow(void);
Derrors.c690 void FPU_stack_underflow(void) in FPU_stack_underflow() function