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

/freebsd-10.1-release/lib/libc/i386/gen/
H A DMakefile.inc5 flt_rounds.c getcontextx.c infinity.c ldexp.c makecontext.c \
/freebsd-10.1-release/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-10.1-release/lib/libc/amd64/gen/
H A DMakefile.inc6 infinity.c ldexp.c makecontext.c signalcontext.c \
/freebsd-10.1-release/lib/libc/arm/gen/
H A DMakefile.inc5 getcontextx.c infinity.c ldexp.c makecontext.c \
/freebsd-10.1-release/lib/libc/powerpc/gen/
H A DMakefile.inc5 infinity.c ldexp.c makecontext.c _setjmp.S \
/freebsd-10.1-release/lib/libc/powerpc64/gen/
H A DMakefile.inc5 infinity.c ldexp.c makecontext.c _setjmp.S \
/freebsd-10.1-release/lib/libc/sparc64/gen/
H A DMakefile.inc5 getcontextx.c infinity.c ldexp.c makecontext.c \
/freebsd-10.1-release/lib/libc/ia64/gen/
H A DMakefile.inc6 fpsetround.c getcontextx.c infinity.c ldexp.c makecontext.c setjmp.S \
/freebsd-10.1-release/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-10.1-release/lib/libc/mips/gen/
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-10.1-release/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DHeuristicSolver.h507 const PBQPNum infinity = std::numeric_limits<PBQPNum>::infinity(); local
514 PBQPNum rowMin = infinity;
517 if (vCosts[c] != infinity && edgeCosts[r][c] < rowMin)
523 if (rowMin != infinity) {
532 PBQPNum colMin = infinity;
535 if (uCosts[r] != infinity && edgeCosts[r][c] < colMin)
541 if (colMin != infinity) {
/freebsd-10.1-release/usr.bin/jot/
H A Djot.c93 bool infinity = false; local
268 infinity = true;
297 for (i = 1; i <= reps || infinity; i++) {
306 for (i = 1, x = begin; i <= reps || infinity; i++, x += s)
/freebsd-10.1-release/sys/mips/mips/
H A Dfp.S645 bne t1, SEXP_INF, 1f # is FS an infinity?
669 bne v0, MIPS_FPU_ROUND_RM, 1f # round to -infinity?
728 bne v0, MIPS_FPU_ROUND_RM, 1f # round to -infinity?
761 bne t1, DEXP_INF, 1f # is FS an infinity?
792 bne v0, MIPS_FPU_ROUND_RM, 1f # round to -infinity?
886 bne v0, MIPS_FPU_ROUND_RM, 1f # round to -infinity?
925 bne t1, SEXP_INF, 2f # is FS an infinity?
927 bne ta1, SEXP_INF, 1f # FS is inf, is FT an infinity?
929 b result_fs_s # result is infinity
933 b invalid_s # infinity * zer
[all...]
/freebsd-10.1-release/contrib/byacc/
H A Dlalr.c41 static Value_t infinity; variable
564 infinity = (Value_t) (ngotos + 2);
626 INDEX[j] = infinity;
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/PBQP/Heuristics/
H A DBriggs.h331 std::numeric_limits<PBQPNum>::infinity()) {
422 if (nCosts[i] == std::numeric_limits<PBQPNum>::infinity())
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DMathExtras.h610 const float huge_valf = std::numeric_limits<float>::infinity();
/freebsd-10.1-release/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-10.1-release/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp307 costMat[i + 1][j + 1] = std::numeric_limits<PBQP::PBQPNum>::infinity();
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DAPInt.cpp884 // Return infinity for exponent overflow
887 return std::numeric_limits<double>::infinity();
889 return -std::numeric_limits<double>::infinity();

Completed in 190 milliseconds