Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/include/
H A Dmath.h123 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
125 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y))
126 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y))
127 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y))
128 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y))
129 #define islessgreater(x, y) (!isunordered((x), (y)) && \
131 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h133 #undef isunordered
134 #define isunordered(x, y) __builtin_isunordered(x, y) macro
176 #undef isunordered
177 #define isunordered(x, y) ((x) __builtin_isunordered(y))
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dnexttowardf.c146 if (isunordered(lx, y)) in __nexttowardf()
H A Dnexttoward.c176 if (isunordered(lx, y)) in __nexttoward()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmath.tab44 i 2 isunordered
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Dmath86 …_t a1,Sfdouble_t a2), (a1, a2)) __OTORP__(Sfdouble_t a1;Sfdouble_t a2;){return isunordered(a1,a2);}
137 "\012isunordered", (Math_f)(uintptr_t)local_isunordered,
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dmath86 …_t a1,Sfdouble_t a2), (a1, a2)) __OTORP__(Sfdouble_t a1;Sfdouble_t a2;){return isunordered(a1,a2);}
137 "\012isunordered", (Math_f)(uintptr_t)local_isunordered,
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dmath86 …_t a1,Sfdouble_t a2), (a1, a2)) __OTORP__(Sfdouble_t a1;Sfdouble_t a2;){return isunordered(a1,a2);}
137 "\012isunordered", (Math_f)(uintptr_t)local_isunordered,
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Dmath86 …_t a1,Sfdouble_t a2), (a1, a2)) __OTORP__(Sfdouble_t a1;Sfdouble_t a2;){return isunordered(a1,a2);}
137 "\012isunordered", (Math_f)(uintptr_t)local_isunordered,
/illumos-gate/usr/src/man/man3m/
H A DMakefile90 isunordered.3m \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library-math.man3m.inc201 file path=usr/share/man/man3m/isunordered.3m