HomeSort by: relevance | last modified time | path
    Searched defs:isinf (Results 1 - 25 of 162) sorted by relevancy

1 2 3 4 5 6 7

  /src/lib/libc/arch/vax/gen/
isinf.c 1 /* $NetBSD: isinf.c,v 1.8 2004/03/04 23:42:39 kleink Exp $ */
35 static char sccsid[] = "@(#)isinf.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: isinf.c,v 1.8 2004/03/04 23:42:39 kleink Exp $");
43 #undef isinf macro
44 int isinf __P((double));
48 isinf(double d) function
  /src/lib/libm/src/
s_isinf.c 12 * isinf(x) returns 1 is x is inf, else 0;
20 isinf(double x) function
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 141 bool isinf(arithmetic x);
467 // isinf
469 #ifdef isinf
479 return isinf(__lcpp_x);
483 #undef isinf macro
490 isinf(_A1 __lcpp_x) _NOEXCEPT
500 isinf(_A1) _NOEXCEPT
506 isinf(float __lcpp_x) _NOEXCEPT { return __libcpp_isinf(__lcpp_x); }
510 isinf(double __lcpp_x) _NOEXCEPT { return __libcpp_isinf(__lcpp_x); }
514 isinf(long double __lcpp_x) _NOEXCEPT { return __libcpp_isinf(__lcpp_x);
    [all...]
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
math_c99.h 25 #undef isinf macro
26 #define isinf(x) __builtin_isinf(x) macro
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
_mulkc3.c 41 #define isinf __builtin_isinf macro
65 if (isinf (a) || isinf (b))
69 a = COPYSIGN (isinf (a) ? 1 : 0, a);
70 b = COPYSIGN (isinf (b) ? 1 : 0, b);
75 if (isinf (c) || isinf (d))
79 c = COPYSIGN (isinf (c) ? 1 : 0, c);
80 d = COPYSIGN (isinf (d) ? 1 : 0, d);
86 && (isinf (ac) || isinf (bd
    [all...]
_divkc3.c 43 #define isinf __builtin_isinf macro
177 else if ((isinf (a) || isinf (b)) && isfinite (c) && isfinite (d))
179 a = COPYSIGN (isinf (a) ? 1 : 0, a);
180 b = COPYSIGN (isinf (b) ? 1 : 0, b);
184 else if ((isinf (c) || isinf (d)) && isfinite (a) && isfinite (b))
186 c = COPYSIGN (isinf (c) ? 1 : 0, c);
187 d = COPYSIGN (isinf (d) ? 1 : 0, d);
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
math_c99.h 25 #undef isinf macro
26 #define isinf(x) __builtin_isinf(x) macro
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
_mulkc3.c 32 #define isinf __builtin_isinf macro
56 if (isinf (a) || isinf (b))
60 a = COPYSIGN (isinf (a) ? 1 : 0, a);
61 b = COPYSIGN (isinf (b) ? 1 : 0, b);
66 if (isinf (c) || isinf (d))
70 c = COPYSIGN (isinf (c) ? 1 : 0, c);
71 d = COPYSIGN (isinf (d) ? 1 : 0, d);
77 && (isinf (ac) || isinf (bd
    [all...]
_divkc3.c 33 #define isinf __builtin_isinf macro
167 else if ((isinf (a) || isinf (b)) && isfinite (c) && isfinite (d))
169 a = COPYSIGN (isinf (a) ? 1 : 0, a);
170 b = COPYSIGN (isinf (b) ? 1 : 0, b);
174 else if ((isinf (c) || isinf (d)) && isfinite (a) && isfinite (b))
176 c = COPYSIGN (isinf (c) ? 1 : 0, c);
177 d = COPYSIGN (isinf (d) ? 1 : 0, d);
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
math.h 137 #define isinf(x) __builtin_isinf(x) macro
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
math.h 137 #define isinf(x) __builtin_isinf(x) macro
  /src/crypto/external/apache2/openssl/dist/fuzz/
quic-client.c 124 int isinf, ret = 0; local
227 if (!SSL_get_event_timeout(client, &tv, &isinf))
230 if (isinf) {
quic-server.c 115 int isinf, ret = 0; local
217 if (!SSL_get_event_timeout(server, &tv, &isinf))
220 if (isinf) {
  /src/lib/libm/complex/
catrig.c 50 #undef isinf macro
51 #define isinf(x) (fabs(x) == INFINITY) macro
311 if (isinf(x))
314 if (isinf(y))
395 if (isinf(x))
398 if (isinf(y))
564 if (ix - iy >= CUTOFF << 20 || isinf(x))
609 if (isinf(x))
612 if (isinf(y))
catrigf.c 63 #undef isinf macro
64 #define isinf(x) (fabsf(x) == INFINITY) macro
171 if (isinf(x))
173 if (isinf(y))
229 if (isinf(x))
231 if (isinf(y))
339 if (ix - iy >= CUTOFF << 23 || isinf(x))
368 if (isinf(x))
370 if (isinf(y))
catrigl.c 57 #undef isinf macro
58 #define isinf(x) (fabsl(x) == INFINITY) macro
204 if (isinf(x))
206 if (isinf(y))
259 if (isinf(x))
261 if (isinf(y))
366 if (ix - iy >= CUTOFF || isinf(x))
396 if (isinf(x))
398 if (isinf(y))
  /src/crypto/external/apache2/openssl/dist/test/
quic_tserver_test.c 326 int isinf; local
340 if (!TEST_true(SSL_get_event_timeout(c_ssl, &tv, &isinf)))
342 if (!isinf && ossl_time_compare(ossl_time_zero(), ossl_time_from_timeval(tv)) >= 0)
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_cmath.h 73 // `isinf(float)` and `isnan(float)` implementations that return an `int`. We do
90 __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
270 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(bool, isinf);
434 // pull them in with libstdc++, because its ::isinf and ::isnan are different
435 // than its std::isinf and std::isnan.
437 using ::isinf;
__clang_hip_cmath.h 69 __DEVICE__ bool isinf(float __x) { return ::__isinff(__x); } function
70 __DEVICE__ bool isinf(double __x) { return ::__isinf(__x); } function
456 __HIP_OVERLOAD1(bool, isinf)
662 // pull them in with libstdc++, because its ::isinf and ::isnan are different
663 // than its std::isinf and std::isnan.
665 using ::isinf;
  /src/external/lgpl3/mpc/dist/src/
div.c 329 int isinf = 0; local
336 isinf = mpfr_inf_p (mpc_realref(res));
342 isinf = mpfr_inf_p (mpc_realref(res));
345 if (isinf)
352 isinf = 0;
356 isinf = mpfr_inf_p (mpc_imagref(res));
362 isinf = mpfr_inf_p (mpc_imagref(res));
365 if (isinf)
  /src/include/
math.h 501 /* 7.12.3.3 int isinf(real-floating x) */
503 #define isinf(__x) __isinf(__x) macro
505 #define isinf(__x) __fpmacro_unary_floating(isinf, __x) macro
  /src/external/gpl3/gdb/dist/sim/ppc/
dp-bit.c 278 #define isinf(x) 0 macro
299 isinf ( fp_number_type * x) function
337 else if (isinf (src))
495 if (isinf (a))
498 if (isinf (b) && a->sign != b->sign)
502 if (isinf (b))
660 if (isinf (a))
667 if (isinf (b))
850 if (isinf (a) || iszero (a))
858 if (isinf (b)
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
math.h 2967 # undef isinf
2968 # define isinf(x) \
2974 # if defined isinf || defined GNULIB_NAMESPACE
2975 _GL_MATH_CXX_REAL_FLOATING_DECL_1 (isinf)
2976 # undef isinf
2978 /* This platform's <cmath> possibly defines isinf through a set of inline
2980 _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isinf, rpl_isinf, bool)
2981 # define isinf rpl_isinf
2984 _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isinf, isinf, bool
2990 _GL_WARN_REAL_FLOATING_DECL (isinf); variable
2991 # undef isinf macro
2992 # define isinf macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
math.h 2967 # undef isinf
2968 # define isinf(x) \
2974 # if defined isinf || defined GNULIB_NAMESPACE
2975 _GL_MATH_CXX_REAL_FLOATING_DECL_1 (isinf)
2976 # undef isinf
2978 /* This platform's <cmath> possibly defines isinf through a set of inline
2980 _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isinf, rpl_isinf, bool)
2981 # define isinf rpl_isinf
2984 _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isinf, isinf, bool
2990 _GL_WARN_REAL_FLOATING_DECL (isinf); variable
2991 # undef isinf macro
2992 # define isinf macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
math.h 2967 # undef isinf
2968 # define isinf(x) \
2974 # if defined isinf || defined GNULIB_NAMESPACE
2975 _GL_MATH_CXX_REAL_FLOATING_DECL_1 (isinf)
2976 # undef isinf
2978 /* This platform's <cmath> possibly defines isinf through a set of inline
2980 _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isinf, rpl_isinf, bool)
2981 # define isinf rpl_isinf
2984 _GL_MATH_CXX_REAL_FLOATING_DECL_2 (isinf, isinf, bool
2990 _GL_WARN_REAL_FLOATING_DECL (isinf); variable
2991 # undef isinf macro
2992 # define isinf macro
    [all...]

Completed in 39 milliseconds

1 2 3 4 5 6 7