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

/freebsd-12-stable/usr.bin/top/
H A Dtop.h16 #define Infinity -1 macro
H A Dutils.c43 return(Infinity);
H A Dtop.c234 int topn = Infinity;
538 /* adjust for topn == Infinity */
539 if (topn == Infinity)
546 * This is always the case when "Default_TOPN != Infinity". But if
548 * and the default is Infinity, then (and only then) we use
567 displays = smart_terminal ? Infinity : 1;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp65 Infinity = 0x0008, enumerator in enum:__anon5147::ConstantProperties::__anon5148
68 NumericProperties = (Zero|NonZero|Finite|Infinity|NaN|SignedZero),
453 return (Props & ~NumericProperties) | Infinity;
491 if (Ps & ConstantProperties::Infinity)
1248 // Infinity could theoretically be compared to a number, but the
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h312 static RawType Infinity() { function in class:testing::internal::FloatingPoint
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc2735 values_.infinity = Floating::Infinity();
2824 TEST_F(FloatTest, Infinity) {
2997 TEST_F(DoubleTest, Infinity) {
/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3251 infinity_bits_(Floating(Floating::Infinity()).bits()),
3260 infinity_(Floating::Infinity()),
/freebsd-12-stable/contrib/libxo/xohtml/external/
H A Djquery.js8822 // classical easing cannot be used with an Infinity duration
8823 if ( options.duration == Infinity ) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2352 Constant *Infinity = ConstantFP::getInfinity(V->getType());
2356 Value *FCmp = Builder.CreateFCmp(Pred, Fabs, Infinity, "cmpinf");

Completed in 320 milliseconds