Searched refs:isinf (Results 1 – 18 of 18) sorted by relevance
/illumos-gate/usr/src/head/iso/ |
H A D | math_c99.h | 67 #undef isinf 72 #define isinf(x) __builtin_isinf(x) macro 80 #define isinf(x) __extension__( \ 87 !isnan(__x_f) && !isinf(__x_f); }) 100 isinf(__x_c) ? FP_INFINITE : \ 154 #undef isinf 155 #define isinf(x) __builtin_isinf(x)
|
/illumos-gate/usr/src/boot/include/ |
H A D | math.h | 112 #define isinf(x) __fp_type_select(x, __isinff, __isinf, __isinfl) macro 226 #undef isinf 228 int isinf(double);
|
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | cacosh.c | 58 if (isinf(x)) in cacosh()
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | libm_protos.h | 76 extern int isinf __P((double));
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | math.tab | 36 i 1 isinf
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfcvt.c | 142 if (n = isinf(f)) 320 if (n = isinf(f))
|
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/ |
H A D | math | 80 static int local_isinf __PARAM__((Sfdouble_t a1), (a1)) __OTORP__(Sfdouble_t a1;){return isinf(a1);} 130 "\011isinf", (Math_f)(uintptr_t)local_isinf,
|
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/ |
H A D | math | 80 static int local_isinf __PARAM__((Sfdouble_t a1), (a1)) __OTORP__(Sfdouble_t a1;){return isinf(a1);} 130 "\011isinf", (Math_f)(uintptr_t)local_isinf,
|
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/ |
H A D | math | 80 static int local_isinf __PARAM__((Sfdouble_t a1), (a1)) __OTORP__(Sfdouble_t a1;){return isinf(a1);} 130 "\011isinf", (Math_f)(uintptr_t)local_isinf,
|
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/ |
H A D | math | 80 static int local_isinf __PARAM__((Sfdouble_t a1), (a1)) __OTORP__(Sfdouble_t a1;){return isinf(a1);} 130 "\011isinf", (Math_f)(uintptr_t)local_isinf,
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | float | 83 #define _lib_isinf 1 /* isinf present and works */
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | float | 83 #define _lib_isinf 1 /* isinf present and works */
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | float | 83 #define _lib_isinf 1 /* isinf present and works */
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | float | 83 #define _lib_isinf 1 /* isinf present and works */
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | float | 14 lib isinf -lm note{ isinf present and works }end link{ 20 int main() { return isinf(-0.0); }
|
/illumos-gate/usr/src/man/man3m/ |
H A D | Makefile | 84 isinf.3m \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library-math.man3m.inc | 195 file path=usr/share/man/man3m/isinf.3m
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | RELEASE | 1768 06-06-20 +The functions isinf(), isnan(), tanhl() have been added for
|