Home
last modified time | relevance | path

Searched refs:cos (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/builtinmath/
Dbuiltinmath.ts48 len = Math.cos(0); // 1
50 len = Math.cos(1); // 0.5....
52 function cos() function
54 Math.cos = replace;
55 len = Math.cos(1);
58 cos()
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DstrictNullLogicalAndOr.ts30 let choice = sinOrCos && Math.sin || Math.cos;
32 AssertType(sinOrCos && Math.sin || Math.cos, "(number) => number");
36 AssertType(Math.cos, "(number) => number");
DcontrolFlowCaching.ts212 cosr = Math.abs(Math.cos(rotation * Math.PI / 180)),
214 AssertType(Math.abs(Math.cos(rotation * Math.PI / 180)), "number");
216 AssertType(Math.cos(rotation * Math.PI / 180), "number");
217 AssertType(Math.cos, "(number) => number");
/arkcompiler/runtime_core/tests/cts-assembly/
Dintrinsics-08.pa14 #Assert that intrinsic Math.cos works fine
16 .function f64 Math.cos (f64 a0) <external>
23 call.short Math.cos, v0, v0
Dintrinsics-07.pa14 #Assert that intrinsic Math.cos works fine
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DXMat4.js42 let _cos = Math.cos(hd);
51 let _cos = Math.cos(hd);
61 let _cos = Math.cos(hd);
DX2DFast.js80 let dx = Math.cos(i) * rw + ox;
/arkcompiler/runtime_core/tests/regression/
Dmath-partial-sums.pa20 .function f64 Math.cos(f64 a0) <external>
100 call.short Math.cos, v0, v0
/arkcompiler/runtime_core/tests/benchmarks/
Dmath-partial-sums.pa20 .function f64 Math.cos(f64 a0) <external>
99 call.short Math.cos, v0, v0
/arkcompiler/toolchain/build/third_party_gn/musl/
Dmusl_template.gni404 "src/math/cos.c",
646 "src/math/cos.c",
Dmusl_src.gni630 "src/math/cos.c",
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_math.cpp267 result = std::cos(value); in Cos()
/arkcompiler/runtime_core/pandastdlib/
Dpandastdlib.pa586 .function f64 Math.cos(f64 a0) <native>
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts343 static cos(x: number): number;
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js11760 t.x = n * Math.cos(i) * e;
11845 const a = Math.cos(s);
11859 const a = Math.cos(s);
11873 const a = Math.cos(s);
12318 const d = Math.cos(i);
12383 const s = Math.cos(e);
12763 const u = Math.cos(t);
12910 const n = Math.cos(i);
12921 const n = Math.cos(i);
12932 const n = Math.cos(i);
[all …]
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2152 double result = std::cos(x); in FloatCos()
/arkcompiler/ets_frontend/test262/
Des5_tests.txt1016 built-ins/Math/cos/S15.8.2.7_A1.js
1017 built-ins/Math/cos/S15.8.2.7_A2.js
1018 built-ins/Math/cos/S15.8.2.7_A3.js
1019 built-ins/Math/cos/S15.8.2.7_A4.js
1020 built-ins/Math/cos/S15.8.2.7_A5.js