Home
last modified time | relevance | path

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

/linux/arch/mips/math-emu/
H A Dsp_sqrt.c41 return ieee754sp_indef(); in ieee754sp_sqrt()
51 return ieee754sp_indef(); in ieee754sp_sqrt()
H A Dsp_div.c64 return ieee754sp_indef(); in ieee754sp_div()
81 return ieee754sp_indef(); in ieee754sp_div()
H A Dsp_maddf.c75 return ieee754sp_indef(); in _sp_maddf()
88 return ieee754sp_indef(); in _sp_maddf()
H A Dsp_fdp.c43 y = ieee754sp_indef(); in ieee754sp_fdp()
H A Dsp_add.c64 return ieee754sp_indef(); in ieee754sp_add()
H A Dsp_sub.c64 return ieee754sp_indef(); in ieee754sp_sub()
H A Dsp_mul.c73 return ieee754sp_indef(); in ieee754sp_mul()
H A Dieee754.h266 #define ieee754sp_indef() (ieee754sp_spcvals[IEEE754_SPCVAL_INDEF_LEG + \ macro