Searched defs:sqrt (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/lib/msun/src/
H A De_sqrt.c20 sqrt(double x) function
98 sqrt(double x) function
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h121 __DEVICE__ std::complex<_Tp> sqrt(const std::complex<_Tp> &__x) { function in namespace:std
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h174 __DEVICE__ float sqrt(float __x) { return ::sqrtf(__x); } function
H A Dtgmath.h519 #undef sqrt macro
520 #define sqrt(__x) __tg_sqrt(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_math.h313 __DEVICE__ double sqrt(double __a) { return __nv_sqrt(__a); } function
H A D__clang_hip_math.h1087 double sqrt(double __x) { return __builtin_sqrt(__x); } function
/freebsd-current/include/
H A Dtgmath.h156 #define sqrt(x) __tg_full(x, sqrt) macro

Completed in 205 milliseconds