Home
last modified time | relevance | path

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

/Linux-v4.19/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_maddf.c72 return ieee754sp_indef(); in _sp_maddf()
87 return ieee754sp_indef(); in _sp_maddf()
Dsp_fdp.c56 y = ieee754sp_indef(); in ieee754sp_fdp()
Dsp_sub.c76 return ieee754sp_indef(); in ieee754sp_sub()
Dsp_add.c76 return ieee754sp_indef(); in ieee754sp_add()
Dsp_mul.c85 return ieee754sp_indef(); in ieee754sp_mul()
Dieee754.h262 #define ieee754sp_indef() (ieee754sp_spcvals[IEEE754_SPCVAL_INDEF_LEG + \ macro