Home
last modified time | relevance | path

Searched refs:arith_invalid (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/arch/x86/math-emu/
A Dfpu_trig.c344 if (arith_invalid(0) >= 0) { in fptan()
347 arith_invalid(0); in fptan()
603 arith_invalid(0); in f_sin()
678 arith_invalid(0); in f_cos()
726 arith_invalid(0); in fsincos()
984 arith_invalid(0); in do_fprem()
1079 if (arith_invalid(1) < 0) in fyl2x()
1100 if (arith_invalid(1) < 0) in fyl2x()
1143 if (arith_invalid(1) < 0) in fyl2x()
1369 if (arith_invalid(1) < 0) in fyl2xp1()
[all …]
A Dreg_divide.c125 return arith_invalid(deststnr); in FPU_div()
154 return arith_invalid(deststnr); in FPU_div()
A Dreg_mul.c95 return arith_invalid(deststnr); /* Zero*Infinity is invalid */ in FPU_mul()
A Dpoly_tan.c63 arith_invalid(0); in poly_tan()
A Dfpu_proto.h12 asmlinkage int arith_invalid(int deststnr);
A Dpoly_l2.c142 if (arith_invalid(1) < 0) in poly_l2p1()
A Dreg_add_sub.c323 return arith_invalid(deststnr); in add_sub_specials()
A Derrors.c497 asmlinkage __visible int arith_invalid(int deststnr) in arith_invalid() function

Completed in 12 milliseconds