Searched defs:square (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DDrawErrorUnderline.h38 // \ \/ C \/ / \ \/ C \ | height = heightSquares * square
45 // unitWidth = (heightSquares - 1) * square
55 double square = height / heightSquares; local
56 double halfSquare = 0.5 * square;
58 double unitWidth = (heightSquares - 1.0) * square;
80 cairo_line_to(cr, right, top + square); // C
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DIntArray.java416 public IntArray square(int m) method in class:IntArray
H A DECFieldElement.java18 public abstract ECFieldElement square(); method in class:ECFieldElement
95 public ECFieldElement square() method in class:ECFieldElement.Fp
125 return z.square().equals(this) ? z : null;
606 // public ECFieldElement square()
1031 public ECFieldElement square() method in class:ECFieldElement.F2m
1033 IntArray squared = x.square(m);
/external/v8/test/mjsunit/
H A Dkeyed-call-generic.js49 Number.prototype.square = function() { return this * this; }
50 Number.prototype.power4 = function() { return this.square().square(); }
69 testOne(2, 'square', 4);
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp98 constexpr int square(int x); // expected-note {{declared here}}
108 : x(square(a)), y(square(a)) // expected-note {{undefined function 'square' cannot be used in a constant expression}}
113 constexpr int square(int x) { function
/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/bison/lib/
H A Dhash.c440 size_t square = divisor * divisor; local
442 while (square < candidate && (candidate % divisor))
445 square += 4 * divisor;
/external/skia/tests/
H A DPathTest.cpp291 SkPath square; local
292 square.moveTo(0, 0);
293 square.lineTo(SK_Scalar1, 0);
294 square.lineTo(SK_Scalar1, SK_Scalar1);
295 square.lineTo(0, SK_Scalar1);
296 square.close();
297 check_convexity(reporter, square, SkPath::kConvex_Convexity);
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp76 inline float square(float n) function in namespace:WebCore::__anon14681
579 // probably worth the speed up of no square root, which also won't be exact.
845 // shadow for a square box.
/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 230 milliseconds