Searched refs:isunordered (Results 1 – 4 of 4) sorted by relevance
67 #if !defined(isunordered) in math_h()68 #error isunordered in math_h()
310 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
449 isunordered
3949 return std::isunordered(x, y) ? (IsGtBias() ? 1 : -1) : Compare(x, y);4408 return std::isunordered(x, y) ? (IsGtBias() ? 1 : -1) : Compute(x, y);