Home
last modified time | relevance | path

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

/linux/arch/mips/math-emu/
H A Dsp_cmp.c45 return (cmp & IEEE754_CGT) != 0; in ieee754sp_cmp()
H A Ddp_cmp.c45 return (cmp & IEEE754_CGT) != 0; in ieee754dp_cmp()
H A Dieee754.h151 #define IEEE754_CGT 0x04 macro