Searched refs:ieee754sp_indef (Results 1 – 10 of 10) sorted by relevance
53 return ieee754sp_indef(); in ieee754sp_sqrt()63 return ieee754sp_indef(); in ieee754sp_sqrt()
76 return ieee754sp_indef(); in ieee754sp_div()93 return ieee754sp_indef(); in ieee754sp_div()
53 y = ieee754sp_indef(); in ieee754sp_fdp()
54 return ieee754sp_indef(); in ieee754sp_nanxcpt()
76 return ieee754sp_indef(); in ieee754sp_add()
76 return ieee754sp_indef(); in ieee754sp_sub()
85 return ieee754sp_indef(); in ieee754sp_mul()
93 return ieee754sp_indef(); in ieee754sp_maddf()
93 return ieee754sp_indef(); in ieee754sp_msubf()
257 #define ieee754sp_indef() (ieee754sp_spcvals[IEEE754_SPCVAL_INDEF]) macro