Searched refs:__sinf (Results 1 – 2 of 2) sorted by relevance
304 float __sinf(float __x) { return __ocml_native_sin_f32(__x); }308 return __sinf(__x) * __builtin_amdgcn_rcpf(__cosf(__x));674 float sinf(float __x) { return __FAST_OR_SLOW(__sinf, __ocml_sin_f32)(__x); }
523 __DEVICE__ float __sinf(float __a) { return __nv_fast_sinf(__a); } in __sinf() function