Searched refs:infinity (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DMathExtras.cpp26 const float huge_valf = std::numeric_limits<float>::infinity();
/freebsd-11-stable/release/picobsd/mfs_tree/etc/
H A Dlogin.conf25 :cputime=infinity:\
30 :filesize=infinity:\
80 :cputime=infinity:\
81 :datasize=infinity:\
82 :stacksize=infinity:\
83 :memorylocked=infinity:\
84 :memoryuse=infinity:\
85 :filesize=infinity:\
87 :openfiles=infinity:\
88 :maxproc=infinity
[all...]
/freebsd-11-stable/lib/libc/riscv/gen/
H A DMakefile.inc6 infinity.c \
/freebsd-11-stable/lib/libc/i386/gen/
H A DMakefile.inc5 flt_rounds.c getcontextx.c infinity.c ldexp.c makecontext.c \
/freebsd-11-stable/lib/libc/mips/gen/
H A DMakefile.inc4 SRCS+= infinity.c fabs.c ldexp.c
H A Dldexp.S71 beq t1, DEXP_INF, 9f # is it a NAN or infinity?
208 li t1, 0x7ff00000 # result is infinity (MSW)
210 mtc1 zero, $f0 # result is infinity (LSW)
211 bge v1, zero, 1f # should result be negative infinity?
212 neg.d $f0, $f0 # result is negative infinity
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_mul_impl.inc25 // Detect if a or b is zero, denormal, infinity, or NaN.
40 // infinity * non-zero = +/- infinity
43 // infinity * zero = NaN
49 // non-zero * infinity = +/- infinity
52 // zero * infinity = NaN
93 // If we have overflowed the type, return +/- infinity.
120 // Perform the final rounding. The final result may overflow to infinity,
H A Dfp_add_impl.inc23 // Detect if a or b is zero, infinity, or NaN.
34 // +/-infinity + -/+infinity = qNaN
37 // +/-infinity + anything remaining = +/- infinity
42 // anything remaining + +/-infinity = +/-infinity
128 // If we have overflowed the type, return +/- infinity.
151 // Perform the final rounding. The result may overflow to infinity, but
H A Dfp_extend_impl.inc79 // a is NaN or infinity.
80 // Conjure the result by beginning with infinity, then setting the qNaN
H A Dfp_trunc_impl.inc94 // Conjure the result by beginning with infinity, setting the qNaN
101 // a overflows to infinity.
/freebsd-11-stable/lib/libc/powerpc/gen/
H A DMakefile.inc5 infinity.c ldexp.c makecontext.c _setjmp.S \
/freebsd-11-stable/lib/libc/powerpc64/gen/
H A DMakefile.inc5 infinity.c ldexp.c makecontext.c _setjmp.S \
/freebsd-11-stable/lib/libc/sparc64/gen/
H A DMakefile.inc5 infinity.c ldexp.c makecontext.c \
/freebsd-11-stable/lib/libc/aarch64/gen/
H A DMakefile.inc10 infinity.c \
/freebsd-11-stable/lib/libc/amd64/gen/
H A DMakefile.inc6 infinity.c ldexp.c makecontext.c signalcontext.c \
/freebsd-11-stable/lib/libc/arm/gen/
H A DMakefile.inc5 infinity.c ldexp.c makecontext.c \
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_limits.h236 /** True if the type has a representation for positive infinity. */
299 /** The representation of positive infinity, if @c has_infinity. */
300 static _Tp infinity() throw() { return static_cast<_Tp>(0); } function in struct:numeric_limits
348 static bool infinity() throw() function in struct:numeric_limits
402 static char infinity() throw() function in struct:numeric_limits
453 static signed char infinity() throw() function in struct:numeric_limits
504 static unsigned char infinity() throw() function in struct:numeric_limits
555 static wchar_t infinity() throw() function in struct:numeric_limits
606 static short infinity() throw() function in struct:numeric_limits
657 static unsigned short infinity() thro function in struct:numeric_limits
708 static int infinity() throw() function in struct:numeric_limits
759 static unsigned int infinity() throw() function in struct:numeric_limits
810 static long infinity() throw() function in struct:numeric_limits
861 static unsigned long infinity() throw() function in struct:numeric_limits
912 static long long infinity() throw() function in struct:numeric_limits
963 static unsigned long long infinity() throw() function in struct:numeric_limits
1015 static float infinity() throw() function in struct:numeric_limits
1072 static double infinity() throw() function in struct:numeric_limits
1130 static long double infinity() throw() function in struct:numeric_limits
[all...]
/freebsd-11-stable/usr.bin/jot/
H A Djot.c93 bool infinity = false; local
271 infinity = true;
300 for (i = 1; i <= reps || infinity; i++) {
309 for (i = 1, x = begin; i <= reps || infinity; i++, x += s)
/freebsd-11-stable/sys/mips/mips/
H A Dfp.S647 bne t1, SEXP_INF, 1f # is FS an infinity?
671 bne v0, MIPS_FPU_ROUND_RM, 1f # round to -infinity?
730 bne v0, MIPS_FPU_ROUND_RM, 1f # round to -infinity?
763 bne t1, DEXP_INF, 1f # is FS an infinity?
794 bne v0, MIPS_FPU_ROUND_RM, 1f # round to -infinity?
888 bne v0, MIPS_FPU_ROUND_RM, 1f # round to -infinity?
927 bne t1, SEXP_INF, 2f # is FS an infinity?
929 bne ta1, SEXP_INF, 1f # FS is inf, is FT an infinity?
931 b result_fs_s # result is infinity
935 b invalid_s # infinity * zer
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp197 costs[i + 1][j + 1] = std::numeric_limits<PBQP::PBQPNum>::infinity();
223 std::numeric_limits<PBQP::PBQPNum>::infinity() &&
300 std::numeric_limits<PBQP::PBQPNum>::infinity() &&
/freebsd-11-stable/contrib/byacc/
H A Dlalr.c42 static Value_t infinity; variable
569 infinity = (Value_t)(ngotos + 2);
631 INDEX[j] = infinity;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h161 if (V[i] != std::numeric_limits<PBQP::PBQPNum>::infinity())
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_ldexp.c448 TEST(ldexp_infinity, infinity)
/freebsd-11-stable/contrib/top/
H A DConfigure230 processes to show. If you want "all" (or infinity) as the default, use
245 command line, even with the value "infinity".
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h61 if (M[i][j] == std::numeric_limits<PBQPNum>::infinity()) {

Completed in 234 milliseconds

12