Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h304 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); }
H A D__clang_cuda_device_functions.h523 __DEVICE__ float __sinf(float __a) { return __nv_fast_sinf(__a); } in __sinf() function