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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_math.h 276 __DEVICE__ float rsqrtf(float __a) { return __nv_rsqrtf(__a); } function
__clang_hip_math.h 456 float rsqrtf(float __x) { return __ocml_rsqrt_f32(__x); } function

Completed in 23 milliseconds