Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dsinf.c17 sinf (float y) in sinf() function
Dv_sinf.c42 V_NAME(sinf) (v_f32_t x) in V_NAME() argument
/external/musl/src/math/
Dsinf.c26 float sinf(float x) in sinf() function
/external/rust/crates/libm/src/math/
Dsinf.rs28 pub fn sinf(x: f32) -> f32 { in sinf() function
Dmod.rs182 mod sinf; module
/external/mp4parser/isoparser/src/main/resources/
Disoparser-default.properties142 sinf=com.coremedia.iso.boxes.ProtectionSchemeInformationBox() key
/external/pdfium/third_party/lcms/src/
Dlcms2_internal.h51 #define sinf(x) (float)sin((float)x) macro