Home
last modified time | relevance | path

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

123

/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/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/boringssl/src/crypto/fipsmodule/bn/
Dbn_tests.txt5040 # Square tests.
5042 # These test vectors satisfy A^2 = Square.
5045 Square = 4000000000000000800000000000000240000000000000000000000000000001fffffffffffffff80000000000…
5049 Square = 40000000000000000000000080000001fffffffe000000004000000200000001fffffff8000000040000000000…
5052 Square = c2fa18e1d110a4639781
5055 Square = 4805f01d379f4ce8dc86ed269
5058 Square = 57def107babc1c2bffeff858947e69
5061 Square = f3b01f7941961b3f5cc3361e3ac82423690
5064 Square = 5e2d9c36d498ad1e8b6113f442ac513eaca74601
5067 Square = 7b7c2eb3fe55615e422b41c6f725341527626398cdee4
[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.dox142 <td>Square</td>
154 <td>Square and real</td>
166 <td>Square</td>
180 <td>Square and real</td>
192 <td>Square</td>
216 <td>Square</td>
DSparseLinearSystems.dox27 <td>Square </td><td>Fill-in reducing, Leverage fast dense algebra</td>
53 …eLinearSolvers\endlink></tt></td><td>Iterative stabilized bi-conjugate gradient</td><td>Square</td>
64 …ndlink</td><td>Direct LLt, LDLt, LU factorizations</td><td>SPD \n SPD \n Square</td><td>Fill-in re…
70 …t_Module UmfPackSupport \endlink</td><td>Direct LU factorization</td><td>Square</td><td>Fill-in re…
73 …t_Module SuperLUSupport \endlink</td><td>Direct LU factorization</td><td>Square</td><td>Fill-in re…
79 …ndlink</td><td>Direct LLt, LDLt, LU factorizations</td><td>SPD \n SPD \n Square</td><td>Fill-in re…
/external/clang/test/PCH/
Denum.h10 Square, enumerator
/external/skia/src/sfnt/
DSkPanose.h35 Square = 6, enumerator
370 Square = 6, enumerator
410 Square = 3, enumerator
/external/okhttp/
DBUG-BOUNTY.md4 Square recognizes the important contributions the security research community
/external/okhttp/okio/
DBUG-BOUNTY.md4 Square recognizes the important contributions the security research community
/external/webp/src/enc/
Ddelta_palettization_enc.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/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/
DLICENSE2 Copyright 2012 Square Inc.
/external/v8/src/
Dbignum.h36 void Square();
Dbignum.cc321 void Bignum::Square() { in Square() function in v8::internal::Bignum
454 Square(); in AssignPowerUInt16()
/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsicsARM.td199 // Vector Reciprocal Square Root Step.
331 // Vector Reciprocal Square Root Estimate.
/external/llvm/include/llvm/IR/
DIntrinsicsARM.td261 // Vector Reciprocal Square Root Step.
369 // Vector Reciprocal Square Root Estimate.
DIntrinsicsAArch64.td378 // 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/skia/src/ports/
DSkTypeface_win_dw.cpp402 SerifStyle::Square == serifStyle || in onGetAdvancedMetrics()
/external/glide/
DREADME.md13 stack, but also includes utility libraries plug in to Google's Volley project or Square's OkHttp li…
/external/llvm/lib/Target/PowerPC/
DREADME_P9.txt184 - QP Add/Divide/Multiply/Subtract/Square-Root:
196 - Round to Odd of QP Add/Divide/Multiply/Subtract/Square-Root:
Dp9-instrs.txt222 // VSX Scalar Square Root Quad-Precision [using round to Odd] X-form 662

123