OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sinef
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/opengl/libagl/
fp.cpp
56
float
sinef
(float x)
function in namespace:android::gl
76
return
sinef
(x + float(M_PI/2));
80
*s =
sinef
(angle);
fp.h
44
float
sinef
(GLfloat x) CONST;
/external/quake/quake/src/WinQuake/
snd_android.cpp
97
static float
sinef
(float x)
function
126
short leftSample = (short) (32767.0f *
sinef
(left));
133
short rightSample = (short) (32767.0f *
sinef
(right));
Completed in 1931 milliseconds