Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dsinf.c17 sinf (float y) in sinf() function
Dv_sinf.c41 V_NAME(sinf) (v_f32_t x) in V_NAME() argument
/external/llvm-project/libc/src/math/
Dsinf.cpp23 float LLVM_LIBC_ENTRYPOINT(sinf)(float y) { in LLVM_LIBC_ENTRYPOINT() argument
/external/rust/crates/libm/src/math/
Dsinf.rs28 pub fn sinf(x: f32) -> f32 { in sinf() function
Dmod.rs164 mod sinf; module
/external/llvm-project/libc/AOR_v20.02/math/
Dv_sinf.c42 V_NAME(sinf) (v_f32_t x) in V_NAME() argument
/external/mp4parser/isoparser/src/main/resources/
Disoparser-default.properties142 sinf=com.coremedia.iso.boxes.ProtectionSchemeInformationBox() key
/external/virglrenderer/src/gallium/auxiliary/util/
Du_math.h73 static inline float sinf( float f ) in sinf() function
/external/pdfium/third_party/lcms/src/
Dlcms2_internal.h51 #define sinf(x) (float)sin((float)x) macro
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h306 __DEVICE__ float sinf(float __a) { in sinf() function