Home
last modified time | relevance | path

Searched refs:rsqrtf (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_rsqrtf.c69 rsqrtf(float x) in rsqrtf() function
H A Dmath.h548 float rsqrtf(float);
/freebsd/lib/msun/
H A DSymbol.map348 rsqrtf;
H A DMakefile292 sqrt.3 sqrtl.3 sqrt.3 rsqrt.3 sqrt.3 rsqrtf.3 sqrt.3 rsqrtl.3
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h231 static inline float rsqrt(float __a) { return rsqrtf(__a); } in rsqrt()
H A D__clang_cuda_math.h280 __DEVICE__ float rsqrtf(float __a) { return __nv_rsqrtf(__a); } in rsqrtf() function
H A D__clang_hip_math.h638 float rsqrtf(float __x) { return __ocml_rsqrt_f32(__x); }