OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Jun 08 00:24:58 UTC 2026