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

1 2

  /external/clang/test/PCH/
enum.h 10 Square,
  /external/slf4j/slf4j-simple/src/test/java/org/slf4j/
DetectLoggerNameMismatchTest.java 115 Square square = new Square(); local
116 assertEquals("org.slf4j.Square", square.logger.getName());
133 class Square extends ShapeBase {
  /external/libchrome/crypto/
p224.cc 186 // Square computes *out = a*a
190 void Square(FieldElement* out, const FieldElement& a) {
248 Square(&f1, in); // 2
250 Square(&f1, f1); // 2**3 - 2
252 Square(&f2, f1); // 2**4 - 2
253 Square(&f2, f2); // 2**5 - 4
254 Square(&f2, f2); // 2**6 - 8
256 Square(&f2, f1); // 2**7 - 2
258 Square(&f2, f2);
261 Square(&f3, f2); // 2**13 -
    [all...]
  /external/libweave/third_party/chromium/crypto/
p224.cc 215 // Square computes *out = a*a
219 void Square(FieldElement* out, const FieldElement& a) {
277 Square(&f1, in); // 2
279 Square(&f1, f1); // 2**3 - 2
281 Square(&f2, f1); // 2**4 - 2
282 Square(&f2, f2); // 2**5 - 4
283 Square(&f2, f2); // 2**6 - 8
285 Square(&f2, f1); // 2**7 - 2
287 Square(&f2, f2);
290 Square(&f3, f2); // 2**13 -
    [all...]
  /development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
MyGLRenderer.java 36 private Square mSquare;
45 mSquare = new Square();
61 // Draw square
Square.java 26 * A two-dimensional square for use as a drawn object in OpenGL ES 1.0/1.1.
28 public class Square {
48 public Square() {
  /development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
MyGLRenderer.java 39 private Square mSquare;
56 mSquare = new Square();
72 // Draw square
Square.java 26 * A two-dimensional square for use as a drawn object in OpenGL ES 2.0.
28 public class Square {
73 public Square() {
142 // Draw the square
  /external/v8/test/webkit/fast/js/kde/
Prototype.js 27 function Square(x)
32 new Square(0); // create prototype
35 Square.prototype.area = Square_area;
36 var s = new Square(3);
  /platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
SimpleGLRenderer.java 41 private Square mSquare;
58 mSquare = new Square();
74 // Draw square
Square.java 27 * A two-dimensional square for use as a drawn object in OpenGL ES 2.0.
30 public class Square {
80 public Square() {
148 // Draw the square
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
OISEffect.h 75 Square, //PeriodicForce
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 63 private Square mSquare;
83 mSquare = new Square();
300 private final static class Square {
355 public Square() {
  /external/v8/src/
bignum.h 36 void Square();
bignum.cc 321 void Bignum::Square() {
454 Square();
  /external/skia/src/sfnt/
SkPanose.h 40 ((Square, 6))
444 ((Square, 6))
493 ((Square, 3))
  /external/v8/test/mjsunit/es6/
math-log2-log10.js 46 // Square roots are tested below.
  /external/v8/test/cctest/
test-bignum.cc     [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32ForceFeedback.cpp 257 case OIS::Effect::Square: _upload(GUID_Square, &diEffect, effect); break;
511 _addEffectTypes(eForce, Effect::Square );
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
EventHelpers.cpp 289 typeMap[FF_SQUARE] = Effect::Square;
LinuxForceFeedback.cpp 344 case OIS::Effect::Square:
  /external/webp/src/enc/
delta_palettization.c 281 static WEBP_INLINE int Square(int x) {
300 distance += Square(pv - av);
302 // We sum square of intensity difference with factor 10, but because Intensity
306 distance += Square(Intensity(predicted_value)
  /external/libvpx/libvpx/vp8/common/x86/
mfqe_sse2.asm 237 ; Square src2. Ignore high value
  /external/libvpx/libvpx/vp9/common/x86/
vp9_mfqe_sse2.asm 238 ; Square src2. Ignore high value
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
mfqe_sse2.asm 237 ; Square src2. Ignore high value

Completed in 2751 milliseconds

1 2