HomeSort by: relevance | last modified time | path
    Searched defs:sqrt (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/lib/libm/arch/vax/
n_sqrt.S 30 * @(#)sqrt.s 8.1 (Berkeley) 6/4/93
36 WEAK_ALIAS(_sqrtl, sqrt)
37 WEAK_ALIAS(sqrtl, sqrt)
41 * double sqrt(arg) revised August 15,1982
58 ENTRY(sqrt, 0x003c) # save %r5,%r4,%r3,%r2 function
65 END(sqrt)
130 calls $2,_C_LABEL(sqrt)
n_sqrt.S 30 * @(#)sqrt.s 8.1 (Berkeley) 6/4/93
36 WEAK_ALIAS(_sqrtl, sqrt)
37 WEAK_ALIAS(sqrtl, sqrt)
41 * double sqrt(arg) revised August 15,1982
58 ENTRY(sqrt, 0x003c) # save %r5,%r4,%r3,%r2 function
65 END(sqrt)
130 calls $2,_C_LABEL(sqrt)
n_sqrt.S 30 * @(#)sqrt.s 8.1 (Berkeley) 6/4/93
36 WEAK_ALIAS(_sqrtl, sqrt)
37 WEAK_ALIAS(sqrtl, sqrt)
41 * double sqrt(arg) revised August 15,1982
58 ENTRY(sqrt, 0x003c) # save %r5,%r4,%r3,%r2 function
65 END(sqrt)
130 calls $2,_C_LABEL(sqrt)
  /src/lib/libm/noieee_src/
n_support.c 36 * Some IEEE standard 754 recommended functions and remainder and sqrt for
42 * slow (in particular, drem and sqrt is extremely inefficient). Each
51 * sqrt(x)
270 sqrt(double x) function
281 /* sqrt(NaN) is NaN, sqrt(+-0) = +-0 */
284 /* sqrt(negative) is invalid */
293 /* sqrt(INF) is INF */
304 /* generate sqrt(x) bit by bit (accumulating in q) */
427 /* SQRT
    [all...]
n_support.c 36 * Some IEEE standard 754 recommended functions and remainder and sqrt for
42 * slow (in particular, drem and sqrt is extremely inefficient). Each
51 * sqrt(x)
270 sqrt(double x) function
281 /* sqrt(NaN) is NaN, sqrt(+-0) = +-0 */
284 /* sqrt(negative) is invalid */
293 /* sqrt(INF) is INF */
304 /* generate sqrt(x) bit by bit (accumulating in q) */
427 /* SQRT
    [all...]
n_support.c 36 * Some IEEE standard 754 recommended functions and remainder and sqrt for
42 * slow (in particular, drem and sqrt is extremely inefficient). Each
51 * sqrt(x)
270 sqrt(double x) function
281 /* sqrt(NaN) is NaN, sqrt(+-0) = +-0 */
284 /* sqrt(negative) is invalid */
293 /* sqrt(INF) is INF */
304 /* generate sqrt(x) bit by bit (accumulating in q) */
427 /* SQRT
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
complex_cmath.h 118 // sqrt
121 __DEVICE__ std::complex<_Tp> sqrt(const std::complex<_Tp> &__x) { function in namespace:std
132 return polar(sqrt(abs(__x)), arg(__x) / _Tp(2));
194 std::complex<_Tp> __z = log(__x + sqrt(__sqr(__x) + _Tp(1)));
227 std::complex<_Tp> __z = log(__x + sqrt(__sqr(__x) - _Tp(1)));
350 std::complex<_Tp> __z = log(__x + sqrt(__sqr(__x) - _Tp(1)));
complex_cmath.h 118 // sqrt
121 __DEVICE__ std::complex<_Tp> sqrt(const std::complex<_Tp> &__x) { function in namespace:std
132 return polar(sqrt(abs(__x)), arg(__x) / _Tp(2));
194 std::complex<_Tp> __z = log(__x + sqrt(__sqr(__x) + _Tp(1)));
227 std::complex<_Tp> __z = log(__x + sqrt(__sqr(__x) - _Tp(1)));
350 std::complex<_Tp> __z = log(__x + sqrt(__sqr(__x) - _Tp(1)));
complex_cmath.h 118 // sqrt
121 __DEVICE__ std::complex<_Tp> sqrt(const std::complex<_Tp> &__x) { function in namespace:std
132 return polar(sqrt(abs(__x)), arg(__x) / _Tp(2));
194 std::complex<_Tp> __z = log(__x + sqrt(__sqr(__x) + _Tp(1)));
227 std::complex<_Tp> __z = log(__x + sqrt(__sqr(__x) - _Tp(1)));
350 std::complex<_Tp> __z = log(__x + sqrt(__sqr(__x) - _Tp(1)));
  /src/external/gpl3/gcc/dist/gcc/
profile-count.cc 469 profile_probability::sqrt () const function in class:profile_probability
profile-count.cc 469 profile_probability::sqrt () const function in class:profile_probability
profile-count.cc 469 profile_probability::sqrt () const function in class:profile_probability
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_cmath.h 174 __DEVICE__ float sqrt(float __x) { return ::sqrtf(__x); } function
296 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, sqrt)
427 using ::sqrt;
__clang_cuda_cmath.h 174 __DEVICE__ float sqrt(float __x) { return ::sqrtf(__x); } function
296 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, sqrt)
427 using ::sqrt;
__clang_cuda_cmath.h 174 __DEVICE__ float sqrt(float __x) { return ::sqrtf(__x); } function
296 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, sqrt)
427 using ::sqrt;
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
math-68881.h 290 sqrt (double x) function
303 return sqrt (x*x + y*y);
math-68881.h 290 sqrt (double x) function
303 return sqrt (x*x + y*y);
math-68881.h 290 sqrt (double x) function
303 return sqrt (x*x + y*y);
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
math-68881.h 290 sqrt (double x) function
303 return sqrt (x*x + y*y);
math-68881.h 290 sqrt (double x) function
303 return sqrt (x*x + y*y);
math-68881.h 290 sqrt (double x) function
303 return sqrt (x*x + y*y);
  /src/external/gpl3/gcc/dist/gcc/ginclude/
tgmath.h 76 #define sqrt(z) __TGMATH_CPLX(z, sqrt, csqrt) macro
tgmath.h 76 #define sqrt(z) __TGMATH_CPLX(z, sqrt, csqrt) macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
tgmath.h 76 #define sqrt(z) __TGMATH_CPLX(z, sqrt, csqrt) macro
tgmath.h 76 #define sqrt(z) __TGMATH_CPLX(z, sqrt, csqrt) macro

Completed in 74 milliseconds

1 2 3