Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/top/
Dtop.h16 #define Infinity -1 macro
Dutils.c43 return(Infinity); in atoiwi()
Dtop.c235 int topn = Infinity; in main()
540 if (topn == Infinity) in main()
568 displays = smart_terminal ? Infinity : 1; in main()
/freebsd-12-stable/contrib/gdtoa/
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.
432 possible one, which were sometimes incorrectly converted to Infinity.
571 accepting (e.g.) ".nan" or ".inf" as NaN or Infinity.
579 supply explicit bit for Infinity. Note that the Q routines (which do
[all …]
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
Dprintf.c0181 /* Infinity or NaN */
243 /* Infinity or NaN */
496 /* Infinity or NaN */
1241 s = "Infinity";
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp65 Infinity = 0x0008, enumerator
68 NumericProperties = (Zero|NonZero|Finite|Infinity|NaN|SignedZero),
452 return (Props & ~NumericProperties) | Infinity; in deduce()
490 if (Ps & ConstantProperties::Infinity) in print()
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
Dgtest-internal.h312 static RawType Infinity() { in Infinity() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
Dfp_div_impl.inc412 // Do not round Infinity to NaN
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DREADME_P9.txt461 2. Both input are +-Infinity, +-Zero
/freebsd-12-stable/contrib/googletest/googletest/test/
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-stable/contrib/googletest/googlemock/test/
Dgmock-matchers_test.cc3251 infinity_bits_(Floating(Floating::Infinity()).bits()), in FloatingPointTest()
3260 infinity_(Floating::Infinity()), in FloatingPointTest()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp3169 Constant *Infinity = ConstantFP::getInfinity(V->getType()); in EmitBuiltinExpr() local
3173 Value *FCmp = Builder.CreateFCmp(Pred, Fabs, Infinity, "cmpinf"); in EmitBuiltinExpr()
/freebsd-12-stable/sys/dev/usb/
Dusbdevs4386 product SILABS INFINITY_MIC 0xea71 Infinity GPS-MIC-1 Radio Monophone
/freebsd-12-stable/contrib/gcc/
DChangeLog-200321922 +-Infinity into comparisons against DBL_MAX (or equivalent).
28572 comparisons against +Infinity or -Infinity.