/openbsd-src/lib/libm/arch/hppa/ |
H A D | e_sqrt.c | 10 sqrt(double x) in sqrt() function
|
/openbsd-src/regress/lib/libcrypto/bn/ |
H A D | bn_mod_sqrt.c | 32 const char *sqrt; member 2917 const char *sqrt[N_SMALL_SQUARE_TESTS]; global() member [all...] |
/openbsd-src/lib/libm/arch/sh/ |
H A D | e_sqrt.c | 14 sqrt(double d) in sqrt() function
|
/openbsd-src/lib/libm/src/ |
H A D | e_sqrt.c | 91 sqrt(double x) in sqrt() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | sparc-dwarf2.c | 6 extern __inline double sqrt (double __x) in sqrt() function
|
/openbsd-src/lib/libcrypto/bn/ |
H A D | bn_mod_sqrt.c | 569 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 D | std_cmath.h | 411 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 D | std_cmath.h | 629 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 D | complex_cmath.h | 121 __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 D | Complex.pm | 731 sub sqrt { subroutine
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | math.h | 929 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 D | math-68881.h | 290 sqrt (double x) in sqrt() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/ |
H A D | math-68881.h | 290 sqrt (double x) in sqrt() function
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 174 __DEVICE__ float sqrt(float __x) { return ::sqrtf(__x); } in sqrt() function
|
H A D | __clang_cuda_math.h | 313 __DEVICE__ double sqrt(double __a) { return __nv_sqrt(__a); } in sqrt() function
|
H A D | tgmath.h | 520 #define sqrt(__x) __tg_sqrt(__tg_promote1((__x))(__x)) macro
|
/openbsd-src/include/ |
H A D | tgmath.h | 115 #define sqrt(x) __tg_full(x, sqrt) macro
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | cfns.gperf | 152 sqrt keyword
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | APInt.cpp | 1161 APInt APInt::sqrt() const { in sqrt() function in APInt
|