Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Headers/
D__clang_hip_math.h686 float __tanf(float __x) { return __ocml_tan_f32(__x); }
D__clang_cuda_device_functions.h525 __DEVICE__ float __tanf(float __a) { return __nv_fast_tanf(__a); } in __tanf() function