HomeSort by relevance Sort by last modified time
    Searched full:square (Results 251 - 275 of 2496) sorted by null

<<11121314151617181920>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DecompositionSolver.java 28 * square matrices and when the solution is an exact linear solution, i.e. when
30 * with non-square matrix A and with non-null minimal norm. If an exact linear
FieldDecompositionSolver.java 29 * square matrices and when the solution is an exact linear solution, i.e. when
31 * with non-square matrix A and with non-null minimal norm. If an exact linear
  /external/boringssl/src/ssl/test/runner/curve25519/
square_amd64.s 10 // func square(out, in *[5]uint64)
11 TEXT ·square(SB),7,$96-16
  /external/ceres-solver/internal/ceres/
block_random_access_dense_matrix.h 45 // A square block random accessible matrix with the same row and
77 // Since the matrix is square with the same row and column block
block_random_access_sparse_matrix.h 50 // A thread safe square block sparse implementation of
78 // Since the matrix is square, num_rows() == num_cols().
  /external/chromium-trace/catapult/dashboard/dashboard/
find_step.py 80 """Returns the root-mean-square deviation from a step function."""
94 """Returns the root-mean-square deviation between two lists of values."""
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
GlideDrawableImageViewTarget.java 54 // This is a dirty hack that tries to make loading square thumbnails and then square full images less costly
  /external/llvm/lib/Support/
regcname.h 125 { "left-square-bracket", '[' },
128 { "right-square-bracket", ']' },
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
StatusLineTest.java 2 * Copyright (C) 2012 Square, Inc.
60 // https://github.com/square/okhttp/issues/386
  /external/skia/third_party/etc1/
etc1.h 44 // 4 x 4 square of 3-byte pixels in form R, G, B. Byte (3 * (x + 4 * y) is the R
59 // 4 x 4 square of 3-byte pixels in form R, G, B. Byte (3 * (x + 4 * y) is the R
  /external/skia/tools/lua/
scrape_dashing_full.lua 51 resetTableKeys(dash_cap, {"butt", "round", "square"})
94 increment(dash_cap, "square")
  /external/vulkan-validation-layers/libs/glm/gtx/
integer.hpp 57 //! Returns the positive square root of x.
87 //! Returns the positive square root of x.
  /frameworks/base/core/java/android/util/
FloatMath.java 85 * Returns the closest float approximation of the square root of the
89 * @return the square root of value
  /frameworks/base/docs/html/training/wearables/ui/
index.jd 37 both round and square Android Wear devices.</p>
47 <dd>Learn how to create layouts that look good on round and square Android Wear devices.</dd>
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/drawable/
multi_path.xml 20 android:strokeLineCap="square"
29 android:strokeLineCap="square"
  /frameworks/native/opengl/include/ETC1/
etc1.h 36 // 4 x 4 square of 3-byte pixels in form R, G, B. Byte (3 * (x + 4 * y) is the R
51 // 4 x 4 square of 3-byte pixels in form R, G, B. Byte (3 * (x + 4 * y) is the R
  /ndk/sources/host-tools/ndk-stack/regex/
cname.h 122 { "left-square-bracket", '[' },
125 { "right-square-bracket", ']' },
  /cts/tests/tests/graphics/res/drawable/
vector_icon_stroke_3.xml 40 android:strokeLineCap="square"
  /development/samples/SupportVectorDrawable/static/res/drawable/
vector_drawable28.xml 40 android:strokeLineCap="square"
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ui/
DynamicTableModelTest.java 47 // square table, both rows and columns defined:
95 // square table, both rows and columns defined:
153 // square table, both rows and columns defined:
200 // square table, both rows and columns defined:
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
SHA384Digest.java 80 * The first 64 bits of the fractional parts of the square roots
SHA512Digest.java 82 * The first 64 bits of the fractional parts of the square roots
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192R1Field.java 195 public static void square(int[] x, int[] z) method in class:SecP192R1Field
198 Nat192.square(x, tt);
207 Nat192.square(x, tt);
212 Nat192.square(z, tt);
SecP224R1Field.java 201 public static void square(int[] x, int[] z) method in class:SecP224R1Field
204 Nat224.square(x, tt);
213 Nat224.square(x, tt);
218 Nat224.square(z, tt);
  /external/chromium-trace/catapult/third_party/flot/
jquery.flot.symbol.min.js 7 (function($){function processRawData(plot,series,datapoints){var handlers={square:function(ctx,x,y,radius,shadow){var size=radius*Math.sqrt(Math.PI)/2;ctx.rect(x-size,y-size,size+s (…) method

Completed in 1385 milliseconds

<<11121314151617181920>>