Searched defs:cosf (Results 1 – 11 of 11) sorted by relevance
20 cosf (float y) in cosf() function
26 float cosf(float x) in cosf() function
31 pub fn cosf(x: f32) -> f32 { in cosf() function
110 mod cosf; module
43 V_NAME(cosf) (v_f32_t x) in V_NAME() argument
309 #define cosf wrap_cosf macro
34 LIBC_INLINE float cosf(float x) { return __nv_cosf(x); } in cosf() function