Searched defs:isinf (Results 1 - 25 of 236) sorted by relevance

12345678910

/netbsd-current/lib/libc/arch/vax/gen/
H A Disinf.c43 #undef isinf macro
48 isinf(double d) function
/netbsd-current/lib/libm/src/
H A Ds_isinf.c20 isinf(double x) function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A D_divkc3.c33 #define isinf __builtin_isinf macro
H A D_mulkc3.c32 #define isinf __builtin_isinf macro
[all...]
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h25 #undef isinf macro
26 #define isinf(x) __builtin_isinf(x) macro
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h25 #undef isinf macro
26 #define isinf(x) __builtin_isinf(x) macro
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h483 #undef isinf macro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A D_divkc3.c33 #define isinf __builtin_isinf macro
H A D_mulkc3.c32 #define isinf __builtin_isinf macro
[all...]
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dmath.h136 #define isinf(x) __builtin_isinf(x) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_cmath.h69 __DEVICE__ bool isinf(float __x) { return ::__isinff(__x); } function
70 __DEVICE__ bool isinf(double __x) { return ::__isinf(__x); } function
H A D__clang_cuda_cmath.h90 __DEVICE__ int isinf(float __x) { return ::__isinff(__x); } function
91 __DEVICE__ int isinf(double __x) { return ::__isinf(__x); } function
101 __DEVICE__ bool isinf(float __x) { return ::__isinff(__x); } function
102 __DEVICE__ bool isinf(double __x) { return ::__isinf(__x); } function
/netbsd-current/lib/libm/complex/
H A Dcatrig.c50 #undef isinf macro
51 #define isinf(x) (fabs(x) == INFINITY) macro
H A Dcatrigl.c57 #undef isinf macro
58 #define isinf(x) (fabsl(x) == INFINITY) macro
H A Dcatrigf.c63 #undef isinf macro
64 #define isinf(x) (fabsf(x) == INFINITY) macro
/netbsd-current/external/lgpl3/mpc/dist/src/
H A Ddiv.c329 int isinf = 0; local
/netbsd-current/include/
H A Dmath.h490 #define isinf(__x) __isinf(__x) macro
492 #define isinf(__x) __fpmacro_unary_floating(isinf, __x) macro
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dmath.in.h2293 # undef isinf macro
2294 # define isinf(x) \ macro
2302 # undef isinf macro
2307 # define isinf rpl_isinf macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Ddp-bit.c278 #define isinf(x) 0 macro
299 isinf ( fp_number_type * x) function
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64/gnulib/import/
H A Dmath.h2795 _GL_WARN_REAL_FLOATING_DECL (isinf); variable
2796 # undef isinf macro
2797 # define isinf macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64eb/gnulib/import/
H A Dmath.h2795 _GL_WARN_REAL_FLOATING_DECL (isinf); variable
2796 # undef isinf macro
2797 # define isinf macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/alpha/gnulib/import/
H A Dmath.h2795 _GL_WARN_REAL_FLOATING_DECL (isinf); variable
2796 # undef isinf macro
2797 # define isinf macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/arm/gnulib/import/
H A Dmath.h2795 _GL_WARN_REAL_FLOATING_DECL (isinf); variable
2796 # undef isinf macro
2797 # define isinf macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/armeb/gnulib/import/
H A Dmath.h2795 _GL_WARN_REAL_FLOATING_DECL (isinf); variable
2796 # undef isinf macro
2797 # define isinf macro
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/hppa/gnulib/import/
H A Dmath.h2795 _GL_WARN_REAL_FLOATING_DECL (isinf); variable
2796 # undef isinf macro
2797 # define isinf macro
[all...]

Completed in 333 milliseconds

12345678910