Home
last modified time | relevance | path

Searched defs:rsqrtf (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c203 static float rsqrtf(float x) in rsqrtf() function
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h276 __DEVICE__ float rsqrtf(float __a) { return __nv_rsqrtf(__a); } in rsqrtf() function