Searched refs:isunordered (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/boot/include/ |
H A D | math.h | 123 #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 D | math_c99.h | 133 #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 D | nexttowardf.c | 146 if (isunordered(lx, y)) in __nexttowardf()
|
H A D | nexttoward.c | 176 if (isunordered(lx, y)) in __nexttoward()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | math.tab | 44 i 2 isunordered
|
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/ |
H A D | math | 86 …_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 D | math | 86 …_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 D | math | 86 …_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 D | math | 86 …_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 D | Makefile | 90 isunordered.3m \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library-math.man3m.inc | 201 file path=usr/share/man/man3m/isunordered.3m
|