Home
last modified time | relevance | path

Searched defs:cosf (Results 1 – 11 of 11) sorted by relevance

/external/arm-optimized-routines/math/
Dcosf.c20 cosf (float y) in cosf() function
/external/musl/src/math/
Dcosf.c26 float cosf(float x) in cosf() function
/external/trusty/musl/src/math/
Dcosf.c26 float cosf(float x) in cosf() function
/external/rust/android-crates-io/crates/libm/src/math/
Dcosf.rs31 pub fn cosf(x: f32) -> f32 { in cosf() function
Dmod.rs110 mod cosf; module
/external/cronet/tot/third_party/llvm-libc/src/AOR_v20.02/math/
Dv_cosf.c43 V_NAME(cosf) (v_f32_t x) in V_NAME() argument
/external/cronet/stable/third_party/llvm-libc/src/AOR_v20.02/math/
Dv_cosf.c43 V_NAME(cosf) (v_f32_t x) in V_NAME() argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c309 #define cosf wrap_cosf macro
/external/cronet/tot/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h34 LIBC_INLINE float cosf(float x) { return __nv_cosf(x); } in cosf() function
/external/cronet/stable/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h34 LIBC_INLINE float cosf(float x) { return __nv_cosf(x); } in cosf() function
/external/llvm-libc/src/math/nvptx/
Dnvptx.h34 LIBC_INLINE float cosf(float x) { return __nv_cosf(x); } in cosf() function