Searched refs:UNORD (Results 1 – 1 of 1) sorted by relevance
25 #define UNORD(a, b) (__builtin_isunordered ((a), (b))) macro64 TEST (UNORD (x, y) || (x < y)); in iunlt()79 TEST (UNORD (x, y) || (x <= y)); in iunle()94 TEST (UNORD (x, y) || (x > y)); in iungt()109 TEST (UNORD (x, y) || (x >= y)); in iunge()