Searched refs:isunordered (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/head/iso/ |
H A D | math_c99.h | 125 #undef isunordered 126 #define isunordered(x, y) __builtin_isunordered(x, y) macro 168 #undef isunordered 169 #define isunordered(x, y) ((x) __builtin_isunordered(y))
|
/titanic_50/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()
|
/titanic_50/usr/src/lib/libshell/common/data/ |
H A D | math.tab | 43 i 2 isunordered
|
/titanic_50/usr/src/man/man3m/ |
H A D | Makefile | 89 isunordered.3m \
|
/titanic_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/ |
H A D | math | 94 …_t a1,Sfdouble_t a2), (a1, a2)) __OTORP__(Sfdouble_t a1;Sfdouble_t a2;){return isunordered(a1,a2);} 148 "\012isunordered", (Math_f)local_isunordered,
|
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/ |
H A D | math | 94 …_t a1,Sfdouble_t a2), (a1, a2)) __OTORP__(Sfdouble_t a1;Sfdouble_t a2;){return isunordered(a1,a2);} 148 "\012isunordered", (Math_f)local_isunordered,
|
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/ |
H A D | math | 94 …_t a1,Sfdouble_t a2), (a1, a2)) __OTORP__(Sfdouble_t a1;Sfdouble_t a2;){return isunordered(a1,a2);} 148 "\012isunordered", (Math_f)local_isunordered,
|
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/ |
H A D | math | 94 …_t a1,Sfdouble_t a2), (a1, a2)) __OTORP__(Sfdouble_t a1;Sfdouble_t a2;){return isunordered(a1,a2);} 148 "\012isunordered", (Math_f)local_isunordered,
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library-math.man3m.inc | 85 file path=usr/share/man/man3m/isunordered.3m
|