Home
last modified time | relevance | path

Searched defs:ang (Results 1 – 6 of 6) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgsmisc.c1085 gs_sin_degrees(double ang) in gs_sin_degrees()
1105 gs_cos_degrees(double ang) in gs_cos_degrees()
1127 gs_sincos_degrees(double ang, gs_sincos_t * psincos) in gs_sincos_degrees()
1147 gs_sin_degrees(double ang) in gs_sin_degrees()
1162 gs_cos_degrees(double ang) in gs_cos_degrees()
1174 gs_sincos_degrees(double ang, gs_sincos_t * psincos) in gs_sincos_degrees()
H A Dgsmatrix.c64 gs_make_rotation(floatp ang, gs_matrix * pmat) in gs_make_rotation()
178 gs_matrix_rotate(const gs_matrix * pm, floatp ang, gs_matrix * pmr) in gs_matrix_rotate()
H A Dzmatrix.c174 double ang; in zrotate() local
H A Dgscoord.c263 gs_rotate(gs_state * pgs, floatp ang) in gs_rotate()
/plan9/sys/src/libgeometry/
H A Dquaternion.c202 double u, v, ang, s; in slerp() local
/plan9/sys/src/cmd/pic/
H A Dpltroff.c231 double ang, int nhead) /* draw arrow (without shaft) */ in arrow()