Home
last modified time | relevance | path

Searched full:greater (Results 1 – 25 of 77) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_compareop_test.cpp349 JSTaggedValue resInSlowPath1 = SlowRuntimeStub::Greater(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0()
351 JSTaggedValue resInSlowPath2 = SlowRuntimeStub::Greater(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
353 JSTaggedValue resInSlowPath3 = SlowRuntimeStub::Greater(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
355 JSTaggedValue resInSlowPath4 = SlowRuntimeStub::Greater(thread, Str1.GetTaggedValue(), in HWTEST_F_L0()
357 JSTaggedValue resInSlowPath5 = SlowRuntimeStub::Greater(thread, arg1Handle.GetTaggedValue(), in HWTEST_F_L0()
359 JSTaggedValue resInSlowPath9 = SlowRuntimeStub::Greater(thread, JSTaggedValue::Undefined(), in HWTEST_F_L0()
361 JSTaggedValue resInSlowPath10 = SlowRuntimeStub::Greater(thread, JSTaggedValue::Undefined(), in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/deopttest/restore_vregs/
Drestore_vregs.ts17 // declare args is greater than the number of actual args.
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp224 // i. If the code unit value of C is not less than 0xDC00 and not greater than 0xDFFF, in Encode()
231 // ii. If the code unit value of C is less than 0xD800 or greater than 0xDBFF, then in Encode()
237 … // 4. If kChar is less than 0xDC00 or greater than 0xDFFF, throw a URIError exception. in Encode()
338 // ii. If k + 2 is greater than or equal to strLen, throw a URIError exception. in Decode()
394 // 2. If n equals 1 or n is greater than 4, throw a URIError exception. in Decode()
395 if ((n == 1) || (n > 4)) { // 4: means greater than 4 in Decode()
402 … // 5. If k + (3 × (n – 1)) is greater than or equal to strLen, throw a URIError exception. in Decode()
Dbuiltins_date_time_format.cpp282 // 7. If x is greater than y, throw a RangeError exception. in FormatRange()
284 THROW_RANGE_ERROR_AND_RETURN(thread, "x is greater than y", JSTaggedValue::Exception()); in FormatRange()
329 // 7. If x is greater than y, throw a RangeError exception. in FormatRangeToParts()
331 THROW_RANGE_ERROR_AND_RETURN(thread, "x is greater than y", JSTaggedValue::Exception()); in FormatRangeToParts()
/arkcompiler/runtime_core/tests/checked/
Dcompare_lenarray_with_zero.pa41 #! CHECKER Check if LenArray is greater than zero is not eliminated
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md367 …* `0010` `UGT`: interprets the operands as unsigned values and yields true if op1 is greater than …
368 …* `0011` `UGE`: interprets the operands as unsigned values and yields true if op1 is greater than …
372 …* `1010` `SGT`: interprets the operands as signed values and yields true if op1 is greater than op…
373 …* `1011` `SGE`: interprets the operands as signed values and yields true if op1 is greater than or…
393 * `0010` `OGT`: ordered and greater than
394 * `0011` `OGE`: ordered and greater than or equal
401 * `1010` `UGT`: unordered or greater than
402 * `1011` `UGE`: unordered or greater than or equal
Dcommon_stubs.h35 V(Greater) \
Doperations_stub_builder.h43 …GateRef Greater(GateRef glue, GateRef left, GateRef right, ProfileOperation callback = ProfileOper…
/arkcompiler/runtime_core/libpandabase/utils/
Dregmask.h51 * Currently we don't support registers number greater than 32.
59 // We don't support architectures with CPU registers number, greater than 32.
Dmath_helpers.h62 * returns an integer power of two but not greater than value.
/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp128 // emitter estimate length of jmp by 3 greater the it is actually
192 // emitter estimate length of jmp by 3 greater the it is actually
214 // emitter estimate length of jmp by 3 greater the it is actually
401 // emitter estimate length of jmp by 3 greater the it is actually
/arkcompiler/ets_frontend/ts2panda/tests/expression/
DcmpBinary.test.ts23 Greater,
90 new Greater(new Imm(0), lhs),
/arkcompiler/ets_frontend/test262/
Des5_tests.txt154 language/expressions/greater-than/bigint-and-bigint.js
155 language/expressions/greater-than/bigint-and-boolean.js
156 language/expressions/greater-than/bigint-and-incomparable-string.js
157 language/expressions/greater-than/bigint-and-non-finite.js
158 language/expressions/greater-than/bigint-and-number-extremes.js
159 language/expressions/greater-than/bigint-and-number.js
160 language/expressions/greater-than/bigint-and-string.js
161 language/expressions/greater-than/bigint-and-symbol.js
162 language/expressions/greater-than-or-equal/bigint-and-bigint.js
163 language/expressions/greater-than-or-equal/bigint-and-incomparable-string.js
[all …]
DCI_tests.txt2103 built-ins/TypedArrayConstructors/internals/HasProperty/key-is-greater-than-last-index.js
3171 language/expressions/greater-than/S11.8.2_A2.4_T1.js
3172 language/expressions/greater-than/S11.8.2_A3.1_T1.3.js
3173 language/expressions/greater-than/S11.8.2_A4.11.js
3174 language/expressions/greater-than/S11.8.2_A4.2.js
3175 language/expressions/greater-than/S11.8.2_A3.1_T2.1.js
3176 language/expressions/greater-than/S11.8.2_A4.7.js
3177 language/expressions/greater-than/S11.8.2_A2.1_T3.js
3178 language/expressions/greater-than/S11.8.2_A2.4_T3.js
3179 language/expressions/greater-than/S11.8.2_A2.1_T1.js
[all …]
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_table.h89 ASSERT_PRINT((entriesCount > 0), "the size must be greater than zero"); in Create()
132 // When the filled entries is greater than a quart of currentSize in RecalculateTableSize()
139 ASSERT_PRINT(newSize > atLeastSize, "new size must greater than atLeastSize"); in RecalculateTableSize()
/arkcompiler/ets_runtime/ecmascript/base/
Dbit_helper.h164 // The use of security functions 'memcpy_s' here will have a greater impact on performance in bit_cast()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Df64tou32.yaml135 …description: If converted integer is greater than maximum value for destination type, the result i…
Ducmp.yaml96 # test - check greater than
Df32toi64.yaml141 …description: If converted integer is greater than maximum value for destination type, the result i…
Df32tou64.yaml138 …description: If converted integer is greater than maximum value for destination type, the result i…
Df32toi32.yaml149 …description: If converted integer is greater than maximum value for destination type, the result i…
Df32tou32.yaml123 …description: If converted integer is greater than maximum value for destination type, the result i…
Df64tou64.yaml141 …description: If converted integer is greater than maximum value for destination type, the result i…
Ducmp.64.yaml101 # test - check greater than
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts145 Greater,
873 greater(node: ts.Node, lhs: VReg): void { method in PandaGen
874 this.add(node, new Greater(new Imm(0), lhs));
914 this.greater(node, lhs);
1488 this.greater(node, lhs);

1234