Home
last modified time | relevance | path

Searched full:ge (Results 1 – 25 of 67) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_interfaces/
Dgeneric_interface.sts16 {% for ge in generic_elements %}
21 params: '{{ge}}'
26 interface gen{{ge}} {}
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/generic_declarations/generic_classes/
Dgeneric_class.sts16 {% for ge in generic_elements %}
21 params: '{{ge}}'
26 class gen{{ge}} {}
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/
DIntlNumberFormatRangeInfTest.sts40 const countryCodes: string[] = [ "US", "FR", "ES", "GR", "NO", "", "CN", "JP", "GE", "RU", "IR"];
51 const GE: int = 8;
69 expected[GE] = expected[ES];
89 expected[GE] = expected[ES];
109 expected[GE] = expected[EN];
128 separators[GE] = separators[EN];
148 expected[GE] = expected[ES];
168 expected[GE] = expected[ES];
314 left[GE] = String.fromCharCode(8776);
315 left[RU] = left[GE];
DIntlNumberFormatRangePosNegTest.sts39 const countryCodes: string[] = [ "US", "FR", "ES", "GR", "NO", "", "CN", "JP", "GE", "RU", "IR"];
50 const GE: int = 8;
68 expected[GE] = expected[ES];
88 expected[GE] = expected[ES];
108 expected[GE] = expected[EN];
127 separators[GE] = separators[EN];
146 separators[GE] = separators[EN];
166 expected[GE] = expected[ES];
186 expected[GE] = expected[ES];
DIntlNumberFormatTest.sts38 const countryCodes: string[] = [ "US", "FR", "ES", "GR", "NO", "", "CN", "JP", "GE", "RU", "IR"];
49 const GE: int = 8;
124 expected[GE] = expected[ES];
144 expected[GE] = expected[ES];
164 expected[GE] = expected[EN];
183 separators[GE] = separators[EN];
203 expected[GE] = expected[ES];
223 expected[GE] = expected[ES];
DIntlNumberFormatRangeNegPosTest.sts39 const countryCodes: string[] = [ "US", "FR", "ES", "GR", "NO", "", "CN", "JP", "GE", "RU", "IR"];
50 const GE: int = 8;
68 expected[GE] = expected[ES];
88 expected[GE] = expected[ES];
108 expected[GE] = expected[EN];
127 separators[GE] = separators[EN];
147 expected[GE] = expected[ES];
167 expected[GE] = expected[ES];
DIntlNumberFormatRangeNaNTest.sts40 const countryCodes: string[] = [ "US", "FR", "ES", "GR", "NO", "", "CN", "JP", "GE", "RU", "IR"];
51 const GE: int = 8;
/arkcompiler/runtime_core/static_core/compiler/docs/
Dlse_doc.md83 31.b Compare GE i32 v30, v7 -> (v32)
95 16.b Compare GE i32 v27, v6 -> (v17)
264 31.b Compare GE i32 v30, v7 -> (v32)
276 16.b Compare GE i32 v27, v6 -> (v17)
286 31.b Compare GE i32 v30, v7 -> (v32)
297 16.b Compare GE i32 v27, v6 -> (v17)
Dlicm_conditions_doc.md60 7.b Compare GE i64 v6p, v2 -> (v8)
135 7.b Compare GE i64 v6p, v2 -> (v8)
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dbinary_op.def38 BINARYOP(ge)
Dopcodes.def87 OPCODE(ge, CompareNode, OPCODEISCOMPARE, 8)
/arkcompiler/runtime_core/
DAUTHORS46 Ge Tingke
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/scripts/
Dtest.sh19 if [ $# -ge 3 ]; then
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Dgotos.sts22 //! ASM arm64: "b.ge #+0x14", x64: "jnl +0x14", arm: "bge 0x10000068"
/arkcompiler/runtime_core/static_core/irtoc/scripts/
Dmemcopy.irt68 compare := Compare(len_bytes, 64).GE.b
143 compare := Compare(len_bytes, 64).GE.b
156 If(idx, len_bytes).GE.Unlikely.b {
Dtests.irt105 If(a, b).GE {
116 If(a, b).GE {
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cc.def28 CONDCODE(GE, 0xa) /* signed greater than or equal */
/arkcompiler/runtime_core/static_core/
DAUTHORS66 Ge Tingke
/arkcompiler/ets_frontend/ets2panda/
DAUTHORS59 Ge Tingke
/arkcompiler/runtime_core/static_core/plugins/ets/irtoc_scripts/
Dstring.irt374 If(i1, 0).GE.Likely.b {
387 If(j1, 0).GE.Likely.b {
630 If(pfx_i, pfx_len).GE.Unlikely.b {
720 If(sfx_i, sfx_len).GE.Unlikely.b {
956 IfImm(Compare(str_data_size, Constants::MEM_BLOCK_32_BYTES).GE.b).Imm(0).NE.Likely.b {
974 …IfImm(Compare(Sub(end_ptr, curr_ptr2).word, Constants::MEM_BLOCK_16_BYTES).GE.b).Imm(0).NE.Likely.…
1072 IfImm(Compare(str_data_size, Constants::MEM_BLOCK_32_BYTES).GE.b).Imm(0).NE.Likely.b {
1089 …IfImm(Compare(Sub(end_ptr, curr_ptr2).word, Constants::MEM_BLOCK_16_BYTES).GE.b).Imm(0).NE.Likely.…
1223 If(start_index, str_len).GE.Unlikely.b {
1339 If(i, count).GE {
[all …]
Dstring_builder.irt139 If(index, LoadI(buffer).Imm(Constants::ARRAY_LENGTH_OFFSET).i32).GE.Unlikely.b {
184 If(index, LoadI(buffer).Imm(Constants::ARRAY_LENGTH_OFFSET).i32).GE.Unlikely.b {
235 If(index, LoadI(buffer).Imm(Constants::ARRAY_LENGTH_OFFSET).i32).GE.Unlikely.b {
346 If(index, LoadI(buffer).Imm(Constants::ARRAY_LENGTH_OFFSET).i32).GE.Unlikely.b {
/arkcompiler/runtime_core/static_core/docs/
DPBC2IR.md43 | jgez | i64 Constant 0, bool Compare GE, IfImm |
49 | jge | bool Compare GE, IfImm |
/arkcompiler/runtime_core/docs/
DPBC2IR.md43 | jgez | i64 Constant 0, bool Compare GE, IfImm |
49 | jge | bool Compare GE, IfImm |
/arkcompiler/toolchain/build/config/mac/
Dmac_sdk.gni87 "-ge",
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_MPISel.h60 /* lt/le in float is replaced by gt/ge on swaped operands */

123