Home
last modified time | relevance | path

Searched defs:sinf (Results 1 – 4 of 4) sorted by relevance

/external/mp4parser/isoparser/src/main/resources/
Disoparser-default.properties142 sinf=com.coremedia.iso.boxes.ProtectionSchemeInformationBox() key
/external/mesa3d/src/gallium/auxiliary/util/
Du_math.h73 static INLINE float sinf( float f ) in sinf() function
/external/mesa3d/src/mesa/main/
Dimports.h137 #define sinf(f) ((float) sin(f)) macro
/external/pdfium/third_party/lcms2-2.6/src/
Dlcms2_internal.h52 #define sinf(x) (float)sin((float)x) macro