Searched refs:Infinity (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/usr.bin/top/
H A Dtop.h47 #define Infinity -1 macro
H A Dtop.c95 #if Default_TOPN == Infinity
366 topn = Infinity;
368 #if Default_TOPN == Infinity
465 /* adjust for topn == Infinity */
466 if (topn == Infinity) {
472 * This is always the case when "Default_TOPN != Infinity". But if
474 * and the default is Infinity, then (and only then) we use
477 #if Default_TOPN == Infinity
493 displays = smart_terminal ? Infinity : 1;
591 if (topn == Infinity) {
[all...]
H A Dutils.c60 return (Infinity);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dhugeval.x2 # instead of +Infinity.
/openbsd-current/gnu/llvm/llvm/tools/llvm-yaml-numeric-parser-fuzzer/
H A Dyaml-numeric-parser-fuzzer.cpp15 static llvm::Regex Infinity("^[-+]?(\\.inf|\\.Inf|\\.INF)$");
24 if (Infinity.match(S))
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Constant/t/
H A DConstant.t820 {name=>$inf, type=>"PV", value=>'"Infinity"', macro=>1},
875 [$inf, 'Infinity', []],
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc412 // Do not round Infinity to NaN
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp65 Infinity = 0x0008, enumerator in enum:__anon2837::ConstantProperties::__anon2838
68 NumericProperties = (Zero|NonZero|Finite|Infinity|NaN|SignedZero),
452 return (Props & ~NumericProperties) | Infinity;
490 if (Ps & ConstantProperties::Infinity)
1247 // Infinity could theoretically be compared to a number, but the
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dtie.t1646 package Infinity {
1670 tie %h, 'Infinity';
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm4047 # Infinity.
4084 # Not-a-Number and Infinity.
4122 # Not-a-number and Infinity.
4176 # Infinity.
7963 =head1 Infinity and Not a Number
8399 See also the section about L<Infinity and Not a Number> for problems in
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp3268 Constant *Infinity = ConstantFP::getInfinity(V->getType());
3272 Value *FCmp = Builder.CreateFCmp(Pred, Fabs, Infinity, "cmpinf");

Completed in 305 milliseconds