OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rsqrt
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_runtime_wrapper.h
235
static inline float
rsqrt
(float __a) { return rsqrtf(__a); }
function
__clang_cuda_math.h
275
__DEVICE__ double
rsqrt
(double __a) { return __nv_rsqrt(__a); }
function
__clang_hip_math.h
1004
double
rsqrt
(double __x) { return __ocml_rsqrt_f64(__x); }
function
Completed in 39 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026