Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/math-emu/
Dreg_compare.c106 return COMP_No_Comp | COMP_SNaN | COMP_NaN; in compare()
109 return COMP_No_Comp | COMP_NaN; in compare()
175 if (c & COMP_NaN) { in FPU_compare_st_data()
220 if (c & COMP_NaN) { in compare_st_st()
266 if (c & COMP_NaN) { in compare_u_st_st()
Dstatus_w.h46 #define COMP_NaN 0x40 macro