Searched refs:sin (Results 1 – 6 of 6) sorted by relevance
55 std::stringstream sin(printkFormats); in Parse() local60 while (std::getline(sin, line)) { in Parse()
74 std::stringstream sin(kallsyms); in Parse() local80 while (std::getline(sin, line)) { in Parse()
156 std::stringstream sin(formatDesc); in ParseEventFormat() local157 while (getline(sin, line)) { in ParseEventFormat()547 std::stringstream sin(savedTgid); in ParseSavedTgid() local549 while (sin >> pid >> tgid) { in ParseSavedTgid()567 std::stringstream sin(savedCmdlines); in ParseSavedCmdlines() local568 while (std::getline(sin, line)) { in ParseSavedCmdlines()
314 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);
318 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);
423 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 *