Searched defs:square (Results 26 - 40 of 40) sorted by relevance

12

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmetafunctions.cpp79 struct square { struct in namespace:Math
83 int check1[is_same<square<1, 2, -3>::type,
/external/opencv/cv/src/
H A Dcvcamshift.cpp175 double theta = 0, square; local
232 square = sqrt( 4 * b * b + (a - c) * (a - c) );
235 theta = atan2( 2 * b, a - c + square );
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_crc32.c52 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
345 unsigned long *square,
351 square[n] = gf2_matrix_times(mat, mat[n]);
383 /* apply len2 zeros to crc1 (first square will put the operator for one
344 gf2_matrix_square( unsigned long *square, unsigned long *mat) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DIntArray.java682 public IntArray square(int m) method in class:IntArray
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp3.cpp263 constexpr int square(int x) { function in namespace:std_example
/external/bison/lib/
H A Dhash.c447 size_t square = divisor * divisor; local
449 while (square < candidate && (candidate % divisor))
452 square += 4 * divisor;
/external/chromium_org/ppapi/tests/
H A Dtest_graphics_2d.cc156 const pp::Rect& square,
162 if (square.Contains(x, y))
175 const pp::Rect& square,
183 return IsSquareInImage(readback, background_color, square, square_color);
154 IsSquareInImage(const pp::ImageData& image_data, uint32_t background_color, const pp::Rect& square, uint32_t square_color) const argument
173 IsSquareInDC(const pp::Graphics2D& dc, uint32_t background_color, const pp::Rect& square, uint32_t square_color) const argument
/external/chromium_org/third_party/android_opengl/etc1/
H A Detc1.cpp219 // Output is a 4 x 4 square of 3-byte pixels in form R, G, B
315 inline int square(int x) { function in namespace:__anon11508
333 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG));
338 score += (etc1_uint32) (3 * square(decodedR - pixelR));
343 score += (etc1_uint32) square(decodedB - pixelB);
500 // Input is a 4 x 4 square of 3-byte pixels in form R, G, B
/external/chromium_org/third_party/skia/third_party/etc1/
H A Detc1.cpp206 // Output is a 4 x 4 square of 3-byte pixels in form R, G, B
302 inline int square(int x) { function
320 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG));
325 score += (etc1_uint32) (3 * square(decodedR - pixelR));
330 score += (etc1_uint32) square(decodedB - pixelB);
487 // Input is a 4 x 4 square of 3-byte pixels in form R, G, B
/external/skia/third_party/etc1/
H A Detc1.cpp206 // Output is a 4 x 4 square of 3-byte pixels in form R, G, B
302 inline int square(int x) { function
320 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG));
325 score += (etc1_uint32) (3 * square(decodedR - pixelR));
330 score += (etc1_uint32) square(decodedB - pixelB);
487 // Input is a 4 x 4 square of 3-byte pixels in form R, G, B
/external/chromium_org/third_party/skia/tests/
H A DPathTest.cpp1117 SkPath square; local
1118 square.moveTo(0, 0);
1119 square.lineTo(SK_Scalar1, 0);
1120 square.lineTo(SK_Scalar1, SK_Scalar1);
1121 square.lineTo(0, SK_Scalar1);
1122 square.close();
1123 check_convexity(reporter, square, SkPath::kConvex_Convexity);
1124 check_direction(reporter, square, SkPath::kCW_Direction);
/external/skia/tests/
H A DPathTest.cpp1090 SkPath square; local
1091 square.moveTo(0, 0);
1092 square.lineTo(SK_Scalar1, 0);
1093 square.lineTo(SK_Scalar1, SK_Scalar1);
1094 square.lineTo(0, SK_Scalar1);
1095 square.close();
1096 check_convexity(reporter, square, SkPath::kConvex_Convexity);
1097 check_direction(reporter, square, SkPath::kCW_Direction);
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 637 milliseconds

12