Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/
Dcosf.c18 cosf (float y) in cosf() function
Dv_cosf.c42 V_NAME(cosf) (v_f32_t x) in V_NAME() argument
/third_party/musl/src/math/
Dcosf.c26 float cosf(float x) in cosf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dcosf.c26 float cosf(float x) in cosf() function
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c308 #define cosf wrap_cosf macro
/third_party/ffmpeg/libavutil/
Dlibm.h78 #define cosf(x) ((float)cos(x)) macro