/netbsd-src/lib/libm/src/ |
H A D | w_sqrt.c | 27 __strong_alias(_sqrtl, sqrt) in __strong_alias() argument
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | tgmath.d | 325 alias core.stdc.math.sqrt sqrt; in version() local 327 alias core.stdc.math.sqrtf sqrt; in version() local 329 alias core.stdc.math.sqrtl sqrt; in version() local 332 deprecated alias core.stdc.complex.csqrt sqrt; in version() local 333 deprecated alias core.stdc.complex.csqrtf sqrt; in version() local 334 deprecated alias core.stdc.complex.csqrtl sqrt; in version() local 826 alias core.stdc.math.sqrt sqrt; in version() local 828 alias core.stdc.math.sqrtf sqrt; in version() local 830 alias core.stdc.math.sqrtl sqrt; in version() local 833 deprecated alias core.stdc.complex.csqrt sqrt; in version() local [all …]
|
/netbsd-src/lib/libm/noieee_src/ |
H A D | n_support.c | 270 sqrt(double x) function
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
H A D | math-68881.h | 290 sqrt (double x) in sqrt() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | math-68881.h | 290 sqrt (double x) in sqrt() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 1048 inline _LIBCPP_INLINE_VISIBILITY float sqrt(float __lcpp_x) _NOEXCEPT {return ::sqrtf(_… in sqrt() function 1049 inline _LIBCPP_INLINE_VISIBILITY long double sqrt(long double __lcpp_x) _NOEXCEPT {return ::sqrtl(_… in sqrt() function 1055 sqrt(_A1 __lcpp_x) _NOEXCEPT {return ::sqrt((double)__lcpp_x);} in sqrt() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | math.d | 1671 float sqrt(float x) @nogc @safe pure nothrow { pragma(inline, true); return core.math.sqrt(x); } in sqrt() function 1674 double sqrt(double x) @nogc @safe pure nothrow { pragma(inline, true); return core.math.sqrt(x); } in sqrt() function 1677 real sqrt(real x) @nogc @safe pure nothrow { pragma(inline, true); return core.math.sqrt(x); } in sqrt() function 1701 creal sqrt(creal z) @nogc @safe pure nothrow in sqrt() function
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | tgmath.h | 76 #define sqrt(z) __TGMATH_CPLX(z, sqrt, csqrt) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | tgmath.h | 76 #define sqrt(z) __TGMATH_CPLX(z, sqrt, csqrt) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-protos.h | 246 const uint64_t sqrt; /* Square root. */ member
|
/netbsd-src/include/ |
H A D | tgmath.h | 146 #define sqrt(a) __TG_COMPLEX((a), sqrt) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | declaration.h | 493 sqrt, enumerator
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-protos.h | 490 const uint64_t sqrt; /* Square root. */ member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 165 sqrt, 89 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 165 sqrt, 89 keyword
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | APInt.cpp | 1098 APInt APInt::sqrt() const { in sqrt() function in APInt
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-intrinsic.c | 4944 tree sqrt; in gfc_conv_intrinsic_arith() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-intrinsic.cc | 5093 tree sqrt; in gfc_conv_intrinsic_arith() local
|