Searched refs:sincosf (Results 1 – 3 of 3) sorted by relevance
79 void sincosf(GLfloat angle, GLfloat* s, GLfloat* c) { in sincosf() function
43 void sincosf(GLfloat angle, GLfloat* s, GLfloat* c);
339 sincosf(a, &s, &c); in rotate()