Searched refs:square (Results 76 - 88 of 88) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcss.js568 "source-atop", "source-in", "source-out", "source-over", "space", "square",
569 "square-button", "start", "static", "status-bar", "stretch", "stroke",
/external/eigen/test/
H A Darray_for_matrix.cpp140 VERIFY_IS_APPROX(u.template lpNorm<2>(), sqrt(u.array().abs().square().sum()));
/external/llvm/lib/Support/
H A DAPInt.cpp1263 // Square Root - this method computes and returns the square root of "this".
1269 // the Babylonian method for computing square roots is used.
1305 // is a classical Babylonian method for computing the square root. This code
1322 // Use the Babylonian method to arrive at the integer square root:
1336 APInt square(x_old * x_old);
1338 if (this->ult(square))
1341 APInt midpoint((nextSquare - square).udiv(two));
1342 APInt offset(*this - square);
/external/oprofile/events/x86-64/family10/
H A Dunit_masks245 0x04 Single precision divide/square root ops
248 0x20 Double precision divide/square root ops
/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/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas151 /// they are returned by its enumerator, enclosed in square brackets ("[]").
/external/libvorbis/doc/
H A D01-introduction.tex422 decoupling operation is the same for all pairs, converting square
H A D04-codec.tex204 \item if set, square polar channel mapping is in use:
/external/bison/build-aux/
H A Dtexinfo.tex7185 \message{Warning: unbalanced square brackets in @def...}%
7915 % Not auto section-title: use node name inside the square brackets.
7919 % the square brackets if we have it.
8067 % since square brackets don't work well in some documents. Particularly
/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 1815 milliseconds

1234