Searched refs:CMP_RESULT (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dfp_complete.c98 #define CMP_RESULT(flag) ((flag) ? 4UL << 60 : 0L) macro
208 return CMP_RESULT(float64_lt(a, b));
214 return CMP_RESULT(float64_le(a, b));
223 return CMP_RESULT(1);
225 return CMP_RESULT(0);
231 return CMP_RESULT(float64_eq(a, b));

Completed in 51 milliseconds