Home
last modified time | relevance | path

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

/aosp12/bionic/tests/headers/posix/
H A Dmath_h.c67 #if !defined(isunordered) in math_h()
68 #error isunordered in math_h()
/aosp12/bionic/libc/include/
H A Dmath.h310 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt449 isunordered
/aosp12/art/compiler/optimizing/
H A Dnodes.h3949 return std::isunordered(x, y) ? (IsGtBias() ? 1 : -1) : Compare(x, y);
4408 return std::isunordered(x, y) ? (IsGtBias() ? 1 : -1) : Compute(x, y);