Home
last modified time | relevance | path

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

/openbsd-src/lib/libm/arch/hppa/
H A De_sqrt.c10 sqrt(double x) in sqrt() function
/openbsd-src/regress/lib/libcrypto/bn/
H A Dbn_mod_sqrt.c32 const char *sqrt; member
2917 const char *sqrt[N_SMALL_SQUARE_TESTS]; global() member
[all...]
/openbsd-src/lib/libm/arch/sh/
H A De_sqrt.c14 sqrt(double d) in sqrt() function
/openbsd-src/lib/libm/src/
H A De_sqrt.c91 sqrt(double x) in sqrt() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dsparc-dwarf2.c6 extern __inline double sqrt (double __x) in sqrt() function
/openbsd-src/lib/libcrypto/bn/
H A Dbn_mod_sqrt.c569 bn_mod_sqrt_normalize(BIGNUM *sqrt, const BIGNUM *p, BN_CTX *ctx) in bn_mod_sqrt_normalize()
631 BIGNUM *a_mod_p, *sqrt; in bn_mod_sqrt_internal() local
/openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h411 sqrt(float __x) in sqrt() function
415 sqrt(long double __x) in sqrt() function
421 sqrt(_Tp __x) in sqrt() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h629 sqrt(float __x) in sqrt() function
633 sqrt(long double __x) in sqrt() function
638 sqrt(_Tp __x) in sqrt() function
/openbsd-src/gnu/llvm/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h121 __DEVICE__ std::complex<_Tp> sqrt(const std::complex<_Tp> &__x) { in sqrt() function
/openbsd-src/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DComplex.pm731 sub sqrt { subroutine
/openbsd-src/gnu/llvm/libcxx/include/
H A Dmath.h929 inline _LIBCPP_HIDE_FROM_ABI float sqrt(float __x) _NOEXCEPT {return __builtin_sqrtf(__… in sqrt() function
932 _LIBCPP_HIDE_FROM_ABI double sqrt(double __x) _NOEXCEPT { in sqrt() function
936 inline _LIBCPP_HIDE_FROM_ABI long double sqrt(long double __x) _NOEXCEPT {return __builtin_sqrtl(__… in sqrt() function
942 sqrt(_A1 __x) _NOEXCEPT {return __builtin_sqrt((double)__x);} in sqrt() function
/openbsd-src/gnu/gcc/gcc/config/m68k/
H A Dmath-68881.h290 sqrt (double x) in sqrt() function
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmath-68881.h290 sqrt (double x) in sqrt() function
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h174 __DEVICE__ float sqrt(float __x) { return ::sqrtf(__x); } in sqrt() function
H A D__clang_cuda_math.h313 __DEVICE__ double sqrt(double __a) { return __nv_sqrt(__a); } in sqrt() function
H A Dtgmath.h520 #define sqrt(__x) __tg_sqrt(__tg_promote1((__x))(__x)) macro
/openbsd-src/include/
H A Dtgmath.h115 #define sqrt(x) __tg_full(x, sqrt) macro
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcfns.gperf152 sqrt keyword
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp1161 APInt APInt::sqrt() const { in sqrt() function in APInt