HomeSort by relevance Sort by last modified time
    Searched refs:sqrt (Results 1 - 25 of 1651) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2004-02-20-Builtins.c 2 double sqrt(double x);
4 num = sqrt(num);
arm-vfp-asm-constraint.c 22 double sqrt(double x) { // CHECK-LABEL: @sqrt( function
  /bionic/libm/x86_64/
sqrt.S 33 ENTRY(sqrt) function
36 END(sqrt)
  /external/eigen/unsupported/doc/examples/
MatrixLogarithm.cpp 8 using std::sqrt;
10 A << 0.5*sqrt(2), -0.5*sqrt(2), 0,
11 0.5*sqrt(2), 0.5*sqrt(2), 0,
MatrixSquareRoot.cpp 14 std::cout << "The matrix square root of A is:\n" << A.sqrt() << "\n\n";
15 std::cout << "The square of the last matrix is:\n" << A.sqrt() * A.sqrt() << "\n";
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
GillIntegrator.java 37 * where q = sqrt(2)</p>
57 { (FastMath.sqrt(2.0) - 1.0) / 2.0, (2.0 - FastMath.sqrt(2.0)) / 2.0 },
58 { 0.0, -FastMath.sqrt(2.0) / 2.0, (2.0 + FastMath.sqrt(2.0)) / 2.0 }
63 1.0 / 6.0, (2.0 - FastMath.sqrt(2.0)) / 6.0, (2.0 + FastMath.sqrt(2.0)) / 6.0, 1.0 / 6.0
DormandPrince853Integrator.java 64 (12.0 - 2.0 * FastMath.sqrt(6.0)) / 135.0, (6.0 - FastMath.sqrt(6.0)) / 45.0, (6.0 - FastMath.sqrt(6.0)) / 30.0,
65 (6.0 + FastMath.sqrt(6.0)) / 30.0, 1.0/3.0, 1.0/4.0, 4.0/13.0, 127.0/195.0, 3.0/5.0,
73 {(12.0 - 2.0 * FastMath.sqrt(6.0)) / 135.0},
76 {(6.0 - FastMath.sqrt(6.0)) / 180.0, (6.0 - FastMath.sqrt(6.0)) / 60.0},
79 {(6.0 - FastMath.sqrt(6.0)) / 120.0, 0.0, (6.0 - FastMath.sqrt(6.0)) / 40.0},
82 {(462.0 + 107.0 * FastMath.sqrt(6.0)) / 3000.0, 0.0
    [all...]
  /external/eigen/doc/snippets/
Cwise_acos.cpp 1 Array3d v(0, sqrt(2.)/2, 1);
Cwise_asin.cpp 1 Array3d v(0, sqrt(2.)/2, 1);
Cwise_sqrt.cpp 2 cout << v.sqrt() << endl;
  /bionic/libm/arm64/
sqrt.S 19 ENTRY(sqrt) function
22 END(sqrt)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestSqrt.rs 24 return sqrt(inV);
28 return sqrt(inV);
32 return sqrt(inV);
36 return sqrt(inV);
40 return sqrt(inV);
44 return sqrt(inV);
48 return sqrt(inV);
52 return sqrt(inV);
  /bionic/libm/x86/
sqrt.S 33 ENTRY(sqrt) function
41 END(sqrt)
43 ALIAS_SYMBOL(sqrtl, sqrt);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
LegendreGaussIntegrator.java 58 -1.0 / FastMath.sqrt(3.0),
59 1.0 / FastMath.sqrt(3.0)
70 -FastMath.sqrt(0.6),
72 FastMath.sqrt(0.6)
84 -FastMath.sqrt((15.0 + 2.0 * FastMath.sqrt(30.0)) / 35.0),
85 -FastMath.sqrt((15.0 - 2.0 * FastMath.sqrt(30.0)) / 35.0),
86 FastMath.sqrt((15.0 - 2.0 * FastMath.sqrt(30.0)) / 35.0)
    [all...]
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/equations/
Circ.java 14 return (float) -Math.sqrt(1 - t*t) - 1;
26 return (float) Math.sqrt(1 - (t-=1)*t);
38 if ((t*=2) < 1) return -0.5f * ((float)Math.sqrt(1 - t*t) - 1);
39 return 0.5f * ((float)Math.sqrt(1 - (t-=2)*t) + 1);
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
geometry_unittest.py 13 from math import sqrt
40 ([(0, 0), (0, 0), (4, 4)], [(2, 2), 2 * sqrt(2)]),
49 ([(0, 0), (10, 0), (5, 5 * sqrt(3))],
50 [(5, 5 * sqrt(3) / 3), 5 * sqrt(3) * 2 / 3]),
53 ([(0, 0), (10, 0), (5, 5 * sqrt(3)), (4, 1), (6, 2), (4.5, 3),
55 [(5, 5 * sqrt(3) / 3), 5 * sqrt(3) * 2 / 3]),
  /bionic/libm/arm/
sqrt.S 35 ENTRY(sqrt) function
40 END(sqrt)
49 ALIAS_SYMBOL(sqrtl, sqrt);
  /external/ltp/testcases/misc/math/float/
float_power.c 39 {FUNC_NORMAL, 50, sqrt, "sqrt", "sqrt_inp.ref", "sqrt_out.ref",
  /external/eigen/doc/examples/
Tutorial_ArrayClass_cwise_other.cpp 15 cout << "a.abs().sqrt() =" << endl
16 << a.abs().sqrt() << endl;
17 cout << "a.min(a.abs().sqrt()) =" << endl
18 << a.min(a.abs().sqrt()) << endl;
  /cts/tests/tests/libcorelegacy22/src/android/util/cts/
FloatMathTest.java 24 assertEquals(5.0f, FloatMath.sqrt(25));
25 assertEquals(7, FloatMath.sqrt(49), 0);
26 assertEquals(10, FloatMath.sqrt(100), 0);
27 assertEquals(0, FloatMath.sqrt(0), 0);
28 assertEquals(1, FloatMath.sqrt(1), 0);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
fact.py 6 # because we try all odd numbers between 3 and sqrt(n)...
9 from math import sqrt
21 # Try odd numbers up to sqrt(n)
22 limit = sqrt(n+1)
28 limit = sqrt(n+1)
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowFloatMath.java 47 public static float sqrt(float value) { method in class:ShadowFloatMath
48 return (float) Math.sqrt(value);
  /frameworks/base/core/java/android/util/
FloatMath.java 88 * @param value to compute sqrt of
92 public static float sqrt(float value) { method in class:FloatMath
93 return (float) Math.sqrt(value);
122 * Returns {@code sqrt(}<i>{@code x}</i><sup>{@code 2}</sup>{@code +} <i>
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
w_sqrt.c 19 * wrapper sqrt(x)
26 sqrt(double x) /* wrapper sqrt */ function
35 return __kernel_standard(x,x,26); /* sqrt(negative) */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
UniformRandomGenerator.java 40 private static final double SQRT3 = FastMath.sqrt(3.0);
53 * <p>The number generated is uniformly distributed between -&sqrt;(3)
54 * and +&sqrt;(3).</p>

Completed in 596 milliseconds

1 2 3 4 5 6 7 8 91011>>