Searched refs:isnan (Results 1 - 25 of 374) sorted by relevance

1234567891011>>

/netbsd-current/lib/libc/arch/vax/gen/
H A Disnan.c1 /* $NetBSD: isnan.c,v 1.2 2003/08/07 16:42:31 agc Exp $ */
37 __RCSID("$NetBSD: isnan.c,v 1.2 2003/08/07 16:42:31 agc Exp $");
44 #undef isnan macro
45 int isnan __P((double));
49 isnan(double d) function
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dhypot.cpp37 if (isnan(result) && !isnan(x) && !isnan(y))
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A D_mulkc3.c31 #define isnan __builtin_isnan macro
52 if (isnan (x) && isnan (y))
62 if (isnan (c)) c = COPYSIGN (0, c);
63 if (isnan (d)) d = COPYSIGN (0, d);
72 if (isnan (a)) a = COPYSIGN (0, a);
73 if (isnan (b)) b = COPYSIGN (0, b);
81 if (isnan (a)) a = COPYSIGN (0, a);
82 if (isnan (b)) b = COPYSIGN (0, b);
83 if (isnan (
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A D_mulkc3.c31 #define isnan __builtin_isnan macro
52 if (isnan (x) && isnan (y))
62 if (isnan (c)) c = COPYSIGN (0, c);
63 if (isnan (d)) d = COPYSIGN (0, d);
72 if (isnan (a)) a = COPYSIGN (0, a);
73 if (isnan (b)) b = COPYSIGN (0, b);
81 if (isnan (a)) a = COPYSIGN (0, a);
82 if (isnan (b)) b = COPYSIGN (0, b);
83 if (isnan (
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Disnanl-nolibm.h18 /* Get declaration of isnan macro or (older) isnanl function. */
24 /* GCC 4.0 and newer provides three built-ins for isnan. */
27 # elif defined isnan
29 # define isnanl(x) isnan ((long double)(x))
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Disnanl-nolibm.h18 /* Get declaration of isnan macro or (older) isnanl function. */
21 /* GCC >= 4.0 and clang provide a type-generic built-in for isnan.
25 # elif defined isnan
27 # define isnanl(x) isnan ((long double)(x))
/netbsd-current/external/gpl3/gcc.old/dist/libhsail-rt/rt/
H A Darithmetic.c62 if (isnan (a))
64 else if (isnan (b))
77 if (isnan (a))
79 else if (isnan (b))
90 if (isnan (a))
92 else if (isnan (b))
105 if (isnan (a))
107 else if (isnan (b))
120 if (isnan (a))
132 if (isnan (
[all...]
/netbsd-current/lib/libm/src/
H A Ds_fdim.c40 if (isnan(x)) \
42 if (isnan(y)) \
H A Dw_atan2.c38 if(_LIB_VERSION == _IEEE_||isnan(x)||isnan(y)) return z;
H A Dw_fmod.c38 if(_LIB_VERSION == _IEEE_ ||isnan(y)||isnan(x)) return z;
H A Dw_fmodl.c38 if(_LIB_VERSION == _IEEE_ ||isnan(y)||isnan(x)) return z;
H A Dw_pow.c36 if(_LIB_VERSION == _IEEE_|| isnan(y)) return z;
37 if(isnan(x)) {
52 if(isnan(z))
H A De_scalb.c39 if (isnan(x)||isnan(fn)) return x*fn;
H A Dw_j0.c32 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
48 if(_LIB_VERSION == _IEEE_ || isnan(x) ) return z;
H A Dw_j1.c33 if(_LIB_VERSION == _IEEE_ || isnan(x) ) return z;
49 if(_LIB_VERSION == _IEEE_ || isnan(x) ) return z;
H A Ds_isnan.c19 * isnan(x) returns 1 is x is nan, else 0;
27 isnan(double x) function
H A Dw_acosh.c33 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
H A Dw_cosh.c38 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
H A Dw_log.c38 if(_LIB_VERSION == _IEEE_ || isnan(x) || x > 0.0) return z;
H A Dw_log10.c34 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
H A Dw_log2.c34 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dunorddf2vfp_test.c26 int expected = (isnan(a) || isnan(b)) ? 1 : 0;
H A Dunordsf2vfp_test.c26 int expected = (isnan(a) || isnan(b)) ? 1 : 0;
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dunorddf2vfp_test.c26 int expected = (isnan(a) || isnan(b)) ? 1 : 0;
H A Dunordsf2vfp_test.c26 int expected = (isnan(a) || isnan(b)) ? 1 : 0;

Completed in 124 milliseconds

1234567891011>>