Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/alpha/alpha/
Dfp_complete.c118 #define CMP_RESULT(flag) ((flag) ? 4UL << 60 : 0L) macro
229 return CMP_RESULT(float64_lt_quiet(a, b)); in compare_lt()
235 return CMP_RESULT(float64_le_quiet(a, b)); in compare_le()
244 return CMP_RESULT(1); in compare_un()
246 return CMP_RESULT(0); in compare_un()
252 return CMP_RESULT(float64_eq(a, b)); in compare_eq()