Searched refs:CMP_RESULT (Results 1 – 1 of 1) sorted by relevance
118 #define CMP_RESULT(flag) ((flag) ? 4UL << 60 : 0L) macro228 return CMP_RESULT(float64_lt_quiet(a, b)); in compare_lt()234 return CMP_RESULT(float64_le_quiet(a, b)); in compare_le()243 return CMP_RESULT(1); in compare_un()245 return CMP_RESULT(0); in compare_un()251 return CMP_RESULT(float64_eq(a, b)); in compare_eq()