Home
last modified time | relevance | path

Searched refs:aK (Results 1 – 25 of 534) sorted by relevance

12345678910>>...22

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/respect/validation/tests/unit/Rules/
H A DNfeAccessKeyTest.php31 public function testValidAccessKey($aK) argument
33 $this->assertTrue($this->nfeValidator->assert($aK));
34 $this->assertTrue($this->nfeValidator->__invoke($aK));
35 $this->assertTrue($this->nfeValidator->check($aK));
42 public function testInvalidAccessKey($aK) argument
44 $this->assertFalse($this->nfeValidator->assert($aK));
51 public function testInvalidLengthCnh($aK) argument
53 $this->assertFalse($this->nfeValidator->assert($aK));
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Base/
H A DCrypt.php39 $aK = self::str2long($sKey, false);
40 if (\count($aK) < 4)
42 for ($iIndex = \count($aK); $iIndex < 4; $iIndex++)
44 $aK[$iIndex] = 0;
62 …(($iY >> 3 & 0x1fffffff) ^ $iZ << 4)) ^ self::int32(($iSum ^ $iY) + ($aK[$iPIndex & 3 ^ $iE] ^ $iZ…
67 …(($iY >> 3 & 0x1fffffff) ^ $iZ << 4)) ^ self::int32(($iSum ^ $iY) + ($aK[$iPIndex & 3 ^ $iE] ^ $iZ…
92 $aK = self::str2long($sKey, false);
94 if (\count($aK) < 4)
96 for ($iIndex = \count($aK); $iIndex < 4; $iIndex++)
98 $aK[$iIndex] = 0;
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Base/
H A DCrypt.php39 $aK = self::str2long($sKey, false);
40 if (\count($aK) < 4)
42 for ($iIndex = \count($aK); $iIndex < 4; $iIndex++)
44 $aK[$iIndex] = 0;
62 …(($iY >> 3 & 0x1fffffff) ^ $iZ << 4)) ^ self::int32(($iSum ^ $iY) + ($aK[$iPIndex & 3 ^ $iE] ^ $iZ…
67 …(($iY >> 3 & 0x1fffffff) ^ $iZ << 4)) ^ self::int32(($iSum ^ $iY) + ($aK[$iPIndex & 3 ^ $iE] ^ $iZ…
92 $aK = self::str2long($sKey, false);
94 if (\count($aK) < 4)
96 for ($iIndex = \count($aK); $iIndex < 4; $iIndex++)
98 $aK[$iIndex] = 0;
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A DMeshPoint.hpp78 T=&aK; in set()
168 T=&aK; in set()
297 T3=&aK; in set()
375 T3=&aK; in set()
460 TS=&aK; in set()
481 TS=&aK; in set()
561 TS=&aK; in set()
579 TS=&aK; in set()
665 TL=&aK; in set()
684 TL=&aK; in set()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/SelectMgr/
H A DSelectMgr_BaseIntersector.cxx145 const Standard_Real aK = theRayDir.X() * (theLoc.X() - theCenter.X()) in RaySphereIntersection() local
149 const Standard_Real aDiscr = aK * aK - anA * aC; in RaySphereIntersection()
155 const Standard_Real aTime1 = (-aK - Sqrt (aDiscr)) / anA; in RaySphereIntersection()
156 const Standard_Real aTime2 = (-aK + Sqrt (aDiscr)) / anA; in RaySphereIntersection()
232 const Standard_Real aK = aDir.X() * aPnt.X() / (aMaxRad * aMaxRad) in RayCylinderIntersection() local
238 Standard_Real aDiscr = aK * aK - anA * aC; in RayCylinderIntersection()
241 const Standard_Real aTimeEnterCone = (-aK - Sqrt (aDiscr)) / anA; in RayCylinderIntersection()
263 const Standard_Real aK = aLoc2d.XY().Dot (aRayDir2d.XY()); in RayCylinderIntersection() local
265 const Standard_Real aDiscr = aK * aK - anA * aC; in RayCylinderIntersection()
268 const Standard_Real aRoot1 = (-aK + Sqrt (aDiscr)) / anA; in RayCylinderIntersection()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/respect/validation/library/Rules/
H A DNfeAccessKey.php25 * @param string $aK access key
29 public function validate($aK) argument
31 if (strlen($aK) !== 44) {
42 $s += $aK{ $i }
49 return $v == $aK{ 43 };
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_cpfind/cpfind/
H A DPanoDetectorLogic.cpp748 …if(aK->_x > 0 && aK->_x < ioImgInfo._distancemap.width() && aK->_y > 0 && aK->_y < ioImgInfo._dist… in FilterKeyPointsInImage()
749 && ioImgInfo._distancemap((int)(aK->_x),(int)(aK->_y)) >aK->_scale*8) in FilterKeyPointsInImage()
752 aSieve.insert(aK, (int)(aK->_x * aXF), (int)(aK->_y * aYF)); in FilterKeyPointsInImage()
757 aSieve.insert(aK, (int)(aK->_x * aXF), (int)(aK->_y * aYF)); in FilterKeyPointsInImage()
814 aK->_x *= 2.0; in RemapBackKeypoints()
815 aK->_y *= 2.0; in RemapBackKeypoints()
816 aK->_scale *= 2.0; in RemapBackKeypoints()
835 if (trafo1.transformImgCoord(xout, yout, aK->_x + dx1, aK->_y + dy1)) in RemapBackKeypoints()
839 aK->_x = xout; in RemapBackKeypoints()
840 aK->_y = yout; in RemapBackKeypoints()
[all …]
/dports/graphics/panomatic/panomatic-0.9.4/panomatic/
H A DPanoDetectorLogic.cpp229 BOOST_FOREACH(KeyPointPtr& aK, ioImgInfo._kp) in FilterKeyPointsInImage()
230 aSieve.insert(aK, (int)(aK->_x * aXF), (int)(aK->_y * aYF)); in FilterKeyPointsInImage()
253 BOOST_FOREACH(KeyPointPtr& aK, ioImgInfo._kp) in MakeKeyPointDescriptorsInImage()
255 aKPD.assignOrientation(*aK); in MakeKeyPointDescriptorsInImage()
256 aKPD.makeDescriptor(*aK); in MakeKeyPointDescriptorsInImage()
273 BOOST_FOREACH(KeyPointPtr& aK, ioImgInfo._kp) in BuildKDTreesInImage()
275 ioImgInfo._kdv.push_back(KDElemKeyPoint(aK, aCount++)); in BuildKDTreesInImage()
/dports/devel/p5-DateTime-Locale/DateTime-Locale-1.33/lib/DateTime/Locale/
H A Dja.pod390 =head3 Ehm (aK:mm (E))
396 =head3 Ehms (aK:mm:ss (E))
534 =head3 h (aK時)
540 =head3 hm (aK:mm)
546 =head3 hms (aK:mm:ss)
552 =head3 hmsv (aK:mm:ss v)
558 =head3 hmv (aK:mm v)
H A Dja_JP.pod390 =head3 Ehm (aK:mm (E))
396 =head3 Ehms (aK:mm:ss (E))
534 =head3 h (aK時)
540 =head3 hm (aK:mm)
546 =head3 hms (aK:mm:ss)
552 =head3 hmsv (aK:mm:ss v)
558 =head3 hmv (aK:mm v)
H A Deo.pod234 aK
239 aK
244 aK
400 -0010-09-15T04:44:23 = aK -10
406 -0010-09-15T04:44:23 = aK -10 sep
412 -0010-09-15T04:44:23 = aK -10 sep 15, sa
418 -0010-09-15T04:44:23 = aK -10 sep 15
424 -0010-09-15T04:44:23 = aK -10-09-15
H A Deo_001.pod234 aK
239 aK
244 aK
400 -0010-09-15T04:44:23 = aK -10
406 -0010-09-15T04:44:23 = aK -10 sep
412 -0010-09-15T04:44:23 = aK -10 sep 15, sa
418 -0010-09-15T04:44:23 = aK -10 sep 15
424 -0010-09-15T04:44:23 = aK -10-09-15
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_PBRMaterial.cxx267 Standard_ShortReal aK = theRoughness * theRoughness * 0.5f; in lutGenGeometryFactor() local
270 aGeometryFactor /= theCosL * (1.f - aK) + aK; in lutGenGeometryFactor()
271 aGeometryFactor /= theCosV * (1.f - aK) + aK; in lutGenGeometryFactor()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/Arceliar/ironwood/network/
H A Dcore_test.go138 var aK publicKey
139 copy(aK[:], aAddr.(types.Addr))
181 if fK.equal(aK) {
253 var aK publicKey
254 copy(aK[:], aAddr.(types.Addr))
296 if fK.equal(aK) {
/dports/science/dynare/dynare-4.6.4/matlab/
H A Dmissing_DiffuseKalmanSmootherH1_Z.m1 function [alphahat,epsilonhat,etahat,atilde,P,aK,PK,decomp,V] = missing_DiffuseKalmanSmootherH1_Z(T…
3 % function [alphahat,epsilonhat,etahat,a,aK,PK,decomp] = DiffuseKalmanSmoother1(T,Z,R,Q,H,Pinf1,Pst…
31 % aK: 3D array of k step ahead filtered state variables (a_{t+k|t)
70 % new output argument aK (1-step to k-step predictions)
71 % new options_.nk: the max step ahed prediction in aK (default is 4)
82 aK = zeros(nk,mm,smpl+nk); variable
169 aK(1,:,t+1) = a(:,t+1);
172 aK(jnk,:,t+jnk) = T*dynare_squeeze(aK(jnk-1,:,t+jnk-1));
213 aK(1,:,t+1) = a(:,t+1);
218 aK(jnk,:,t+jnk) = T*dynare_squeeze(aK(jnk-1,:,t+jnk-1));
[all …]
H A Dmissing_DiffuseKalmanSmootherH3_Z.m1 function [alphahat,epsilonhat,etahat,a,P,aK,PK,decomp,V] = missing_DiffuseKalmanSmootherH3_Z(T,Z,R,…
2 % function [alphahat,epsilonhat,etahat,a1,P,aK,PK,d,decomp] = missing_DiffuseKalmanSmootherH3_Z(T,Z…
31 % aK: 3D array of k step ahead filtered state variables (a_{t+k|t})
77 % New output argument aK: 1-step to nk-stpe ahed predictions)
78 % New input argument nk: max order of predictions in aK
92 aK = zeros(nk,mm,smpl+nk); variable
172 aK(1,:,t+1) = a1(:,t+1);
174 aK(jnk,:,t+jnk) = T*dynare_squeeze(aK(jnk-1,:,t+jnk-1));
222 aK(1,:,t+1) = a1(:,t+1);
227 aK(jnk,:,t+jnk) = T*dynare_squeeze(aK(jnk-1,:,t+jnk-1));
[all …]
H A DDsgeSmoother.m1 function [alphahat,etahat,epsilonhat,ahat,SteadyState,trend_coeff,aK,T,R,P,PK,decomp,trend_addition…
23 % o aK [double] (K,n,T+K) array, k (k=1,...,K) steps ahead
84 aK = []; variable
231 …[alphahat,epsilonhat,etahat,ahat,P,aK,PK,decomp,state_uncertainty] = missing_DiffuseKalmanSmoother…
273 …[alphahat,epsilonhat,etahat,ahat,P,aK,PK,decomp,state_uncertainty] = missing_DiffuseKalmanSmoother…
287 aK = aK(:,k,:,:); variable
H A Dstore_smoother_results.m1 …,dataset_info,atT,innov,measurement_error,updated_variables,ys,trend_coeff,aK,P,PK,decomp,Trend,st…
2 …estopt_,dataset_,atT,innov,measurement_error,updated_variables,ys,trend_coeff,aK,P,PK,decomp,Trend)
18 % aK [double] (K,n,T+K) array, k (k=1,...,K) steps ahead
143 …oo_.FilteredVariablesKStepAhead = aK(options_.filter_step_ahead,i_endo_in_dr_matrices,:)+constant_…
166 …oo_.FilteredVariables.(M_.endo_names{i_endo_declaration_order})=squeeze(aK(1,i_endo_in_dr,2:end-(o…
179 squeeze(aK(1,bayestopt_.mf(pos_iter),2:end-(options_.nk-1)))...
184 …squeeze(aK(filter_step,bayestopt_.mf(pos_iter),1+filter_step:end-(max(options_.filter_step_ahead)-…
/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/math/ec/rfc7748/test/
H A DX25519Test.java129 byte[] aK = new byte[X25519.POINT_SIZE]; in checkECDHVector()
130 X25519.scalarMult(a, 0, bPub, 0, aK, 0); in checkECDHVector()
131 checkValue(aK, text, sK); in checkECDHVector()
H A DX448Test.java320 byte[] aK = new byte[X448.POINT_SIZE]; in checkECDHVector()
321 X448.scalarMult(a, 0, bPub, 0, aK, 0); in checkECDHVector()
322 checkValue(aK, text, sK); in checkECDHVector()
/dports/math/faiss/faiss-1.7.1/faiss/gpu/utils/
H A DMatrixMult-inl.cuh171 int aK = transA ? a.getSize(0) : a.getSize(1); in runMatrixMult() local
180 FAISS_ASSERT(aK == bK); in runMatrixMult()
294 int aK = transA ? a.getSize(1) : a.getSize(2); in runBatchMatrixMult() local
303 FAISS_ASSERT(aK == bK); in runBatchMatrixMult()
/dports/science/py-ase/ase-3.22.0/ase/utils/
H A Dlinesearcharmijo.py167 aK = alpha * rf * K
168 s[:, I] += np.dot(aK, y + 0.5 * np.dot(aK, y + 1/3. * np.dot( aK, y )) )
/dports/net-p2p/udpt/udpt-6a7bf22/src/http/
H A Dwebapp.cpp109 map<string, string>* aK = apiKeys->getMap(); in WebApp() local
111 end = aK->end(); in WebApp()
112 for (it = aK->begin();it != end;it++) in WebApp()
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/SpecFunc/
H A DBetaFunctions.cxx438 Scalar aK = k * (k - b) * x / ((aM1 + k2) * (a + k2)); in RegularizedIncompleteBetaContinuedFraction() local
439 d = 1.0 - aK / d; in RegularizedIncompleteBetaContinuedFraction()
441 c = 1.0 - aK / c; in RegularizedIncompleteBetaContinuedFraction()
446 aK = (a + k) * (aPb + k) * x / ((a + k2) * (aP1 + k2)); in RegularizedIncompleteBetaContinuedFraction()
447 d = 1.0 - aK / d; in RegularizedIncompleteBetaContinuedFraction()
449 c = 1.0 - aK / c; in RegularizedIncompleteBetaContinuedFraction()
/dports/math/fparser/fparser-4.5.2/extrasrc/
H A Dfp_opcode_add.inc628 wB(66,aK
654 wB(65,aK
697 wB(473,aK
899 wB(470,aK
909 wB(461,aK
919 wB(464,aK
1794 wB(66,aK
1820 wB(65,aK
1863 wB(473,aK
3375 wB(66,aK
[all …]

12345678910>>...22