Home
last modified time | relevance | path

Searched defs:isunordered (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/include/
H A Dmath.h123 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
131 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h134 #define isunordered(x, y) __builtin_isunordered(x, y) macro