Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Headers/
D__clang_hip_math.h545 float __expf(float __x) { return __ocml_native_exp_f32(__x); }
D__clang_cuda_device_functions.h173 __DEVICE__ float __expf(float __a) { return __nv_fast_expf(__a); } in __expf() function