/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 | 141 <td>Square</td> 153 <td>Square and real</td> 165 <td>Square</td> 179 <td>Square and real</td> 191 <td>Square</td> 215 <td>Square</td>
|
D | SparseLinearSystems.dox | 24 …vers \endlink</td><td>Iterative stabilized bi-conjugate gradient</td><td>Square</td><td>Preconditi… 28 <td>Square </td><td>Fill-in reducing, Leverage fast dense algebra</td> 34 …ndlink</td><td>Direct LLt, LDLt, LU factorizations</td><td>SPD \n SPD \n Square</td><td>Fill-in re… 40 …t_Module UmfPackSupport \endlink</td><td>Direct LU factorization</td><td>Square</td><td>Fill-in re… 43 …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 | 428 case Square: in effectiveListMarkerType() 514 case Square: in listMarkerSuffix() 625 case Square: in listMarkerText() 1203 case Square: in updateContent() 1314 case Square: in computePreferredLogicalWidths() 1424 case Square: in updateMargins() 1440 case Square: in updateMargins() 1458 case Square: in updateMargins() 1512 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/third_party/webrtc/modules/audio_processing/aecm/ |
D | aecm_core_neon.S | 148 @ Square root of Hanning window in Q14. 162 @ Square root of Hanning window in Q14. Compared to WebRtcAecm_kSqrtHanning,
|
/external/chromium_org/v8/src/ |
D | bignum.h | 34 void Square();
|
D | bignum.cc | 321 void Bignum::Square() { in Square() function in v8::internal::Bignum 454 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/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/chromium_org/third_party/WebKit/Source/core/paint/ |
D | ListMarkerPainter.cpp | 74 case Square: in paint()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyleConstants.h | 222 Square, enumerator
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | mfqe_sse2.asm | 237 ; Square src2. Ignore high value
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/ |
D | mfqe_sse2.asm | 237 ; Square src2. Ignore high value
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicsARM.td | 239 // Vector Reciprocal Square Root Step. 351 // Vector Reciprocal Square Root Estimate.
|
D | IntrinsicsAArch64.td | 366 // Vector Square Root Estimate
|
/external/chromium_org/chrome/browser/ui/cocoa/website_settings/ |
D | website_settings_bubble_controller.mm | 64 // Square size of the images on the Connections tab. 67 // Square size of the image that is shown for internal pages. 70 // Square size of the permission images.
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_button.mm | 138 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/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 254 // Square root.
|