Searched refs:Square (Results 1 – 25 of 52) sorted by relevance
123
190 void Square(FieldElement* out, const FieldElement& a) { in Square() function248 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 …]
115 Square square = new Square(); in verifyLoggerDefinedInBaseWithOverridenGetClassMethod()133 class Square extends ShapeBase { class
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 …]
5040 # Square tests.5042 # These test vectors satisfy A^2 = Square.5045 Square = 4000000000000000800000000000000240000000000000000000000000000001fffffffffffffff80000000000…5049 Square = 40000000000000000000000080000001fffffffe000000004000000200000001fffffff8000000040000000000…5052 Square = c2fa18e1d110a46397815055 Square = 4805f01d379f4ce8dc86ed2695058 Square = 57def107babc1c2bffeff858947e695061 Square = f3b01f7941961b3f5cc3361e3ac824236905064 Square = 5e2d9c36d498ad1e8b6113f442ac513eaca746015067 Square = 7b7c2eb3fe55615e422b41c6f725341527626398cdee4[all …]
15 [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.
26 note that a Square, Inc. copyright line must appear in every copyright notice.
142 <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>
27 <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…
10 Square, enumerator
35 Square = 6, enumerator370 Square = 6, enumerator410 Square = 3, enumerator
4 Square recognizes the important contributions the security research community
281 static WEBP_INLINE int Square(int x) { in Square() function300 distance += Square(pv - av); in CalcDist()306 distance += Square(Intensity(predicted_value) in CalcDist()
2 Copyright 2012 Square Inc.
36 void Square();
321 void Bignum::Square() { in Square() function in v8::internal::Bignum454 Square(); in AssignPowerUInt16()
199 // Vector Reciprocal Square Root Step.331 // Vector Reciprocal Square Root Estimate.
261 // Vector Reciprocal Square Root Step.369 // Vector Reciprocal Square Root Estimate.
378 // Vector Square Root Estimate
238 ; Square src2. Ignore high value
237 ; Square src2. Ignore high value
402 SerifStyle::Square == serifStyle || in onGetAdvancedMetrics()
13 stack, but also includes utility libraries plug in to Google's Volley project or Square's OkHttp li…
184 - QP Add/Divide/Multiply/Subtract/Square-Root:196 - Round to Odd of QP Add/Divide/Multiply/Subtract/Square-Root:
222 // VSX Scalar Square Root Quad-Precision [using round to Odd] X-form 662