Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/math-emu/
Dsp_sqrt.c53 return ieee754sp_indef(); in ieee754sp_sqrt()
63 return ieee754sp_indef(); in ieee754sp_sqrt()
Dsp_div.c76 return ieee754sp_indef(); in ieee754sp_div()
93 return ieee754sp_indef(); in ieee754sp_div()
Dsp_fdp.c53 y = ieee754sp_indef(); in ieee754sp_fdp()
Dieee754sp.c54 return ieee754sp_indef(); in ieee754sp_nanxcpt()
Dsp_add.c76 return ieee754sp_indef(); in ieee754sp_add()
Dsp_sub.c76 return ieee754sp_indef(); in ieee754sp_sub()
Dsp_mul.c85 return ieee754sp_indef(); in ieee754sp_mul()
Dsp_maddf.c93 return ieee754sp_indef(); in ieee754sp_maddf()
Dsp_msubf.c93 return ieee754sp_indef(); in ieee754sp_msubf()
Dieee754.h257 #define ieee754sp_indef() (ieee754sp_spcvals[IEEE754_SPCVAL_INDEF]) macro