Searched refs:deg2rad (Results 1 – 3 of 3) sorted by relevance
/third_party/libinput/src/ |
D | util-matrix.h | 39 deg2rad(int degree) in deg2rad() function 86 s = sin(deg2rad(degrees)); in matrix_init_rotate() 87 c = cos(deg2rad(degrees)); in matrix_init_rotate()
|
/third_party/flutter/glfw/examples/ |
D | boing.c | 129 double deg2rad( double deg ) in deg2rad() function 139 return sin( deg2rad( deg ) ); in sin_deg() 147 return cos( deg2rad( deg ) ); in cos_deg()
|
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/ |
D | README.md | 35 …`, `cosh()`, `tanh()`, `abs()`, `ceil()`, `floor()`, `log10()`, `ln()`, `deg2rad()`, `rad2deg()`, …
|