Searched refs:IEEE754_CEQ (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/math-emu/ |
H A D | sp_cmp.c | 43 return (cmp & IEEE754_CEQ) != 0; in ieee754sp_cmp()
|
H A D | dp_cmp.c | 43 return (cmp & IEEE754_CEQ) != 0; in ieee754dp_cmp()
|
H A D | ieee754.h | 150 #define IEEE754_CEQ 0x02 macro
|
H A D | cp1emu.c | 1397 IEEE754_CEQ, /* cmp_eq (sig) cmp_seq */ 1398 IEEE754_CEQ | IEEE754_CUN, /* cmp_ueq (sig) cmp_ngl */ 1401 IEEE754_CLT | IEEE754_CEQ, /* cmp_ole (sig) cmp_le */ 1402 IEEE754_CLT | IEEE754_CEQ | IEEE754_CUN, /* cmp_ule (sig) cmp_ngt */ 1407 IEEE754_CLT | IEEE754_CGT | IEEE754_CEQ,
|
/kernel/linux/linux-6.6/arch/mips/math-emu/ |
H A D | dp_cmp.c | 43 return (cmp & IEEE754_CEQ) != 0; in ieee754dp_cmp()
|
H A D | sp_cmp.c | 43 return (cmp & IEEE754_CEQ) != 0; in ieee754sp_cmp()
|
H A D | ieee754.h | 150 #define IEEE754_CEQ 0x02 macro
|
H A D | cp1emu.c | 1397 IEEE754_CEQ, /* cmp_eq (sig) cmp_seq */ 1398 IEEE754_CEQ | IEEE754_CUN, /* cmp_ueq (sig) cmp_ngl */ 1401 IEEE754_CLT | IEEE754_CEQ, /* cmp_ole (sig) cmp_le */ 1402 IEEE754_CLT | IEEE754_CEQ | IEEE754_CUN, /* cmp_ule (sig) cmp_ngt */ 1407 IEEE754_CLT | IEEE754_CGT | IEEE754_CEQ,
|
Completed in 7 milliseconds