OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sinef
(Results
1 - 2
of
2
) 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);
/external/quake/quake/src/WinQuake/
snd_android.cpp
484
static float
sinef
(float x)
function
513
short leftSample = (short) (32767.0f *
sinef
(left));
520
short rightSample = (short) (32767.0f *
sinef
(right));
Completed in 4289 milliseconds