Home
last modified time | relevance | path

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

12

/external/libchrome/crypto/
Dp224.cc190 void Square(FieldElement* out, const FieldElement& a) { in Square() function
248 Square(&f1, in); // 2 in Invert()
250 Square(&f1, f1); // 2**3 - 2 in Invert()
252 Square(&f2, f1); // 2**4 - 2 in Invert()
253 Square(&f2, f2); // 2**5 - 4 in Invert()
254 Square(&f2, f2); // 2**6 - 8 in Invert()
256 Square(&f2, f1); // 2**7 - 2 in Invert()
258 Square(&f2, f2); in Invert()
261 Square(&f3, f2); // 2**13 - 2 in Invert()
263 Square(&f3, f3); in Invert()
[all …]
/external/libweave/third_party/chromium/crypto/
Dp224.cc219 void Square(FieldElement* out, const FieldElement& a) { in Square() function
277 Square(&f1, in); // 2 in Invert()
279 Square(&f1, f1); // 2**3 - 2 in Invert()
281 Square(&f2, f1); // 2**4 - 2 in Invert()
282 Square(&f2, f2); // 2**5 - 4 in Invert()
283 Square(&f2, f2); // 2**6 - 8 in Invert()
285 Square(&f2, f1); // 2**7 - 2 in Invert()
287 Square(&f2, f2); in Invert()
290 Square(&f3, f2); // 2**13 - 2 in Invert()
292 Square(&f3, f3); in Invert()
[all …]
/external/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/slf4j/slf4j-simple/src/test/java/org/slf4j/
DDetectLoggerNameMismatchTest.java115 Square square = new Square(); in verifyLoggerDefinedInBaseWithOverridenGetClassMethod()
133 class Square extends ShapeBase { class
/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/dagger2/
DREADME.md15 [project page][square] (Square, Inc's repository) represents the earlier 1.0 development stream.
16 Both versions have benefitted from strong involvement from Square, Google, and other contributors.
93 * [Square's original Dagger project site on GitHub][square]
94 * [Square Open Source Community][squarecommunity]
106 Copyright 2012 Square, Inc.
DCONTRIBUTING.md26 note that a Square, Inc. copyright line must appear in every copyright notice.
/external/eigen/doc/
DTopicLinearAlgebraDecompositions.dox141 <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>
DSparseLinearSystems.dox24 …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/
Denum.h10 Square, enumerator
/external/okhttp/okio/
DBUG-BOUNTY.md4 Square recognizes the important contributions the security research community
/external/okhttp/
DBUG-BOUNTY.md4 Square recognizes the important contributions the security research community
/external/skia/src/sfnt/
DSkPanose.h40 ((Square, 6))
444 ((Square, 6))
493 ((Square, 3))
/external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/
DLICENSE2 Copyright 2012 Square Inc.
/external/webp/src/enc/
Ddelta_palettization.c281 static WEBP_INLINE int Square(int x) { in Square() function
300 distance += Square(pv - av); in CalcDist()
306 distance += Square(Intensity(predicted_value) in CalcDist()
/external/v8/src/
Dbignum.h36 void Square();
Dbignum.cc321 void Bignum::Square() { in Square() function in v8::internal::Bignum
454 Square(); in AssignPowerUInt16()
/external/v8/test/cctest/
Dtest-bignum.cc1397 TEST(Square) { in TEST() argument
1402 bignum.Square(); in TEST()
1407 bignum.Square(); in TEST()
1412 bignum.Square(); in TEST()
1417 bignum.Square(); in TEST()
1422 bignum.Square(); in TEST()
/external/llvm/include/llvm/IR/
DIntrinsicsARM.td243 // Vector Reciprocal Square Root Step.
351 // Vector Reciprocal Square Root Estimate.
DIntrinsicsAArch64.td381 // Vector Square Root Estimate
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_mfqe_sse2.asm238 ; Square src2. Ignore high value
/external/libvpx/libvpx/vp8/common/x86/
Dmfqe_sse2.asm237 ; Square src2. Ignore high value
/external/opencv3/doc/tutorials/imgproc/histograms/histogram_comparison/
Dhistogram_comparison.markdown26 -# **Chi-Square ( CV_COMP_CHISQR )**
/external/glide/
DREADME.md13 stack, but also includes utility libraries plug in to Google's Volley project or Square's OkHttp li…
/external/llvm/test/Transforms/InstSimplify/
Dcompare.ll641 ; Square of a non-zero number is non-zero if there is no overflow.
651 ; Square of a non-zero number is positive if there is no signed overflow.

12