Home
last modified time | relevance | path

Searched refs:Infinity (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/usr.bin/top/
H A Dtop.h16 #define Infinity -1 macro
H A Dtop.c234 int topn = Infinity; in main()
533 if (topn == Infinity) in main()
561 displays = smart_terminal ? Infinity : 1; in main()
H A Dutils.c43 return(Infinity); in atoiwi()
/freebsd-12.1/contrib/gdtoa/
H A Dchanges25 return +-Infinity for IEEE arithmetic, +- the largest machine number
100 strtod check (case insensitively) for "Infinity" and "NaN" on machines
294 2 ==> towards +Infinity,
295 3 ==> towards -Infinity.
374 result is denormal, and when returning zero or Infinity, set *bp = 0;
413 for Infinity - Infinity). Tweak test/makefile so differences in the
414 spelling of Infinity ("INF" or "Inf" on some systems) do not matter.
571 accepting (e.g.) ".nan" or ".inf" as NaN or Infinity.
631 is rounded to Infinity or underflows to zero. Fix a memory leak in
638 mode is torwards +Infinity. An input (supplied by Rick Regan
[all …]
H A DREADME133 if the result overflows to +Infinity or underflows to 0. Compile
167 NaN and Infinity syntax. Moreover, unless No_Hex_NaN is #defined, the
326 FPI_Round_up = toward +Infinity, and
327 FPI_Round_down = toward -Infinity
H A Dprintf.c0181 /* Infinity or NaN */
243 /* Infinity or NaN */
496 /* Infinity or NaN */
1241 s = "Infinity";
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp66 Infinity = 0x0008, enumerator
69 NumericProperties = (Zero|NonZero|Finite|Infinity|NaN|SignedZero),
441 return (Props & ~NumericProperties) | Infinity; in deduce()
479 if (Ps & ConstantProperties::Infinity) in print()
/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h312 static RawType Infinity() { in Infinity() function
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt461 2. Both input are +-Infinity, +-Zero
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc2735 values_.infinity = Floating::Infinity(); in SetUp()
2824 TEST_F(FloatTest, Infinity) { in TEST_F() argument
2997 TEST_F(DoubleTest, Infinity) { in TEST_F() argument
/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3251 infinity_bits_(Floating(Floating::Infinity()).bits()), in FloatingPointTest()
3260 infinity_(Floating::Infinity()), in FloatingPointTest()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp2090 Constant *Infinity = ConstantFP::getInfinity(V->getType()); in EmitBuiltinExpr() local
2094 Value *FCmp = Builder.CreateFCmp(Pred, Fabs, Infinity, "cmpinf"); in EmitBuiltinExpr()
/freebsd-12.1/sys/dev/usb/
H A Dusbdevs4345 product SILABS INFINITY_MIC 0xea71 Infinity GPS-MIC-1 Radio Monophone
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200321922 +-Infinity into comparisons against DBL_MAX (or equivalent).
28572 comparisons against +Infinity or -Infinity.