Home
last modified time | relevance | path

Searched refs:FPU_divide_by_zero (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/arch/i386/math-emu/
Dreg_divide.c143 return FPU_divide_by_zero(deststnr, sign); in FPU_div()
Dfpu_proto.h13 extern int FPU_divide_by_zero(int deststnr, u_char sign);
Dfpu_trig.c411 if ( FPU_divide_by_zero(0, SIGN_NEG) < 0 ) in fxtract()
1218 if ( FPU_divide_by_zero(1, sign) < 0 ) in fyl2x()
1316 if ( FPU_divide_by_zero(1, sign) < 0 ) in fyl2x()
Derrors.c528 asmlinkage int FPU_divide_by_zero(int deststnr, u_char sign) in FPU_divide_by_zero() function
Dfpu_entry.c407 if ( FPU_divide_by_zero(0, getsign(&loaded_data)) in math_emulate()