Searched defs:powf (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h229 __DEVICE__ float powf(float __a, float __b) { return __nv_powf(__a, __b); } function
H A D__clang_hip_math.h295 inline float powf(float __x, float __y) { return __ocml_pow_f32(__x, __y); } function

Completed in 48 milliseconds