Home
last modified time | relevance | path

Searched refs:ieee754sp_indef (Results 1 – 9 of 9) sorted by relevance

/arch/mips/math-emu/
Dsp_sqrt.c48 return ieee754sp_nanxcpt(ieee754sp_indef(), "sqrt"); in ieee754sp_sqrt()
56 return ieee754sp_nanxcpt(ieee754sp_indef(), "sqrt"); in ieee754sp_sqrt()
65 return ieee754sp_nanxcpt(ieee754sp_indef(), "sqrt"); in ieee754sp_sqrt()
Dsp_simple.c58 ieee754sp y = ieee754sp_indef(); in ieee754sp_neg()
81 return ieee754sp_nanxcpt(ieee754sp_indef(), "abs"); in ieee754sp_abs()
Dsp_fdp.c43 return ieee754sp_nanxcpt(ieee754sp_indef(), "fdp"); in ieee754sp_fdp()
48 nan = ieee754sp_indef(); in ieee754sp_fdp()
Dsp_div.c55 return ieee754sp_nanxcpt(ieee754sp_indef(), "div", x, y); in ieee754sp_div()
76 return ieee754sp_xcpt(ieee754sp_indef(), "div", x, y); in ieee754sp_div()
93 return ieee754sp_xcpt(ieee754sp_indef(), "div", x, y); in ieee754sp_div()
Dsp_sub.c55 return ieee754sp_nanxcpt(ieee754sp_indef(), "sub", x, y); in ieee754sp_sub()
78 return ieee754sp_xcpt(ieee754sp_indef(), "sub", x, y); in ieee754sp_sub()
Dsp_add.c55 return ieee754sp_nanxcpt(ieee754sp_indef(), "add", x, y); in ieee754sp_add()
78 return ieee754sp_xcpt(ieee754sp_indef(), "add", x, y); in ieee754sp_add()
Dsp_mul.c55 return ieee754sp_nanxcpt(ieee754sp_indef(), "mul", x, y); in ieee754sp_mul()
76 return ieee754sp_xcpt(ieee754sp_indef(), "mul", x, y); in ieee754sp_mul()
Dieee754sp.c79 return ieee754sp_indef(); in ieee754sp_nanxcpt()
Dieee754.h424 #define ieee754sp_indef() (ieee754sp_spcvals[IEEE754_SPCVAL_INDEF]) macro