Home
last modified time | relevance | path

Searched refs:pInv (Results 1 – 25 of 36) sorted by relevance

12

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/scl/
H A DsclBufSize.c346 Abc_Obj_t * pFanout, * pInv; in Abc_SclAddOneInv() local
347 float Target = SC_CellPinCap(p->pInv, 0) * Gain; in Abc_SclAddOneInv()
365 pInv = Abc_NtkCreateNodeBuf( p->pNtk, NULL ); in Abc_SclAddOneInv()
378 Abc_ObjAddFanin( pFanout, pInv ); in Abc_SclAddOneInv()
387 LoadNew = Abc_NtkComputeNodeLoad( p, pInv ); in Abc_SclAddOneInv()
391 Bus_SclObjSetETime( pInv, Abc_NtkComputeEdgeDept(pInv, 0, p->pPars->Slew) ); in Abc_SclAddOneInv()
393 if ( p->pNtk->vPhases && Abc_SclIsInv(pInv) ) in Abc_SclAddOneInv()
394 Abc_NodeInvUpdateFanPolarity( pInv ); in Abc_SclAddOneInv()
395 return pInv; in Abc_SclAddOneInv()
441 Abc_Obj_t * pInv; in Abc_SclBufSize() local
[all …]
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/lib/Crypto/SelfTest/PublicKey/
H A Dtest_import_RSA.py186 pInv = inverse(p,q) variable in ImportKeyTests
317 key = RSA.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
327 key = RSA.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
344 key = RSA.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
349 key = RSA.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
354 key = RSA.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
360 key = RSA.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
372 key = RSA.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
384 key = RSA.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
396 key = RSA.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
[all …]
/dports/security/py-pycryptodome/pycryptodome-3.10.1/lib/Crypto/SelfTest/PublicKey/
H A Dtest_import_RSA.py186 pInv = inverse(p,q) variable in ImportKeyTests
317 key = RSA.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
327 key = RSA.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
344 key = RSA.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
349 key = RSA.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
354 key = RSA.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
360 key = RSA.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
372 key = RSA.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
384 key = RSA.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
396 key = RSA.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
[all …]
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/pqc/jcajce/provider/mceliece/
H A DMcElieceCCA2Primitives.java72 Permutation pInv = p.computeInverse(); in decryptionPrimitive() local
75 GF2Vector cPInv = (GF2Vector)c.multiply(pInv); in decryptionPrimitive()
108 Permutation pInv = p.computeInverse(); in decryptionPrimitive() local
111 GF2Vector cPInv = (GF2Vector)c.multiply(pInv); in decryptionPrimitive()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DShopKeeper_Interface.cc2800 if( ( pInv != NULL ) && ( pInv->ubIdOfMercWhoOwnsTheItem != NO_PROFILE ) ) in SetSkiFaceRegionHelpText()
3820 *a = *pInv; in AddInventoryToSkiLocation()
3821 IfMercOwnedCopyItemToMercInv( pInv ); in AddInventoryToSkiLocation()
3842 *o = *pInv; in AddInventoryToSkiLocation()
3843 IfMercOwnedCopyItemToMercInv( pInv ); in AddInventoryToSkiLocation()
3865 …bSlotAddedTo = AddItemToPlayersOfferArea( pInv->ubIdOfMercWhoOwnsTheItem, pInv, pInv->bSlotIdInOth… in AddInventoryToSkiLocation()
5569 if ( ( pInv->bSlotIdInOtherLocation != -1 ) && ( pInv->ubIdOfMercWhoOwnsTheItem != NO_PROFILE ) ) in IfMercOwnedCopyItemToMercInv()
5582 s->inv[pInv->bSlotIdInOtherLocation] = pInv->ItemObject; in IfMercOwnedCopyItemToMercInv()
5592 IfMercOwnedRemoveItemFromMercInv2( pInv->ubIdOfMercWhoOwnsTheItem, pInv->bSlotIdInOtherLocation ); in IfMercOwnedRemoveItemFromMercInv()
5680 if ( pInv->ItemObject.uiMoneyAmount == 0 ) in SKITryToAddInvToMercsInventory()
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/
H A DxformCommonAPI.cpp769 UsdGeomXformOp pInv; in _GetCommonXformOps() local
773 pInv = std::move(*it); in _GetCommonXformOps()
786 if ((bool) p != (bool) pInv) { in _GetCommonXformOps()
807 *pivotInvOp = std::move(pInv); in _GetCommonXformOps()
838 UsdGeomXformOp t, p, r, s, pInv; in _GetOrAddCommonXformOps() local
841 xformable, &t, &p, &r, &s, &pInv, &resetXformStack)) { in _GetOrAddCommonXformOps()
876 pInv = xformable.AddTranslateOp( in _GetOrAddCommonXformOps()
879 if (!TF_VERIFY(p && pInv)) { in _GetOrAddCommonXformOps()
910 if (pInv) newXformOps.push_back(pInv); in _GetOrAddCommonXformOps()
919 std::move(pInv), in _GetOrAddCommonXformOps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/Crypto/SelfTest/PublicKey/
H A Dtest_importKey.py156 pInv = inverse(p,q) variable in ImportKeyTests
275 key = self.rsa.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
285 key = self.rsa.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
302 key = self.rsa.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
311 key = self.rsa.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
316 key = self.rsa.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
/dports/security/py-pycrypto/pycrypto-2.6.1/lib/Crypto/SelfTest/PublicKey/
H A Dtest_importKey.py156 pInv = inverse(p,q) variable in ImportKeyTests
275 key = self.rsa.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
285 key = self.rsa.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
302 key = self.rsa.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
311 key = self.rsa.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
316 key = self.rsa.construct([self.n, self.e, self.d, self.p, self.q, self.pInv])
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/geom/util/
H A DAffineTransformationTest.java240 Coordinate pInv = new Coordinate(); in checkTransformation() local
241 invTrans.transform(p2, pInv); in checkTransformation()
242 assertEquals(x, pInv.x, .00005); in checkTransformation()
243 assertEquals(y, pInv.y, .00005); in checkTransformation()
/dports/security/heaan/HEAAN-2.1-40-g48a1ed0/HEAAN/src/
H A DRingMultiplier.cpp103 uint64_t pInv = pInvVec[index]; in NTT() local
112 butt(a[j], a[j+t], W, p, pInv); in NTT()
120 uint64_t pInv = pInvVec[index]; in INTT() local
129 ibutt(a[j], a[j+t], W, p, pInv); in INTT()
138 idivN(a[i], NScale, p, pInv); in INTT()
440 void RingMultiplier::butt(uint64_t& a, uint64_t& b, uint64_t W, uint64_t p, uint64_t pInv) { in butt() argument
444 uint64_t Q = U0 * pInv; in butt()
453 void RingMultiplier::ibutt(uint64_t& a, uint64_t& b, uint64_t W, uint64_t p, uint64_t pInv) { in ibutt() argument
460 uint64_t Q = U0 * pInv; in ibutt()
466 void RingMultiplier::idivN(uint64_t& a, uint64_t NScale, uint64_t p, uint64_t pInv) { in idivN() argument
[all …]
H A DRingMultiplier.h68 void butt(uint64_t& a, uint64_t& b, uint64_t W, uint64_t p, uint64_t pInv);
69 void ibutt(uint64_t& a, uint64_t& b, uint64_t W, uint64_t p, uint64_t pInv);
70 void idivN(uint64_t& a, uint64_t NScale, uint64_t p, uint64_t pInv);
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Repository/
H A DInventory.hs110 parseInventory = fmap fst . parse pInv
113 pHeadInv = (,) <$> pPristineHash <*> pInv
121 pInv :: Parser Inventory
122 pInv = Inventory <$> pInvParent <*> pInvPatches function
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/crypto/mceliece/
H A DMcElieceCCA2Primitives.java63 Permutation pInv = p.computeInverse(); in decryptionPrimitive() local
66 GF2Vector cPInv = (GF2Vector)c.multiply(pInv); in decryptionPrimitive()
H A DMcElieceCipher.java184 Permutation pInv = p.computeInverse(); in messageDecrypt() local
187 GF2Vector cPInv = (GF2Vector)vec.multiply(pInv); in messageDecrypt()
/dports/math/polymake/polymake-4.5/external/permlib/include/permlib/
H A Dpermutationword.h118 static void addElement(const perm &p, const perm &pInv);
166 inline void PermutationWord::addElement(const perm &p, const perm &pInv) { in addElement() argument
169 PermutationPtr genInv(new Permutation(pInv)); in addElement()
/dports/math/permlib/PermLib-0.2.9/include/permlib/
H A Dpermutationword.h118 static void addElement(const perm &p, const perm &pInv);
166 inline void PermutationWord::addElement(const perm &p, const perm &pInv) { in addElement() argument
169 PermutationPtr genInv(new Permutation(pInv)); in addElement()
/dports/devel/autogen/autogen-5.18.16/agen5/
H A Dfunctions.c262 templ_t * pInv = find_tpl(pT->td_text + pMac->md_name_off); in mFunc_Unknown() local
263 if (pInv != NULL) { in mFunc_Unknown()
268 pMac->md_pvt = VOIDP(pInv); in mFunc_Unknown()
/dports/misc/usd/USD-21.11/pxr/usd/usdGeom/testenv/
H A DtestUsdGeomXformCommonAPI.py659 t, p, r, s, pInv = xfc.CreateXformOps()
664 self.assertFalse(pInv)
669 t, p, r, s, pInv = xfc.CreateXformOps(
675 self.assertFalse(pInv)
695 t, p, r, s, pInv = xfc.CreateXformOps()
700 self.assertFalse(pInv)
706 t, p, r, s, pInv = xfc.CreateXformOps(
715 t, p, r, s, pInv = xfc.CreateXformOps(
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/elec/
H A Dgpc.h250 GPCInv* pInv; variable
289 GPCInv* pInv; variable
H A Dgpc.cc855 pInv(NULL) in DeadBeat()
863 SAFENEWWITHCONSTRUCTOR(pInv, in DeadBeat()
870 SAFENEWWITHCONSTRUCTOR(pInv, in DeadBeat()
942 integer info = pInv->Inv(iDim, iTmpRows, iTmpCols, pdPTmp); in DesignControl()
1031 pInv(NULL) in GPC()
1043 SAFENEWWITHCONSTRUCTOR(pInv, in GPC()
1050 SAFENEWWITHCONSTRUCTOR(pInv, in GPC()
1057 if (pInv == NULL) { in GPC()
1209 integer info = pInv->Inv(iTmpCols, iTmpCols, iTmpCols, pdM); in DesignControl()
/dports/security/helib/HElib-1.3.1/include/helib/
H A DNumbTh.h512 long pInv = NTL::InvMod(p, q); // p^-1 mod q \in [0,q)
513 if (symmetric && 2 * pInv >= q)
514 return p * (pInv - q);
516 return p * pInv;
/dports/science/opensim-core/opensim-core-4.1/Bindings/SWIGSimTK/
H A DTransform.h261 Vec<3,P> pInv() const { return -(~R_BF*p_BF); } in pInv() function
334 p_FB = X.pInv(); // This might change X.p ...
391 const Vec<3,P>& pInv() const { return p_FB; } in pInv() function
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Mechanics/include/SimTKcommon/internal/
H A DTransform.h254 Vec<3,P> pInv() const { return -(~R_BF*p_BF); } in pInv() function
326 p_FB = X.pInv(); // This might change X.p ...
383 const Vec<3,P>& pInv() const { return p_FB; } in pInv() function
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Laptop/
H A DBobbyRGuns.cc440 static void CalcFirstIndexForPage(STORE_INVENTORY* pInv, UINT32 uiItemClass);
1334 static void CalcFirstIndexForPage(STORE_INVENTORY* const pInv, UINT32 const item_class) in CalcFirstIndexForPage() argument
1343 if (!(GCM->getItem(pInv[i].usItemIndex)->getItemClass() & item_class)) continue; in CalcFirstIndexForPage()
1345 if (pInv[i].ubQtyOnHand == 0) continue; in CalcFirstIndexForPage()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/fret/
H A DfretMain.c375 Abc_Obj_t *pBi, *pBo, *pInv; in Abc_FlowRetime_RemoveLatchBubbles() local
395 pInv = Abc_NtkCreateNodeInv( pNtk, Abc_ObjFanin0(pBi) ); in Abc_FlowRetime_RemoveLatchBubbles()
396 Abc_ObjPatchFanin( pBi, Abc_ObjFanin0(pBi), pInv ); in Abc_FlowRetime_RemoveLatchBubbles()

12