Home
last modified time | relevance | path

Searched refs:IEEE754_CEQ (Results 1 – 3 of 3) sorted by relevance

/linux/arch/mips/math-emu/
H A Dsp_cmp.c43 return (cmp & IEEE754_CEQ) != 0; in ieee754sp_cmp()
H A Ddp_cmp.c43 return (cmp & IEEE754_CEQ) != 0; in ieee754dp_cmp()
H A Dieee754.h150 #define IEEE754_CEQ 0x02 macro