Searched full:finite (Results 1 – 25 of 32) sorted by relevance
12
| /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/static_core/tests/cts-generator/cts-template/ |
| 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.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 | 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/tests/cts-generator/cts-template/ |
| 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.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 | 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/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 7_expressions.rst | 3462 - If infinity is multiplied by a finite value, then the multiplication results 3483 finite value 3510 …todo: Division of a nonzero finite value by a zero results should be signed infinity, but "Floatin… 3582 - Infinity is divided by a finite value; and 3583 - A nonzero finite value is divided by zero. 3589 - A finite value is divided by infinity; and 3590 - Zero is divided by any other finite value. 3597 finite value 3728 - The dividend is finite, and the divisor is infinity; or 3729 - If the dividend is zero, and the divisor is finite. [all …]
|
| D | 6_conversions.rst | 483 - Float infinity from a finite double.
|
| /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
|
| D | es5_tests.txt | 134 language/expressions/does-not-equals/bigint-and-non-finite.js 142 language/expressions/equals/bigint-and-non-finite.js 157 language/expressions/greater-than/bigint-and-non-finite.js 164 language/expressions/greater-than-or-equal/bigint-and-non-finite.js 177 language/expressions/less-than/bigint-and-non-finite.js 184 language/expressions/less-than-or-equal/bigint-and-non-finite.js 214 language/expressions/strict-does-not-equals/bigint-and-non-finite.js 222 language/expressions/strict-equals/bigint-and-non-finite.js
|
| D | other_tests_part1_0.txt | 488 test262/data/test/built-ins/isFinite/return-true-for-valid-finite-numbers.js 1250 test262/data/test/built-ins/JSON/stringify/value-number-non-finite.js 1403 test262/data/test/built-ins/Number/isFinite/finite-numbers.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/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/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/isa/ |
| D | isa.yaml | 1112 …- The sum or the difference of infinity and any finite value is infinity. The sign of result match… 1200 …- 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 | 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()
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | test262skiplist.txt | 2669 language/expressions/does-not-equals/bigint-and-non-finite.js 3060 language/expressions/equals/bigint-and-non-finite.js 3074 language/expressions/greater-than-or-equal/bigint-and-non-finite.js 3081 language/expressions/greater-than/bigint-and-non-finite.js 3099 language/expressions/less-than-or-equal/bigint-and-non-finite.js 3106 language/expressions/less-than/bigint-and-non-finite.js 3182 language/expressions/strict-does-not-equals/bigint-and-non-finite.js 3190 language/expressions/strict-equals/bigint-and-non-finite.js 7164 intl402/DateTimeFormat/prototype/format/throws-value-non-finite.js 7397 intl402/NumberFormat/prototype/format/format-non-finite-numbers.js [all …]
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSAnalyzer.cpp | 1761 "'const' enum member initializer was evaluated to a non-finite value.";
|
12