Home
last modified time | relevance | path

Searched refs:tmpP (Results 1 – 25 of 111) sorted by relevance

12345

/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A D@FS_roi_label5 set tmpP = "___.${uid}."
11 if ("$uid" == "" || $tmpP == '') then
16 \rm -f /tmp/${tmpP}.${uid}.* >& /dev/null
56 > /tmp/${tmpP}labels
58 set l2 = `wc -l /tmp/${tmpP}labels`
60 echo "mismatch in /tmp/${tmpP}indices and /tmp/${tmpP}labels"
64 paste -d ' ' /tmp/${tmpP}indices /tmp/${tmpP}labels > $pplabels
65 rm /tmp/${tmpP}indices /tmp/${tmpP}labels >& /dev/null
115 cut -d' ' -f1 /tmp/${tmpP}nm.txt > /tmp/${tmpP}nmi.txt
116 cut -d' ' -f2 /tmp/${tmpP}nm.txt > /tmp/${tmpP}nmn.txt
[all …]
/dports/games/xrobots/xrobots-1.0/
H A Dgraphics.c60 Pixmap tmpP; local
93 upC = XCreatePixmapCursor(display, tmpP, tmpP, &fgcolor,&bgcolor,8,8);
98 up_rightC = XCreatePixmapCursor(display, tmpP, tmpP, &fgcolor,&bgcolor,8,8);
103 rightC = XCreatePixmapCursor(display, tmpP, tmpP, &fgcolor,&bgcolor,8,8);
113 downC = XCreatePixmapCursor(display, tmpP, tmpP, &fgcolor,&bgcolor,8,8);
118 down_leftC = XCreatePixmapCursor(display, tmpP, tmpP, &fgcolor,&bgcolor,8,8);
123 leftC = XCreatePixmapCursor(display, tmpP, tmpP, &fgcolor,&bgcolor,8,8);
128 up_leftC = XCreatePixmapCursor(display, tmpP, tmpP, &fgcolor,&bgcolor,8,8);
133 stayC = XCreatePixmapCursor(display, tmpP, tmpP, &fgcolor,&bgcolor,8,8);
138 cant_goC = XCreatePixmapCursor(display, tmpP, tmpP, &fgcolor,&bgcolor,8,8);
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/pal/
H A Dpriorityqueue.cpp174 double tmpP; in upheap() local
194 tmpP = p[i]; in upheap()
200 p[i2] = tmpP; in upheap()
215 double tmpP; in downheap() local
237 tmpP = p[id]; in downheap()
243 p[min_child] = tmpP; in downheap()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/pal/
H A Dpriorityqueue.cpp174 double tmpP; in upheap() local
194 tmpP = p[i]; in upheap()
200 p[i2] = tmpP; in upheap()
215 double tmpP; in downheap() local
237 tmpP = p[id]; in downheap()
243 p[min_child] = tmpP; in downheap()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/textlayout/
H A DKoTextLayoutNoteArea.cpp178 QPointF tmpP(p.x(), p.y() + (d->isContinuedArea ? OVERLAPPREVENTION : 0)); in hitTest() local
180 pointedAt = KoTextLayoutArea::hitTest(tmpP, accuracy); in hitTest()
182 …if (tmpP.x() > left() && tmpP.x() < d->labelWidth && tmpP.y() < top() + d->labelYOffset + d->label… in hitTest()
185 pointedAt.position = tmpP.x(); in hitTest()
/dports/editors/calligra/calligra-3.2.1/libs/textlayout/
H A DKoTextLayoutNoteArea.cpp182 QPointF tmpP(p.x(), p.y() + (d->isContinuedArea ? OVERLAPPREVENTION : 0)); in hitTest() local
184 pointedAt = KoTextLayoutArea::hitTest(tmpP, accuracy); in hitTest()
186 …if (tmpP.x() > left() && tmpP.x() < d->labelWidth && tmpP.y() < top() + d->labelYOffset + d->label… in hitTest()
189 pointedAt.position = tmpP.x(); in hitTest()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/src/stats/src/
H A DMonteCarloSG.C363 P_V tmpP(m_paramSpace.zeroVector()); in actualGenerateSequence()
368 paramRv.realizer().realization(tmpP); in actualGenerateSequence()
371 …m_qoiFunctionSynchronizer->callFunction(&tmpP,NULL,&tmpQ,NULL,NULL,NULL); // Might demand parallel… in actualGenerateSequence()
385 << ", tmpP = " << tmpP in actualGenerateSequence()
391 workingPSeq.getPositionValues(i-1,tmpP); // FIXME: temporary code in actualGenerateSequence()
401 workingPSeq.setPositionValues(i,tmpP); in actualGenerateSequence()
486 P_V tmpP(m_paramSpace.zeroVector()); in actualReadSequence()
488 paramRv.realizer().realization(tmpP); in actualReadSequence()
489 workingPSeq.setPositionValues(i,tmpP); in actualReadSequence()
H A DVectorRV.C232 P_V tmpP(paramRv.imageSet().vectorSpace().zeroVector()); in ComputeCovCorrMatricesBetweenVectorRvs()
242 paramRv.realizer().realization(tmpP); in ComputeCovCorrMatricesBetweenVectorRvs()
243 localWorkingPSeq.setPositionValues(k,tmpP); in ComputeCovCorrMatricesBetweenVectorRvs()
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DGeometryUtil.cc596 UT_Vector3 tmpN, tmpP, avgP; in operator ()() local
616 tmpP = mMeshGeo.getPos3(ptnOffset); in operator ()()
617 pos[0] = tmpP.x(); in operator ()()
618 pos[1] = tmpP.y(); in operator ()()
619 pos[2] = tmpP.z(); in operator ()()
683 tmpP = org + dir * distance; in operator ()()
685 pos[0] = tmpP.x(); in operator ()()
686 pos[1] = tmpP.y(); in operator ()()
687 pos[2] = tmpP.z(); in operator ()()
693 tmpP.x() = static_cast<float>(pos[0]); in operator ()()
[all …]
/dports/net-im/telegram-purple/telegram-purple-1.4.3/
H A Dtgp-blist.c226 tgl_peer_t *tmpP = tgl_peer_get_by_name (TLS, name); in tgp_blist_create_print_name() local
227 if (tmpP) { in tgp_blist_create_print_name()
228 id2 = &tmpP->id; in tgp_blist_create_print_name()
241 tgl_peer_t *tmpP = tgl_peer_get_by_name(TLS, n); in tgp_blist_create_print_name() local
242 if (tmpP) { in tgp_blist_create_print_name()
243 id2 = &tmpP->id; in tgp_blist_create_print_name()
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/user-crypto/src/
H A Drsa.c1634 Free_BN(tmpP); in FreeSignHelper()
1654 IppsBigNumState* tmpP = NULL; in wc_RsaSSL_Sign() local
1706 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1713 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1718 ret = init_bn(&tmpP, sz); in wc_RsaSSL_Sign()
1721 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1729 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1737 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1793 ret = reduce(tmp, key->pipp, tmpP); in wc_RsaSSL_Sign()
1818 ret = exptmod(tmpP, key->dPipp, pMont, tmpa, one); in wc_RsaSSL_Sign()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/user-crypto/src/
H A Drsa.c1634 Free_BN(tmpP); in FreeSignHelper()
1654 IppsBigNumState* tmpP = NULL; in wc_RsaSSL_Sign() local
1706 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1713 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1718 ret = init_bn(&tmpP, sz); in wc_RsaSSL_Sign()
1721 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1729 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1737 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1793 ret = reduce(tmp, key->pipp, tmpP); in wc_RsaSSL_Sign()
1818 ret = exptmod(tmpP, key->dPipp, pMont, tmpa, one); in wc_RsaSSL_Sign()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/user-crypto/src/
H A Drsa.c1634 Free_BN(tmpP); in FreeSignHelper()
1654 IppsBigNumState* tmpP = NULL; in wc_RsaSSL_Sign() local
1706 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1713 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1718 ret = init_bn(&tmpP, sz); in wc_RsaSSL_Sign()
1721 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1729 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1737 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1793 ret = reduce(tmp, key->pipp, tmpP); in wc_RsaSSL_Sign()
1818 ret = exptmod(tmpP, key->dPipp, pMont, tmpa, one); in wc_RsaSSL_Sign()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/user-crypto/src/
H A Drsa.c1634 Free_BN(tmpP); in FreeSignHelper()
1654 IppsBigNumState* tmpP = NULL; in wc_RsaSSL_Sign() local
1706 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1713 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1718 ret = init_bn(&tmpP, sz); in wc_RsaSSL_Sign()
1721 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1729 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1737 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1793 ret = reduce(tmp, key->pipp, tmpP); in wc_RsaSSL_Sign()
1818 ret = exptmod(tmpP, key->dPipp, pMont, tmpa, one); in wc_RsaSSL_Sign()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/user-crypto/src/
H A Drsa.c1634 Free_BN(tmpP); in FreeSignHelper()
1654 IppsBigNumState* tmpP = NULL; in wc_RsaSSL_Sign() local
1706 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1713 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1718 ret = init_bn(&tmpP, sz); in wc_RsaSSL_Sign()
1721 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1729 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1737 FreeSignHelper(one, tmp, tmpP, tmpQ, tmpa, tmpb); in wc_RsaSSL_Sign()
1793 ret = reduce(tmp, key->pipp, tmpP); in wc_RsaSSL_Sign()
1818 ret = exptmod(tmpP, key->dPipp, pMont, tmpa, one); in wc_RsaSSL_Sign()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/rsa/
H A DRSAKeyPairGenerator.java173 BigInteger tmpP = BigInteger.probablePrime(lp, random); in generateKeyPair() local
174 if ((!useNew || tmpP.compareTo(minValue) == 1) && in generateKeyPair()
175 isRelativePrime(e, tmpP.subtract(ONE))) { in generateKeyPair()
176 p = tmpP; in generateKeyPair()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/rsa/
H A DRSAKeyPairGenerator.java173 BigInteger tmpP = BigInteger.probablePrime(lp, random); in generateKeyPair() local
174 if ((!useNew || tmpP.compareTo(minValue) == 1) && in generateKeyPair()
175 isRelativePrime(e, tmpP.subtract(ONE))) { in generateKeyPair()
176 p = tmpP; in generateKeyPair()
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOpenGLImageAlgorithmHelper.cxx175 float* tmpP = ftmp; in Execute() local
180 outP[c] = tmpP[c]; in Execute()
182 tmpP += 4; in Execute()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/solvers/
H A DBicgSolver.hpp234 VecX Z, Ztilda, tmpP, tmpQ; in algorithm() local
264 tmpP = P; in algorithm()
265 tmpP*=alpha; in algorithm()
266 X+=tmpP; in algorithm()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/J2Ddemo/java2d/
H A DDemoGroup.java146 JPanel tmpP = (JPanel) getComponent(0); in mouseClicked() local
147 tabbedPane.addTab(groupName, tmpP); in mouseClicked()
149 clonePanels = new JPanel[tmpP.getComponentCount()]; in mouseClicked()
152 DemoPanel dp = (DemoPanel) tmpP.getComponent(i); in mouseClicked()
172 remove(tmpP); in mouseClicked()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/J2Ddemo/java2d/
H A DDemoGroup.java146 JPanel tmpP = (JPanel) getComponent(0); in mouseClicked() local
147 tabbedPane.addTab(groupName, tmpP); in mouseClicked()
149 clonePanels = new JPanel[tmpP.getComponentCount()]; in mouseClicked()
152 DemoPanel dp = (DemoPanel) tmpP.getComponent(i); in mouseClicked()
172 remove(tmpP); in mouseClicked()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/demo/share/jfc/J2Ddemo/java2d/
H A DDemoGroup.java146 JPanel tmpP = (JPanel) getComponent(0); in mouseClicked() local
147 tabbedPane.addTab(groupName, tmpP); in mouseClicked()
149 clonePanels = new JPanel[tmpP.getComponentCount()]; in mouseClicked()
152 DemoPanel dp = (DemoPanel) tmpP.getComponent(i); in mouseClicked()
172 remove(tmpP); in mouseClicked()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/demo/share/jfc/J2Ddemo/java2d/
H A DDemoGroup.java146 JPanel tmpP = (JPanel) getComponent(0); in mouseClicked() local
147 tabbedPane.addTab(groupName, tmpP); in mouseClicked()
149 clonePanels = new JPanel[tmpP.getComponentCount()]; in mouseClicked()
152 DemoPanel dp = (DemoPanel) tmpP.getComponent(i); in mouseClicked()
172 remove(tmpP); in mouseClicked()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/demo/share/jfc/J2Ddemo/java2d/
H A DDemoGroup.java146 JPanel tmpP = (JPanel) getComponent(0); in mouseClicked() local
147 tabbedPane.addTab(groupName, tmpP); in mouseClicked()
149 clonePanels = new JPanel[tmpP.getComponentCount()]; in mouseClicked()
152 DemoPanel dp = (DemoPanel) tmpP.getComponent(i); in mouseClicked()
172 remove(tmpP); in mouseClicked()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/demo/share/jfc/J2Ddemo/java2d/
H A DDemoGroup.java146 JPanel tmpP = (JPanel) getComponent(0); in mouseClicked() local
147 tabbedPane.addTab(groupName, tmpP); in mouseClicked()
149 clonePanels = new JPanel[tmpP.getComponentCount()]; in mouseClicked()
152 DemoPanel dp = (DemoPanel) tmpP.getComponent(i); in mouseClicked()
172 remove(tmpP); in mouseClicked()

12345