Searched refs:ieee754sp_indef (Results 1 – 9 of 9) sorted by relevance
/arch/mips/math-emu/ |
D | sp_sqrt.c | 49 return ieee754sp_nanxcpt(ieee754sp_indef(), "sqrt"); in ieee754sp_sqrt() 57 return ieee754sp_nanxcpt(ieee754sp_indef(), "sqrt"); in ieee754sp_sqrt() 66 return ieee754sp_nanxcpt(ieee754sp_indef(), "sqrt"); in ieee754sp_sqrt()
|
D | sp_simple.c | 59 ieee754sp y = ieee754sp_indef(); in ieee754sp_neg() 81 return ieee754sp_nanxcpt(ieee754sp_indef(), "abs"); in ieee754sp_abs()
|
D | sp_fdp.c | 44 return ieee754sp_nanxcpt(ieee754sp_indef(), "fdp"); in ieee754sp_fdp() 49 nan = ieee754sp_indef(); in ieee754sp_fdp()
|
D | sp_div.c | 56 return ieee754sp_nanxcpt(ieee754sp_indef(), "div", x, y); in ieee754sp_div() 77 return ieee754sp_xcpt(ieee754sp_indef(), "div", x, y); in ieee754sp_div() 94 return ieee754sp_xcpt(ieee754sp_indef(), "div", x, y); in ieee754sp_div()
|
D | sp_sub.c | 56 return ieee754sp_nanxcpt(ieee754sp_indef(), "sub", x, y); in ieee754sp_sub() 79 return ieee754sp_xcpt(ieee754sp_indef(), "sub", x, y); in ieee754sp_sub()
|
D | sp_add.c | 56 return ieee754sp_nanxcpt(ieee754sp_indef(), "add", x, y); in ieee754sp_add() 79 return ieee754sp_xcpt(ieee754sp_indef(), "add", x, y); in ieee754sp_add()
|
D | sp_mul.c | 56 return ieee754sp_nanxcpt(ieee754sp_indef(), "mul", x, y); in ieee754sp_mul() 77 return ieee754sp_xcpt(ieee754sp_indef(), "mul", x, y); in ieee754sp_mul()
|
D | ieee754sp.c | 80 return ieee754sp_indef(); in ieee754sp_nanxcpt()
|
D | ieee754.h | 425 #define ieee754sp_indef() (ieee754sp_spcvals[IEEE754_SPCVAL_INDEF]) macro
|