Home
last modified time | relevance | path

Searched refs:Square (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium_org/crypto/
Dp224.cc188 void Square(FieldElement* out, const FieldElement& a) { in Square() function
246 Square(&f1, in); // 2 in Invert()
248 Square(&f1, f1); // 2**3 - 2 in Invert()
250 Square(&f2, f1); // 2**4 - 2 in Invert()
251 Square(&f2, f2); // 2**5 - 4 in Invert()
252 Square(&f2, f2); // 2**6 - 8 in Invert()
254 Square(&f2, f1); // 2**7 - 2 in Invert()
256 Square(&f2, f2); in Invert()
259 Square(&f3, f2); // 2**13 - 2 in Invert()
261 Square(&f3, f3); in Invert()
[all …]
/external/chromium_org/v8/test/webkit/fast/js/kde/
DPrototype.js27 function Square(x) class
32 new Square(0); // create prototype
35 Square.prototype.area = Square_area;
36 var s = new Square(3);
/external/llvm/docs/
DHowToSetUpLLVMStyleRTTI.rst39 class Square : public Shape {
42 Square(double S) : SideLength(S) {}
133 class Square : public Shape {
136 - Square(double S) : SideLength(S) {}
137 + Square(double S) : Shape(SK_Square), SideLength(S) {}
174 class Square : public Shape {
177 Square(double S) : Shape(SK_Square), SideLength(S) {}
258 from ``Square``, and so ``ShapeKind`` becomes:
269 Then in ``Square``, we would need to modify the ``classof`` like so:
283 ``Square``, and so ``classof`` needs to return ``true`` for them.
[all …]
/external/eigen/doc/
DTopicLinearAlgebraDecompositions.dox140 <td>Square</td>
152 <td>Square and real</td>
164 <td>Square</td>
178 <td>Square and real</td>
190 <td>Square</td>
214 <td>Square</td>
DC09_TutorialSparse.dox261 …vers \endlink</td><td>Iterative stabilized bi-conjugate gradient</td><td>Square</td><td>Preconditi…
266 …ndlink</td><td>Direct LLt, LDLt, LU factorizations</td><td>SPD \n SPD \n Square</td><td>Fill-in re…
272 …t_Module UmfPackSupport \endlink</td><td>Direct LU factorization</td><td>Square</td><td>Fill-in re…
275 …t_Module SuperLUSupport \endlink</td><td>Direct LU factorization</td><td>Square</td><td>Fill-in re…
/external/clang/test/PCH/
Denum.h10 Square, enumerator
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListMarker.cpp436 case Square: in effectiveListMarkerType()
522 case Square: in listMarkerSuffix()
633 case Square: in listMarkerText()
1181 case Square: in paint()
1392 case Square: in updateContent()
1503 case Square: in computePreferredLogicalWidths()
1613 case Square: in updateMargins()
1629 case Square: in updateMargins()
1647 case Square: in updateMargins()
1722 case Square: { in getRelativeMarkerRect()
/external/skia/src/sfnt/
DSkPanose.h40 ((Square, 6))
444 ((Square, 6))
493 ((Square, 3))
/external/chromium_org/third_party/skia/src/sfnt/
DSkPanose.h40 ((Square, 6))
444 ((Square, 6))
493 ((Square, 3))
/external/chromium_org/v8/src/
Dbignum.h57 void Square();
Dbignum.cc343 void Bignum::Square() { in Square() function in v8::internal::Bignum
476 Square(); in AssignPowerUInt16()
/external/v8/src/
Dbignum.h57 void Square();
Dbignum.cc342 void Bignum::Square() { in Square() function in v8::internal::Bignum
475 Square(); in AssignPowerUInt16()
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
Dbignum.h60 void Square();
Dbignum.cc344 void Bignum::Square() { in Square() function in WTF::double_conversion::Bignum
477 Square(); in AssignPowerUInt16()
/external/v8/test/cctest/
Dtest-bignum.cc1359 TEST(Square) { in TEST() argument
1364 bignum.Square(); in TEST()
1369 bignum.Square(); in TEST()
1374 bignum.Square(); in TEST()
1379 bignum.Square(); in TEST()
1384 bignum.Square(); in TEST()
/external/chromium_org/v8/test/cctest/
Dtest-bignum.cc1359 TEST(Square) { in TEST() argument
1364 bignum.Square(); in TEST()
1369 bignum.Square(); in TEST()
1374 bignum.Square(); in TEST()
1379 bignum.Square(); in TEST()
1384 bignum.Square(); in TEST()
/external/llvm/include/llvm/IR/
DIntrinsicsARM.td195 // Vector Reciprocal Square Root Step.
321 // Vector Reciprocal Square Root Estimate.
/external/libvpx/libvpx/vp8/common/x86/
Dmfqe_sse2.asm237 ; Square src2. Ignore high value
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h246 Square, enumerator
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_button.mm130 const float kDownProportion = 1.4142135f; // Square root of 2.
/external/llvm/test/Transforms/InstSimplify/
Dcompare.ll609 ; Square of a non-zero number is non-zero if there is no overflow.
619 ; Square of a non-zero number is positive if there is no signed overflow.
/external/chromium_org/chrome/browser/ui/cocoa/
Dwebsite_settings_bubble_controller.mm61 // Square size of the images on the Connections tab.
64 // Square size of the image that is shown for internal pages.
67 // Square size of the permission images.
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_button.mm137 const float kDownProportion = 1.4142135f; // Square root of 2.
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td206 // Square root.

12