Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dsinf.c19 sinf (float y) in sinf() function
/external/trusty/musl/src/math/
Dsinf.c26 float sinf(float x) in sinf() function
/external/musl/src/math/
Dsinf.c26 float sinf(float x) in sinf() function
/external/rust/android-crates-io/crates/libm/src/math/
Dsinf.rs31 pub fn sinf(x: f32) -> f32 { in sinf() function
Dmod.rs182 mod sinf; module
/external/cronet/stable/third_party/llvm-libc/src/AOR_v20.02/math/
Dv_sinf.c42 V_NAME(sinf) (v_f32_t x) in V_NAME() argument
/external/cronet/tot/third_party/llvm-libc/src/AOR_v20.02/math/
Dv_sinf.c42 V_NAME(sinf) (v_f32_t x) in V_NAME() argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c308 #define sinf wrap_sinf macro
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/win32/
Dfilestat.c231 SECURITY_INFORMATION sinf = 0; in more_finfo() local
/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/win32/
Dfilestat.c231 SECURITY_INFORMATION sinf = 0; in more_finfo() local
/external/cronet/tot/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h74 LIBC_INLINE float sinf(float x) { return __nv_sinf(x); } in sinf() function
/external/cronet/stable/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h74 LIBC_INLINE float sinf(float x) { return __nv_sinf(x); } in sinf() function
/external/llvm-libc/src/math/nvptx/
Dnvptx.h74 LIBC_INLINE float sinf(float x) { return __nv_sinf(x); } in sinf() function
/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