Searched defs:sinf (Results 1 – 4 of 4) sorted by relevance
142 sinf=com.coremedia.iso.boxes.ProtectionSchemeInformationBox() key
73 static INLINE float sinf( float f ) in sinf() function
137 #define sinf(f) ((float) sin(f)) macro
52 #define sinf(x) (float)sin((float)x) macro