Home
last modified time | relevance | path

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

/netbsd-src/lib/libm/src/
H A Dw_sqrt.c27 __strong_alias(_sqrtl, sqrt) in __strong_alias() argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtgmath.d325 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 Dn_support.c270 sqrt(double x) function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h121 __DEVICE__ std::complex<_Tp> sqrt(const std::complex<_Tp> &__x) { in sqrt() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h290 sqrt (double x) in sqrt() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dmath-68881.h290 sqrt (double x) in sqrt() function
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h1048 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 Dmath.d1671 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.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
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h76 #define sqrt(z) __TGMATH_CPLX(z, sqrt, csqrt) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h76 #define sqrt(z) __TGMATH_CPLX(z, sqrt, csqrt) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-protos.h246 const uint64_t sqrt; /* Square root. */ member
/netbsd-src/include/
H A Dtgmath.h146 #define sqrt(a) __TG_COMPLEX((a), sqrt) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h493 sqrt, enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-protos.h490 const uint64_t sqrt; /* Square root. */ member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf165 sqrt, 89 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf165 sqrt, 89 keyword
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp1098 APInt APInt::sqrt() const { in sqrt() function in APInt
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c4944 tree sqrt; in gfc_conv_intrinsic_arith() local
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc5093 tree sqrt; in gfc_conv_intrinsic_arith() local