| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/RationalNumber/ |
| D | IsFiniteIsNaNIsZeroToStringTest.ets | 21 …suite.addTest("Verifies that the RationalNumber object (-2/1) represents a finite value.", testIsF… 22 …suite.addTest("Verifies that the RationalNumber object (0/3) represents a finite value.", testIsFi… 23 …suite.addTest("Verifies that the RationalNumber object (2/0) does not represent a finite value.", … 24 …suite.addTest("Verifies that the RationalNumber object (1/3) represents a finite value.", testIsFi… 25 …suite.addTest("Verifies that the RationalNumber object (10/5) represents a finite value.", testIsF… 53 * @tc.desc: Verifies that the RationalNumber object (-2/1) represents a finite value. 61 assertEQ(res, true, "The RationalNumber (-2/1) should represent a finite value"); 67 * @tc.desc: Verifies that the RationalNumber object (0/3) represents a finite value. 75 assertEQ(res, true, "The RationalNumber (0/3) should represent a finite value"); 81 * @tc.desc: Verifies that the RationalNumber object (2/0) does not represent a finite value. [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | redundant_loop_elimination.cpp | 66 // Check that loop is finite. in IsRedundant() 67 // We can remove only loops that is always finite. in IsRedundant()
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | fsub2.yaml | 149 The sum or the difference of infinity and any finite value is infinity. 211 The sum or the difference of infinity and any finite value is infinity. 308 The sum or the difference of infinity and any finite value is infinity. 377 The sum or the difference of infinity and any finite value is infinity. 455 The sum or the difference of infinity and any finite value is infinity. 524 The sum or the difference of infinity and any finite value is infinity.
|
| D | fadd2.yaml | 166 The sum or the difference of infinity and any finite value is infinity. 233 The sum or the difference of infinity and any finite value is infinity. 335 The sum or the difference of infinity and any finite value is infinity. 394 The sum or the difference of infinity and any finite value is infinity. 455 The sum or the difference of infinity and any finite value is infinity. 525 The sum or the difference of infinity and any finite value is infinity.
|
| D | fsub2.64.yaml | 149 The sum or the difference of infinity and any finite value is infinity. 211 The sum or the difference of infinity and any finite value is infinity. 308 The sum or the difference of infinity and any finite value is infinity. 377 The sum or the difference of infinity and any finite value is infinity. 455 The sum or the difference of infinity and any finite value is infinity. 524 The sum or the difference of infinity and any finite value is infinity.
|
| D | fadd2.64.yaml | 166 The sum or the difference of infinity and any finite value is infinity. 233 The sum or the difference of infinity and any finite value is infinity. 335 The sum or the difference of infinity and any finite value is infinity. 394 The sum or the difference of infinity and any finite value is infinity. 455 The sum or the difference of infinity and any finite value is infinity. 525 The sum or the difference of infinity and any finite value is infinity.
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | fsub2.yaml | 149 The sum or the difference of infinity and any finite value is infinity. 211 The sum or the difference of infinity and any finite value is infinity. 308 The sum or the difference of infinity and any finite value is infinity. 377 The sum or the difference of infinity and any finite value is infinity. 455 The sum or the difference of infinity and any finite value is infinity. 524 The sum or the difference of infinity and any finite value is infinity.
|
| D | fadd2.yaml | 166 The sum or the difference of infinity and any finite value is infinity. 233 The sum or the difference of infinity and any finite value is infinity. 335 The sum or the difference of infinity and any finite value is infinity. 394 The sum or the difference of infinity and any finite value is infinity. 455 The sum or the difference of infinity and any finite value is infinity. 525 The sum or the difference of infinity and any finite value is infinity.
|
| D | fsub2.64.yaml | 149 The sum or the difference of infinity and any finite value is infinity. 211 The sum or the difference of infinity and any finite value is infinity. 308 The sum or the difference of infinity and any finite value is infinity. 377 The sum or the difference of infinity and any finite value is infinity. 455 The sum or the difference of infinity and any finite value is infinity. 524 The sum or the difference of infinity and any finite value is infinity.
|
| D | fadd2.64.yaml | 166 The sum or the difference of infinity and any finite value is infinity. 233 The sum or the difference of infinity and any finite value is infinity. 335 The sum or the difference of infinity and any finite value is infinity. 394 The sum or the difference of infinity and any finite value is infinity. 455 The sum or the difference of infinity and any finite value is infinity. 525 The sum or the difference of infinity and any finite value is infinity.
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_segment_iterator.cpp | 91 // 7. If endIndex is not finite, then in Next()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_date.cpp | 159 // 3. If Type(tv) is Number and tv is not finite, return null in ToJSON() 478 if (std::isnan(temp) || !std::isfinite(temp)) { // Check the double value is finite. in ExtractDateFields()
|
| D | builtins_math.cpp | 178 // y < 0 and y is finite and x is POSITIVE_INFINITY,return -0 in Atan2() 179 // y >= 0 and y is finite and x is POSITIVE_INFINITY,return +0 in Atan2()
|
| /arkcompiler/ets_frontend/test262/ |
| D | intl_tests.txt | 177 intl402/DateTimeFormat/prototype/format/throws-value-non-finite.js 589 intl402/NumberFormat/prototype/format/format-non-finite-numbers.js 682 intl402/PluralRules/prototype/select/non-finite.js 755 intl402/RelativeTimeFormat/prototype/format/value-non-finite.js 772 intl402/RelativeTimeFormat/prototype/formatToParts/value-non-finite.js
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | hotness_propagation.h | 105 … // There may be loops in try-block without conditional branches, they considered as finite, so in FindLoopHeaderHotness()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 7_expressions.rst | 4043 - If infinity is multiplied by a finite value, then the multiplication results 4063 finite value 4090 …todo: Division of a nonzero finite value by a zero results should be signed infinity, but "Floatin… 4159 - Infinity is divided by a finite value; and 4160 - A nonzero finite value is divided by zero. 4165 - A finite value is divided by infinity; and 4166 - Zero is divided by any other finite value. 4173 finite value 4303 - The dividend is finite, and the divisor is infinity; or 4304 - If the dividend is zero, and the divisor is finite. [all …]
|
| D | 6_conversions.rst | 679 - Float infinity from a finite double.
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsEnumDeclaration.cpp | 349 … checker->ThrowTypeError("'const' enum member initializer was evaluated to a non-finite value.", in InferEnumVariableType()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/api/ |
| D | @ohos.util.ets | 742 …* @returns { boolean } when the str can be parsed into a finite number return true otherwise retur… 920 * Check if the current RationalNumber object represents a finite value. 929 * Check if the current RationalNumber object represents a finite value.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_ir_specification.md | 9 …amed **state gates** (since they acted like a [finite state machine](https://en.wikipedia.org/wiki…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/arkts/ |
| D | @arkts.math.Decimal.ets | 198 * Return true if the value of this Decimal is a finite number, otherwise return false. 499 // If x is not finite, return x if y is not NaN, else NaN. 504 // If y is not finite, return Infinity with the sign of x if y is Infinity, else NaN.
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isa.yaml | 1115 …- The sum or the difference of infinity and any finite value is infinity. The sign of the result m… 1204 …- The sum or the difference of infinity and any finite value is infinity. The sign of result match…
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_stringifier.cpp | 263 // a. If value is finite, return ToString(value). in SerializeJSONProperty()
|
| D | json_stringifier_optimized.cpp | 262 // a. If value is finite, return ToString(value). in SerializeJSONProperty()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_date_test.cpp | 692 // number double finite in HWTEST_F_L0()
|