Home
last modified time | relevance | path

Searched full:mod (Results 1 – 25 of 70) sorted by relevance

123

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmod.yaml16 - 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 …]
Dfmod2.yaml158 # 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
Dfmod2.64.yaml158 # 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/
DaliasUsedAsNameValue_2.ts23 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/
DdeclFileTypeofInAnonymousType.ts55 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");
DpreserveValueImports_importsNotUsedAsValues.ts19 // === /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/
Didx.ts21 import Foo from "./mod";
22 import { default as Foo2 } from "./mod";
23 import { Bar, default as Foo3 } from "./mod";
/arkcompiler/runtime_core/docs/
DPBC2IR.md82 | 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/
Dvariable.ts22 import mod = globalThis;
23 export { mod as variable };
/arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-noerror/modify-class-1/
Dbase.js26 constructor(brand, mod) { argument
28 this.model = mod;
Dbase_mod.js28 constructor(brand, mod) { argument
30 this.model = mod;
/arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-class-1/
Dbase.js26 constructor(brand, mod) { argument
28 this.model = mod;
Dbase_mod.js28 constructor(brand, mod) { argument
30 this.model = mod;
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-class-1/
Dbase.js26 constructor(brand, mod) { argument
28 this.model = mod;
Dbase_mod.js28 constructor(brand, mod) { argument
30 this.model = mod;
/arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-noerror/modify-class-3/
Dbase.js26 constructor(brand, mod) { argument
28 this.model = mod;
Dbase_mod.js31 constructor(brand, mod) { argument
33 this.model = mod;
/arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-noerror/modify-class-2/
Dbase.js26 constructor(brand, mod) { argument
28 this.model = mod;
Dbase_mod.js29 constructor(brand, mod) { argument
31 this.model = mod;
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/requireTwoPropertyAccesses/
DrequireTwoPropertyAccesses.js21 const value = require("./mod").x.y
23 AssertType(require("./mod").x.y, "string");
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-48.pa21 # check ArithmeticException in case of mod by zero
27 mod v0, v1
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_bigint.cpp83 // 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/
DBUILD.gn16 host_aot_test_action("mod") {
/arkcompiler/ets_runtime/test/aottest/mod/
DBUILD.gn16 host_aot_test_action("mod") {
/arkcompiler/ets_runtime/test/deopttest/
DBUILD.gn24 "mod",

123