Searched refs:DEG2RAD (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dmath-cordic.js40 function DEG2RAD(X) function
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dmath-cordic.js40 function DEG2RAD(X) function
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Dmath-cordic.js40 function DEG2RAD(X) function
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h96 #define DEG2RAD (M_PI/180.0) macro
H A Dlight.c160 light->_CosCutoff = (GLfloat) (cos(light->SpotCutoff * DEG2RAD));
/external/mesa3d/src/mesa/main/
H A Dimports.h96 #define DEG2RAD (M_PI/180.0) macro
H A Dlight.c160 light->_CosCutoff = (GLfloat) (cos(light->SpotCutoff * DEG2RAD));
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_matrix.c801 s = (GLfloat) sin( angle * DEG2RAD );
802 c = (GLfloat) cos( angle * DEG2RAD );
/external/mesa3d/src/mesa/math/
H A Dm_matrix.c801 s = (GLfloat) sin( angle * DEG2RAD );
802 c = (GLfloat) cos( angle * DEG2RAD );

Completed in 7309 milliseconds