/external/dropbear/libtommath/ |
poster.tex | 29 $b = \sqrt{a}$ & {\tt mp\_sqrt(\&a, \&b)} & $c = \mbox{gcd}(a, b)$ & {\tt mp\_gcd(\&a, \&b, \&c)} \\
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
random.py | 46 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin namespace 58 NV_MAGICCONST = 4 * _exp(-0.5)/_sqrt(2.0) 461 r = s + _sqrt(1.0 + s * s) 511 ainv = _sqrt(2.0 * alpha - 1.0) 589 g2rad = _sqrt(-2.0 * _log(1.0 - random())) 850 stddev = _sqrt(sqsum/n - avg*avg)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
random.py | 46 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin namespace 58 NV_MAGICCONST = 4 * _exp(-0.5)/_sqrt(2.0) 461 r = s + _sqrt(1.0 + s * s) 511 ainv = _sqrt(2.0 * alpha - 1.0) 589 g2rad = _sqrt(-2.0 * _log(1.0 - random())) 850 stddev = _sqrt(sqsum/n - avg*avg)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
valarray_after.h | 456 _DEFINE_EXPR_UNARY_FUNCTION(sqrt, _Sqrt)
|
valarray_before.h | 155 struct _Sqrt
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
valarray_after.h | 456 _DEFINE_EXPR_UNARY_FUNCTION(sqrt, _Sqrt)
|
valarray_before.h | 155 struct _Sqrt
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
valarray_after.h | 456 _DEFINE_EXPR_UNARY_FUNCTION(sqrt, _Sqrt)
|
valarray_before.h | 155 struct _Sqrt
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
valarray_after.h | 456 _DEFINE_EXPR_UNARY_FUNCTION(sqrt, _Sqrt)
|
valarray_before.h | 155 struct _Sqrt
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
valarray_after.h | 456 _DEFINE_EXPR_UNARY_FUNCTION(sqrt, _Sqrt)
|
valarray_before.h | 155 struct _Sqrt
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
valarray_after.h | 456 _DEFINE_EXPR_UNARY_FUNCTION(sqrt, _Sqrt)
|
valarray_before.h | 155 struct _Sqrt
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
valarray_after.h | 455 _DEFINE_EXPR_UNARY_FUNCTION(sqrt, _Sqrt)
|
valarray_before.h | 154 struct _Sqrt
|
/external/qemu/target-i386/ |
ops_sse.h | 590 #define FPU_SQRT(size, a, b) float ## size ## _sqrt(b, &env->sse_status) [all...] |