Home
last modified time | relevance | path

Searched refs:COMP_NaN (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/i386/math-emu/
Dreg_compare.c105 return COMP_No_Comp | COMP_SNaN | COMP_NaN; in compare()
108 return COMP_No_Comp | COMP_NaN; in compare()
181 if (c & COMP_NaN) in FPU_compare_st_data()
232 if (c & COMP_NaN) in compare_st_st()
284 if (c & COMP_NaN) in compare_u_st_st()
Dstatus_w.h46 #define COMP_NaN 0x40 macro