OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:angle_sin
(Results
1 - 2
of
2
) sorted by null
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c
110
static __inline__ Fixed
angle_sin
( Angle a )
function
117
return
angle_sin
(a + ANGLE_PI2);
122
return
angle_sin
(ANGLE_FROM_FIXED(f));
/development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c
115
static __inline__ Fixed
angle_sin
( Angle a )
function
122
return
angle_sin
(a + ANGLE_PI2);
127
return
angle_sin
(ANGLE_FROM_FIXED(f));
Completed in 28 milliseconds