HomeSort by: relevance | last modified time | path
    Searched defs:powi (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_math.h 230 __DEVICE__ double powi(double __a, int __b) { return __nv_powi(__a, __b); } function
__clang_hip_math.h 952 double powi(double __x, int __y) { return __ocml_pown_f64(__x, __y); } function

Completed in 35 milliseconds