| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | mod.yaml | 16 - file-name: "mod" 24 - sig: mod v1:in:i32, v2:in:i32 31 mod v0, v1 39 description: Check mod with zero and various values. 53 - sig: mod v1:in:i32, v2:in:i32 60 mod v0, v1 68 description: Check mod with +1 and various values. 82 - sig: mod v1:in:i32, v2:in:i32 89 mod v0, v1 97 description: Check mod with -1 and various values. [all …]
|
| D | fmod2.yaml | 158 # Mod of +Inf and value 215 # Mod of -Inf and value 296 # Mod of +0.0 and value 354 # Mod of -0.0 and value 414 # Mod of 1.0 and value 473 # Mod of -1.0 and value 532 # Mod of -1.0 and value 597 # Mod of two values 646 # Mod of -1.0 and value
|
| D | fmod2.64.yaml | 158 # Mod of +Inf and value 215 # Mod of -Inf and value 296 # Mod of +0.0 and value 354 # Mod of -0.0 and value 414 # Mod of 1.0 and value 473 # Mod of -1.0 and value 532 # Mod of -1.0 and value 597 # Mod of two values 646 # Mod of -1.0 and value
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/aliasUsedAsNameValue/ |
| D | aliasUsedAsNameValue_2.ts | 23 import * as mod from "./aliasUsedAsNameValue_0"; 28 AssertType(function () { //let x = mod.id; // TODO needed hack that mod is loaded b.b(mod);},… 30 b.b(mod); 31 AssertType(b.b(mod), "any"); 33 AssertType(mod, "typeof mod");
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | declFileTypeofInAnonymousType.ts | 55 AssertType(d, "{ m: { mod: typeof m1; }; mc: { cl: typeof m1.c; }; me: { en: typeof m1.e; }; mh: m1… 56 AssertType({ m: { mod: m1 }, mc: { cl: m1.c }, me: { en: m1.e }, mh: m1.e.holiday}, "{ … 58 m: { mod: m1 }, 59 AssertType(m, "{ mod: typeof m1; }"); 60 AssertType({ mod: m1 }, "{ mod: typeof m1; }"); 61 AssertType(mod, "typeof m1");
|
| D | preserveValueImports_importsNotUsedAsValues.ts | 19 // === /mod.ts === 30 import { type A, type B, type C } from "./mod.js"; 36 export { type A, type B, type C } from "./mod.js";
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/esModuleInteropNamedDefaultImports/ |
| D | idx.ts | 21 import Foo from "./mod"; 22 import { default as Foo2 } from "./mod"; 23 import { Bar, default as Foo3 } from "./mod";
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 82 | fmod2 | f32 Mod | 83 | fmod2.64 | f64 Mod | 86 | mod2 | i32 Mod | 87 | mod2.64 | i64 Mod | 91 | modu2.64 | u64 Mod | 102 | modi | i64 Constant, i32 Mod | 113 | mod | i32 Mod |
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/globalThisDeclarationEmit3/ |
| D | variable.ts | 22 import mod = globalThis; 23 export { mod as variable };
|
| /arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-noerror/modify-class-1/ |
| D | base.js | 26 constructor(brand, mod) { argument 28 this.model = mod;
|
| D | base_mod.js | 28 constructor(brand, mod) { argument 30 this.model = mod;
|
| /arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-class-1/ |
| D | base.js | 26 constructor(brand, mod) { argument 28 this.model = mod;
|
| D | base_mod.js | 28 constructor(brand, mod) { argument 30 this.model = mod;
|
| /arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-class-1/ |
| D | base.js | 26 constructor(brand, mod) { argument 28 this.model = mod;
|
| D | base_mod.js | 28 constructor(brand, mod) { argument 30 this.model = mod;
|
| /arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-noerror/modify-class-3/ |
| D | base.js | 26 constructor(brand, mod) { argument 28 this.model = mod;
|
| D | base_mod.js | 31 constructor(brand, mod) { argument 33 this.model = mod;
|
| /arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-noerror/modify-class-2/ |
| D | base.js | 26 constructor(brand, mod) { argument 28 this.model = mod;
|
| D | base_mod.js | 29 constructor(brand, mod) { argument 31 this.model = mod;
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/requireTwoPropertyAccesses/ |
| D | requireTwoPropertyAccesses.js | 21 const value = require("./mod").x.y 23 AssertType(require("./mod").x.y, "string");
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | math-48.pa | 21 # check ArithmeticException in case of mod by zero 27 mod v0, v1
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_bigint.cpp | 83 // 3. Let mod be ℝ(bigint) modulo 2bits. in AsIntN() 84 // 4. If mod ≥ 2bits - 1, return ℤ(mod - 2bits); otherwise, return ℤ(mod). in AsIntN()
|
| /arkcompiler/ets_runtime/test/deopttest/mod/ |
| D | BUILD.gn | 16 host_aot_test_action("mod") {
|
| /arkcompiler/ets_runtime/test/aottest/mod/ |
| D | BUILD.gn | 16 host_aot_test_action("mod") {
|
| /arkcompiler/ets_runtime/test/deopttest/ |
| D | BUILD.gn | 24 "mod",
|