Searched refs:isgreaterequal (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libm/common/m9x/ |
H A D | fmaxf.c | 129 if (!isnan(x) && !isgreaterequal(x, y)) in __fmaxf()
|
H A D | fmax.c | 60 if (!isnan(x) && !isgreaterequal(x, y)) in __fmax()
|
H A D | fmaxl.c | 57 if (!isnan(x) && !isgreaterequal(x, y)) in __fmaxl()
|
/titanic_50/usr/src/head/iso/ |
H A D | math_c99.h | 117 #undef isgreaterequal 118 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro 160 #undef isgreaterequal 161 #define isgreaterequal(x, y) ((x) __builtin_isgreaterequal(y))
|
/titanic_50/usr/src/lib/libshell/common/data/ |
H A D | math.tab | 34 i 2 isgreaterequal
|
/titanic_50/usr/src/man/man3m/ |
H A D | Makefile | 82 isgreaterequal.3m \
|
/titanic_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/ |
H A D | math | 85 …a1,Sfdouble_t a2), (a1, a2)) __OTORP__(Sfdouble_t a1;Sfdouble_t a2;){return isgreaterequal(a1,a2);} 138 "\012isgreaterequal", (Math_f)local_isgreaterequal,
|
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/ |
H A D | math | 85 …a1,Sfdouble_t a2), (a1, a2)) __OTORP__(Sfdouble_t a1;Sfdouble_t a2;){return isgreaterequal(a1,a2);} 138 "\012isgreaterequal", (Math_f)local_isgreaterequal,
|
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/ |
H A D | math | 85 …a1,Sfdouble_t a2), (a1, a2)) __OTORP__(Sfdouble_t a1;Sfdouble_t a2;){return isgreaterequal(a1,a2);} 138 "\012isgreaterequal", (Math_f)local_isgreaterequal,
|
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/ |
H A D | math | 85 …a1,Sfdouble_t a2), (a1, a2)) __OTORP__(Sfdouble_t a1;Sfdouble_t a2;){return isgreaterequal(a1,a2);} 138 "\012isgreaterequal", (Math_f)local_isgreaterequal,
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library-math.man3m.inc | 78 file path=usr/share/man/man3m/isgreaterequal.3m
|