Searched refs:cos (Results 1 – 17 of 17) sorted by relevance
/arkcompiler/ets_runtime/test/aottest/builtinmath/ |
D | builtinmath.ts | 48 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/ |
D | strictNullLogicalAndOr.ts | 30 let choice = sinOrCos && Math.sin || Math.cos; 32 AssertType(sinOrCos && Math.sin || Math.cos, "(number) => number"); 36 AssertType(Math.cos, "(number) => number");
|
D | controlFlowCaching.ts | 212 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/ |
D | intrinsics-08.pa | 14 #Assert that intrinsic Math.cos works fine 16 .function f64 Math.cos (f64 a0) <external> 23 call.short Math.cos, v0, v0
|
D | intrinsics-07.pa | 14 #Assert that intrinsic Math.cos works fine
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
D | XMat4.js | 42 let _cos = Math.cos(hd); 51 let _cos = Math.cos(hd); 61 let _cos = Math.cos(hd);
|
D | X2DFast.js | 80 let dx = Math.cos(i) * rw + ox;
|
/arkcompiler/runtime_core/tests/regression/ |
D | math-partial-sums.pa | 20 .function f64 Math.cos(f64 a0) <external> 100 call.short Math.cos, v0, v0
|
/arkcompiler/runtime_core/tests/benchmarks/ |
D | math-partial-sums.pa | 20 .function f64 Math.cos(f64 a0) <external> 99 call.short Math.cos, v0, v0
|
/arkcompiler/toolchain/build/third_party_gn/musl/ |
D | musl_template.gni | 404 "src/math/cos.c", 646 "src/math/cos.c",
|
D | musl_src.gni | 630 "src/math/cos.c",
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_math.cpp | 267 result = std::cos(value); in Cos()
|
/arkcompiler/runtime_core/pandastdlib/ |
D | pandastdlib.pa | 586 .function f64 Math.cos(f64 a0) <native>
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | lib_ark_builtins.d.ts | 343 static cos(x: number): number;
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 11760 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/ |
D | runtime_stubs.cpp | 2152 double result = std::cos(x); in FloatCos()
|
/arkcompiler/ets_frontend/test262/ |
D | es5_tests.txt | 1016 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
|