Searched refs:Infinity (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/usr.bin/top/ |
| H A D | top.h | 16 #define Infinity -1 macro
|
| H A D | top.c | 234 int topn = Infinity; in main() 533 if (topn == Infinity) in main() 561 displays = smart_terminal ? Infinity : 1; in main()
|
| H A D | utils.c | 43 return(Infinity); in atoiwi()
|
| /freebsd-12.1/contrib/gdtoa/ |
| H A D | changes | 25 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 D | README | 133 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 D | printf.c0 | 181 /* Infinity or NaN */ 243 /* Infinity or NaN */ 496 /* Infinity or NaN */ 1241 s = "Infinity";
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 66 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 D | gtest-internal.h | 312 static RawType Infinity() { in Infinity() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | README_P9.txt | 461 2. Both input are +-Infinity, +-Zero
|
| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 2735 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 D | gmock-matchers_test.cc | 3251 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 D | CGBuiltin.cpp | 2090 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 D | usbdevs | 4345 product SILABS INFINITY_MIC 0xea71 Infinity GPS-MIC-1 Radio Monophone
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2003 | 21922 +-Infinity into comparisons against DBL_MAX (or equivalent). 28572 comparisons against +Infinity or -Infinity.
|