/external/chromium_org/crypto/ |
D | p224.cc | 188 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/ |
D | Prototype.js | 27 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/ |
D | HowToSetUpLLVMStyleRTTI.rst | 39 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/ |
D | TopicLinearAlgebraDecompositions.dox | 140 <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>
|
D | C09_TutorialSparse.dox | 261 …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/ |
D | enum.h | 10 Square, enumerator
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderListMarker.cpp | 436 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/ |
D | SkPanose.h | 40 ((Square, 6)) 444 ((Square, 6)) 493 ((Square, 3))
|
/external/chromium_org/third_party/skia/src/sfnt/ |
D | SkPanose.h | 40 ((Square, 6)) 444 ((Square, 6)) 493 ((Square, 3))
|
/external/chromium_org/v8/src/ |
D | bignum.h | 57 void Square();
|
D | bignum.cc | 343 void Bignum::Square() { in Square() function in v8::internal::Bignum 476 Square(); in AssignPowerUInt16()
|
/external/v8/src/ |
D | bignum.h | 57 void Square();
|
D | bignum.cc | 342 void Bignum::Square() { in Square() function in v8::internal::Bignum 475 Square(); in AssignPowerUInt16()
|
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
D | bignum.h | 60 void Square();
|
D | bignum.cc | 344 void Bignum::Square() { in Square() function in WTF::double_conversion::Bignum 477 Square(); in AssignPowerUInt16()
|
/external/v8/test/cctest/ |
D | test-bignum.cc | 1359 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/ |
D | test-bignum.cc | 1359 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/ |
D | IntrinsicsARM.td | 195 // Vector Reciprocal Square Root Step. 321 // Vector Reciprocal Square Root Estimate.
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | mfqe_sse2.asm | 237 ; Square src2. Ignore high value
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyleConstants.h | 246 Square, enumerator
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_button.mm | 130 const float kDownProportion = 1.4142135f; // Square root of 2.
|
/external/llvm/test/Transforms/InstSimplify/ |
D | compare.ll | 609 ; 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/ |
D | website_settings_bubble_controller.mm | 61 // 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/ |
D | bookmark_button.mm | 137 const float kDownProportion = 1.4142135f; // Square root of 2.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 206 // Square root.
|