Searched full:infinity (Results 1 – 25 of 85) sorted by relevance
1234
27 Infinity28 Infinity35 -Infinity36 Infinity
147 …f two infinities of the same sign or the difference of two infinities of opposite sign is infinity.149 The sum or the difference of infinity and any finite value is infinity.150 The sign of result matches the sign of infinity.209 …f two infinities of the same sign or the difference of two infinities of opposite sign is infinity.211 The sum or the difference of infinity and any finite value is infinity.212 The sign of result matches the sign of infinity.308 The sum or the difference of infinity and any finite value is infinity.309 The sign of result matches the sign of infinity.377 The sum or the difference of infinity and any finite value is infinity.378 The sign of result matches the sign of infinity.[all …]
164 …f two infinities of the same sign or the difference of two infinities of opposite sign is infinity.166 The sum or the difference of infinity and any finite value is infinity.167 The sign of result matches the sign of infinity.231 …f two infinities of the same sign or the difference of two infinities of opposite sign is infinity.233 The sum or the difference of infinity and any finite value is infinity.234 The sign of result matches the sign of infinity.335 The sum or the difference of infinity and any finite value is infinity.336 The sign of result matches the sign of infinity.394 The sum or the difference of infinity and any finite value is infinity.395 The sign of result matches the sign of infinity.[all …]
421 fldai 0x7f800000 # Positive infinity425 fldai 0xff800000 # Negative infinity457 …fldai.64 0x7ff0000000000000 # Positive infinity (hexadecimal representation is `0x7ff0000000000000…461 …fldai.64 0xfff0000000000000 # Negative infinity (hexadecimal representation is `0xfff0000000000000…577 fmovi v1, 0x7f800000 # Positive infinity581 fmovi v1, 0xff800000 # Negative infinity613 …fmovi.64 v1, 0x7ff0000000000000 # Positive infinity (hexadecimal representation is `0x7ff000000000…617 …fmovi.64 v1, 0xfff0000000000000 # Negative infinity (hexadecimal representation is `0xfff000000000…725 fldai 0x7f800000 # Positive infinity729 fldai 0xff800000 # Negative infinity[all …]
425 fldai 0x7f800000 # Positive infinity429 fldai 0xff800000 # Negative infinity461 …fldai.64 0x7ff0000000000000 # Positive infinity (hexadecimal representation is `0x7ff0000000000000…465 …fldai.64 0xfff0000000000000 # Negative infinity (hexadecimal representation is `0xfff0000000000000…581 fmovi v1, 0x7f800000 # Positive infinity585 fmovi v1, 0xff800000 # Negative infinity617 …fmovi.64 v1, 0x7ff0000000000000 # Positive infinity (hexadecimal representation is `0x7ff000000000…621 …fmovi.64 v1, 0xfff0000000000000 # Negative infinity (hexadecimal representation is `0xfff000000000…729 fldai 0x7f800000 # Positive infinity733 fldai 0xff800000 # Negative infinity[all …]
494 fldai 0x7f800000 # Positive infinity498 fldai 0xff800000 # Negative infinity530 …fldai.64 0x7ff0000000000000 # Positive infinity (hexadecimal representation is `0x7ff0000000000000…534 …fldai.64 0xfff0000000000000 # Negative infinity (hexadecimal representation is `0xfff0000000000000…615 fmovi v1, 0x7f800000 # Positive infinity619 fmovi v1, 0xff800000 # Negative infinity651 …fmovi.64 v1, 0x7ff0000000000000 # Positive infinity (hexadecimal representation is `0x7ff000000000…655 …fmovi.64 v1, 0xfff0000000000000 # Negative infinity (hexadecimal representation is `0xfff000000000…732 fldai 0x7f800000 # Positive infinity736 fldai 0xff800000 # Negative infinity[all …]
496 fldai 0x7f800000 # Positive infinity500 fldai 0xff800000 # Negative infinity532 …fldai.64 0x7ff0000000000000 # Positive infinity (hexadecimal representation is `0x7ff0000000000000…536 …fldai.64 0xfff0000000000000 # Negative infinity (hexadecimal representation is `0xfff0000000000000…617 fmovi v1, 0x7f800000 # Positive infinity621 fmovi v1, 0xff800000 # Negative infinity653 …fmovi.64 v1, 0x7ff0000000000000 # Positive infinity (hexadecimal representation is `0x7ff000000000…657 …fmovi.64 v1, 0xfff0000000000000 # Negative infinity (hexadecimal representation is `0xfff000000000…734 fldai 0x7f800000 # Positive infinity738 fldai 0xff800000 # Negative infinity[all …]
162 description: Division is infinity if any non zero value is divided by zero.231 description: Division is infinity if any non zero value is divided by zero.303 Division is NaN if Infinity is divided by Infinity.443 description: Division is infinity if any non zero value is divided by zero.519 description: Division is infinity if any non zero value is divided by zero.
148 description: Multiplication is infinity if any non zero value is multiplied by infinity.214 description: Multiplication is infinity if any non zero value is multiplied by infinity.386 Multiplication is NaN if zero is multiplied by infinity.
164 … description: If source is positive infinity, the result is maximum value for destination type.180 … description: If source is negative infinity, the result is minimal value for destination type.
227 // 9. If x = +infinity, then in ToExponential()228 // a. Return the concatenation of the Strings s and "Infinity". in ToExponential()231 return GetTaggedString(thread, "-Infinity"); in ToExponential()233 return GetTaggedString(thread, "Infinity"); in ToExponential()360 // 9. If x = +infinity, then in ToPrecision()361 // a. Return the String that is the concatenation of s and "Infinity". in ToPrecision()364 return GetTaggedString(thread, "-Infinity"); in ToPrecision()366 return GetTaggedString(thread, "Infinity"); in ToPrecision()415 // If x = +infinity, then in ToString()416 // Return the String that is the concatenation of s and "Infinity". in ToString()[all …]
45 // check whether value is a Infinity46 pandaGen.loadAccumulator(lit, getVregisterCache(pandaGen, CacheList.Infinity));
40 Infinity, enumerator53 [CacheList.Infinity, expandInfinity],
15 Infinity
20 a = Infinity;
18 -Infinity
17 let num = Infinity;
55 EXPECT_THAT(std::numeric_limits<double>::infinity(), StringifiesAs("null")); in TEST()56 EXPECT_THAT(-std::numeric_limits<double>::infinity(), StringifiesAs("null")); in TEST()