Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Droots.h26 inline _LIBCPP_HIDE_FROM_ABI float sqrt(float __x) _NOEXCEPT { return __builtin_sqrtf(__x); } in sqrt() function
29 _LIBCPP_HIDE_FROM_ABI double sqrt(double __x) _NOEXCEPT { in sqrt() function
33 inline _LIBCPP_HIDE_FROM_ABI long double sqrt(long double __x) _NOEXCEPT { return __builtin_sqrtl(_… in sqrt() function
36 inline _LIBCPP_HIDE_FROM_ABI double sqrt(_A1 __x) _NOEXCEPT { in sqrt() function
/freebsd/lib/msun/src/
H A De_sqrt.c20 sqrt(double x) in sqrt() function
98 sqrt(double x) in sqrt() function
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h121 __DEVICE__ std::complex<_Tp> sqrt(const std::complex<_Tp> &__x) { in sqrt() function
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h174 __DEVICE__ float sqrt(float __x) { return ::sqrtf(__x); } in sqrt() function
H A Dtgmath.h520 #define sqrt(__x) __tg_sqrt(__tg_promote1((__x))(__x)) macro
/freebsd/include/
H A Dtgmath.h156 #define sqrt(x) __tg_full(x, sqrt) macro
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1169 APInt APInt::sqrt() const { in sqrt() function in APInt