Home
last modified time | relevance | path

Searched refs:sincosf (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/libagl/
Dfp.cpp79 void sincosf(GLfloat angle, GLfloat* s, GLfloat* c) { in sincosf() function
Dfp.h43 void sincosf(GLfloat angle, GLfloat* s, GLfloat* c);
Dmatrix.cpp339 sincosf(a, &s, &c); in rotate()