Home
last modified time | relevance | path

Searched refs:Q_y (Results 1 – 13 of 13) sorted by relevance

/dports/security/py-cryptography-vectors/cryptography_vectors-3.4.8/cryptography_vectors/asymmetric/ECDSA/FIPS_186-3/
H A DPKV.rsp11 Result = F (1 - Q_x or Q_y out of range)
15 Result = F (1 - Q_x or Q_y out of range)
31 Result = F (1 - Q_x or Q_y out of range)
35 Result = F (1 - Q_x or Q_y out of range)
65 Result = F (1 - Q_x or Q_y out of range)
73 Result = F (1 - Q_x or Q_y out of range)
97 Result = F (1 - Q_x or Q_y out of range)
105 Result = F (1 - Q_x or Q_y out of range)
115 Result = F (1 - Q_x or Q_y out of range)
119 Result = F (1 - Q_x or Q_y out of range)
[all …]
/dports/editors/ted/Ted-2.23/bitmap/
H A DbmTextureMap.c168 L_y[l]= Q_y[bot]; in bmMapSetBorders()
170 R_y[l]= Q_y[bot]; in bmMapSetBorders()
184 if ( Q_x[pr] <= Q_x[ll] && Q_y[pr] <= Q_y[ll] ) in bmMapSetBorders()
186 if ( Q_x[nx] <= Q_x[rr] && Q_y[nx] <= Q_y[rr] ) in bmMapSetBorders()
194 while( Q_y[pr] <= Q_y[ll] ) in bmMapSetBorders()
202 while( Q_y[nx] <= Q_y[rr] ) in bmMapSetBorders()
211 while( Q_y[nx] <= Q_y[ll] ) in bmMapSetBorders()
219 while( Q_y[pr] <= Q_y[rr] ) in bmMapSetBorders()
562 double Q_y[4]; in bmTextureMap() local
657 if ( Q_y[i] < Q_y[bot] ) in bmTextureMap()
[all …]
/dports/security/py-cryptography-vectors/cryptography_vectors-3.4.8/cryptography_vectors/asymmetric/ECDSA/FIPS_186-2/
H A DPKV.rsp35 Result = F (1 - Q_x or Q_y out of range)
39 Result = F (1 - Q_x or Q_y out of range)
43 Result = F (1 - Q_x or Q_y out of range)
51 Result = F (1 - Q_x or Q_y out of range)
73 Result = F (1 - Q_x or Q_y out of range)
93 Result = F (1 - Q_x or Q_y out of range)
101 Result = F (1 - Q_x or Q_y out of range)
105 Result = F (1 - Q_x or Q_y out of range)
111 Result = F (1 - Q_x or Q_y out of range)
139 Result = F (1 - Q_x or Q_y out of range)
[all …]
/dports/math/cm/cm-0.3.1/lib/common/
H A Dnt.c29 mpz_t Q_x, mpz_t Q_y, const bool Q_infty, mpz_t a, mpz_t p);
567 mpz_t Q_x, mpz_t Q_y, const bool Q_infty, mpz_t a, mpz_t p) in nt_elliptic_curve_add() argument
585 mpz_set (P_y, Q_y); in nt_elliptic_curve_add()
590 if (mpz_cmp (P_y, Q_y) == 0) in nt_elliptic_curve_add()
600 mpz_sub (tmp, Q_y, P_y); in nt_elliptic_curve_add()
632 mpz_t Q_x, Q_y, m_local, m_new; in cm_nt_elliptic_curve_multiply() local
638 mpz_init (Q_y); in cm_nt_elliptic_curve_multiply()
661 nt_elliptic_curve_add (Q_x, Q_y, &Q_infty, P_x, P_y, *P_infty, a, p); in cm_nt_elliptic_curve_multiply()
665 mpz_set (P_y, Q_y); in cm_nt_elliptic_curve_multiply()
670 mpz_clear (Q_y); in cm_nt_elliptic_curve_multiply()
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DSphericMirrorCalculator.cpp227 …const Vec3f Q_y = vY*((-Pv-std::sqrt(discr))/vv) + v*( (vv*(-PvY-0.5f*discr_y/std::sqrt(discr)) - … in retransform() local
231 const Vec3f w_y = vY - Q_y*(2*v.dot(Q)) - Q*(2*(vY.dot(Q)+v.dot(Q_y))); in retransform()
239 float f_y = -Q_y.dot(w)-MQ.dot(w_y); in retransform()
243 …float f1_y = f_y + 0.5f*(2*f*f_y - (MQ.dot(MQ)-DomeRadius*DomeRadius)*vvY - 2.f*MQ.dot(Q_y)*vv ) /… in retransform()
247 const Vec3f S_y = Q_y + w*((vv*f1_y-vvY*f1)/(vv*vv)) + w_y*(f1/vv); in retransform()
/dports/math/maxima/maxima-5.43.2/share/contrib/diffequations/
H A Dode1_lie.mac234 [Phi_y, Phi_yy, Q, Q_y,_a,_b,_c,gen],
260 Q_y:ratsimp(diff(Q,y)),
262 if (Q_y#0) then /* Case 1: Q_y # 0 */
265 Upsilon: ratsimp(diff(Q,x)/Q_y), /* (40) */
276 else /* Case 2: Q_y = 0 */
/dports/finance/py-python-obelisk/python-obelisk-0.1.3/obelisk/
H A Dbitcoin.py1218 Q_y = Q[32:]
1220 assert len(Q_y) == 32
1222 Q_y = string_to_number(Q_y)
1224 return ecdsa.ellipticcurve.Point(curve, Q_x, Q_y, ec_order)
/dports/lang/yap/yap-6.2.2/packages/cplint/rib/
H A Drib.pl900 EFt is EFt0*Q_y/Q_t_y,
901 EFf is EFf0*Q_y/(1-Q_t_y).
/dports/math/py-sympy/sympy-1.9/sympy/geometry/
H A Dpolygon.py506 Q_y = (poly_2.centroid.x - xc)*poly_2.area
508 return Q_x, Q_y
/dports/science/mcstas-comps/mcstas-comps-2.5-src/contrib/union/
H A DUnion_logger_2D_kf.comp484 sprintf(this_storage.Detector_2D.string_axis_1,"Q_y [A^-1]");
501 sprintf(this_storage.Detector_2D.string_axis_2,"Q_y [A^-1]");
H A DUnion_logger_2DQ.comp480 sprintf(this_storage.Detector_2D.string_axis_1,"Q_y [A^-1]");
497 sprintf(this_storage.Detector_2D.string_axis_2,"Q_y [A^-1]");
/dports/science/axom/axom-0.6.1/src/axom/primal/tests/
H A Dprimal_intersect.cpp961 double Q_y = n1 * A[1] + n2 * B[1] + n3 * C[1]; in makeTwoRandomIntersecting3DTriangles() local
964 Q = Point3::make_point(Q_x, Q_y, Q_z); in makeTwoRandomIntersecting3DTriangles()
/dports/security/hashcat-legacy/hashcat-legacy-2.00/salts/
H A Dbrute-vbulletin.salt448300 Q_y