Home
last modified time | relevance | path

Searched refs:sin (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/src/
Dprintk_formats_parser.cpp55 std::stringstream sin(printkFormats); in Parse() local
60 while (std::getline(sin, line)) { in Parse()
Dkernel_symbols_parser.cpp74 std::stringstream sin(kallsyms); in Parse() local
80 while (std::getline(sin, line)) { in Parse()
Dftrace_parser.cpp156 std::stringstream sin(formatDesc); in ParseEventFormat() local
157 while (getline(sin, line)) { in ParseEventFormat()
547 std::stringstream sin(savedTgid); in ParseSavedTgid() local
549 while (sin >> pid >> tgid) { in ParseSavedTgid()
567 std::stringstream sin(savedCmdlines); in ParseSavedCmdlines() local
568 while (std::getline(sin, line)) { in ParseSavedCmdlines()
/developtools/profiler/host/smartperf/ide/src/base-ui/chart/pie/
DLitChartPie.ts314 let y1 = 0 + this.radius! * Math.sin((deg * Math.PI) / 180);
316 let y2 = 0 + (this.radius! + 13) * Math.sin((deg * Math.PI) / 180);
318 let y3 = 0 + (this.radius! + dep) * Math.sin((deg * Math.PI) / 180);
/developtools/smartperf_host/ide/src/base-ui/chart/pie/
DLitChartPie.ts318 let y1 = 0 + this.radius! * Math.sin((deg * Math.PI) / 180);
320 let y2 = 0 + (this.radius! + 13) * Math.sin((deg * Math.PI) / 180);
322 let y3 = 0 + (this.radius! + dep) * Math.sin((deg * Math.PI) / 180);
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/
DUtils.ets423 p.y = center.y + dist * Math.sin((angle* Math.PI / 180));
710 Math.sin(radians)),
711 Math.abs(rectangleWidth * Math.sin(radians)) + Math.abs(rectangleHeight *