Home
last modified time | relevance | path

Searched refs:__cosf (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h154 float __cosf(float __x) { return __ocml_native_cos_f32(__x); }
308 return __sinf(__x) * __builtin_amdgcn_rcpf(__cosf(__x));
358 float cosf(float __x) { return __FAST_OR_SLOW(__cosf, __ocml_cos_f32)(__x); }
H A D__clang_cuda_device_functions.h51 __DEVICE__ float __cosf(float __a) { return __nv_fast_cosf(__a); } in __cosf() function