Home
last modified time | relevance | path

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

/linux/arch/mips/math-emu/
H A Dsp_cmp.c41 return (cmp & IEEE754_CLT) != 0; in ieee754sp_cmp()
H A Ddp_cmp.c41 return (cmp & IEEE754_CLT) != 0; in ieee754dp_cmp()
H A Dieee754.h149 #define IEEE754_CLT 0x01 macro