Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_math.h547 float __expf(float __x) { return __ocml_native_exp_f32(__x); }
H A D__clang_cuda_device_functions.h173 __DEVICE__ float __expf(float __a) { return __nv_fast_expf(__a); } in __expf() function