Home
last modified time | relevance | path

Searched refs:tP (Results 1 – 25 of 830) sorted by relevance

12345678910>>...34

/dports/textproc/py-rdflib/rdflib-5.0.0/test/DAWG/data-r2/type-promotion/
H A Dmanifest.ttl55 [ qt:data <tP.ttl> ;
67 [ qt:data <tP.ttl> ;
79 [ qt:data <tP.ttl> ;
91 [ qt:data <tP.ttl> ;
103 [ qt:data <tP.ttl> ;
115 [ qt:data <tP.ttl> ;
127 [ qt:data <tP.ttl> ;
139 [ qt:data <tP.ttl> ;
151 [ qt:data <tP.ttl> ;
163 [ qt:data <tP.ttl> ;
[all …]
/dports/textproc/py-rdflib/rdflib-5.0.0/test/DAWG/data-r2-1.0/type-promotion/
H A Dmanifest.ttl55 [ qt:data <tP.ttl> ;
67 [ qt:data <tP.ttl> ;
79 [ qt:data <tP.ttl> ;
91 [ qt:data <tP.ttl> ;
103 [ qt:data <tP.ttl> ;
115 [ qt:data <tP.ttl> ;
127 [ qt:data <tP.ttl> ;
139 [ qt:data <tP.ttl> ;
151 [ qt:data <tP.ttl> ;
163 [ qt:data <tP.ttl> ;
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/condense/
H A DBidiag.hpp23 inline void Bidiag( Matrix<F>& A, Matrix<F>& tP, Matrix<F>& tQ ) in Bidiag() argument
27 bidiag::U( A, tP, tQ ); in Bidiag()
29 bidiag::L( A, tP, tQ ); in Bidiag()
34 ( DistMatrix<F>& A, DistMatrix<F,STAR,STAR>& tP, DistMatrix<F,STAR,STAR>& tQ ) in Bidiag() argument
38 bidiag::U( A, tP, tQ ); in Bidiag()
40 bidiag::L( A, tP, tQ ); in Bidiag()
47 Matrix<F> tP, tQ; in Bidiag()
48 Bidiag( A, tP, tQ ); in Bidiag()
65 DistMatrix<F,STAR,STAR> tP(A.Grid()), tQ(A.Grid()); in Bidiag()
66 Bidiag( A, tP, tQ ); in Bidiag()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/condense/Bidiag/
H A DU.hpp27 inline void U( Matrix<F>& A, Matrix<F>& tP, Matrix<F>& tQ ) in U() argument
36 if( tP.Viewing() || tQ.Viewing() ) in U()
41 tP.Resize( tPHeight, 1 ); in U()
54 auto tP1 = View( tP, k, 0, nb, 1 ); in U()
79 auto tP1 = View( tP, k, 0, nb-1, 1 ); in U()
88 U( DistMatrix<F>& A, DistMatrix<F,STAR,STAR>& tP, DistMatrix<F,STAR,STAR>& tQ ) in U() argument
92 if( A.Grid() != tP.Grid() || tP.Grid() != tQ.Grid() ) in U()
102 if( tP.Viewing() || tQ.Viewing() ) in U()
108 tP.Resize( tPHeight, 1 ); in U()
138 auto tP1 = View( tP, k, 0, nb, 1 ); in U()
[all …]
H A DL.hpp29 inline void L( Matrix<F>& A, Matrix<F>& tP, Matrix<F>& tQ ) in L() argument
38 if( tP.Viewing() || tQ.Viewing() ) in L()
43 tP.Resize( tPHeight, 1 ); in L()
56 auto tP1 = View( tP, k, 0, nb, 1 ); in L()
81 auto tP1 = View( tP, k, 0, nb, 1 ); in L()
92 L( DistMatrix<F>& A, DistMatrix<F,STAR,STAR>& tP, DistMatrix<F,STAR,STAR>& tQ ) in L() argument
96 if( A.Grid() != tP.Grid() || tP.Grid() != tQ.Grid() ) in L()
106 if( tP.Viewing() || tQ.Viewing() ) in L()
112 tP.Resize( tPHeight, 1 ); in L()
145 auto tP1 = View( tP, k, 0, nb, 1 ); in L()
[all …]
H A DLUnb.hpp25 inline void LUnb( Matrix<F>& A, Matrix<F>& tP, Matrix<F>& tQ ) in LUnb() argument
36 tP.Resize( tPHeight, 1 ); in LUnb()
58 tP.Set(k,0,tauP); in LUnb()
113 ( DistMatrix<F>& A, DistMatrix<F,STAR,STAR>& tP, DistMatrix<F,STAR,STAR>& tQ ) in LUnb() argument
117 if( A.Grid() != tP.Grid() || tP.Grid() != tQ.Grid() ) in LUnb()
127 tP.Resize( tPHeight, 1 ); in LUnb()
148 tP.Set(k,0,tauP); in LUnb()
H A DUUnb.hpp25 inline void UUnb( Matrix<F>& A, Matrix<F>& tP, Matrix<F>& tQ ) in UUnb() argument
36 tP.Resize( tPHeight, 1 ); in UUnb()
85 tP.Set(k,0,tauP); in UUnb()
111 ( DistMatrix<F>& A, DistMatrix<F,STAR,STAR>& tP, DistMatrix<F,STAR,STAR>& tQ ) in UUnb() argument
115 if( A.Grid() != tP.Grid() || tP.Grid() != tQ.Grid() ) in UUnb()
127 tP.Resize( tPHeight, 1 ); in UUnb()
185 tP.Set(k,0,tauP); in UUnb()
H A DLPan.hpp26 LPan( Matrix<F>& A, Matrix<F>& tP, Matrix<F>& tQ, Matrix<F>& X, Matrix<F>& Y ) in LPan() argument
33 if( tP.Height() != nX || tP.Width() != 1 ) in LPan()
93 tP.Set(k,0,tauP); in LPan()
168 DistMatrix<F,STAR,STAR>& tP, in LPan() argument
180 if( A.Grid() != tP.Grid() || tP.Grid() != tQ.Grid() || in LPan()
191 if( tP.Height() != nX || tP.Width() != 1 ) in LPan()
286 tP.Set(k,0,tauP); in LPan()
H A DUPan.hpp26 UPan( Matrix<F>& A, Matrix<F>& tP, Matrix<F>& tQ, Matrix<F>& X, Matrix<F>& Y ) in UPan() argument
33 if( tP.Height() != nX || tP.Width() != 1 ) in UPan()
128 tP.Set(k,0,tauP); in UPan()
166 DistMatrix<F,STAR,STAR>& tP, in UPan() argument
178 if( A.Grid() != tP.Grid() || tP.Grid() != tQ.Grid() || in UPan()
189 if( tP.Height() != nX || tP.Width() != 1 ) in UPan()
358 tP.Set(k,0,tauP); in UPan()
/dports/sysutils/qsudo/qsudo-815e31c/src-qt5/
H A Dmainwindow.cpp98 QProcess *tP = new QProcess(this); in testPass() local
99 tP->setProcessChannelMode(QProcess::MergedChannels); in testPass()
100 tP->start(program, arguments); in testPass()
101 tP->write(passwordLineEdit->text().toLatin1() + "\n"); in testPass()
102 tP->write(passwordLineEdit->text().toLatin1() + "\n"); in testPass()
103 tP->write(passwordLineEdit->text().toLatin1() + "\n"); in testPass()
104 while(tP->state() == QProcess::Starting || tP->state() == QProcess::Running ) { in testPass()
105 tP->waitForFinished(500); in testPass()
108 if ( tP->exitCode() != 0 ) in testPass()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/tests/lapack-like/
H A DSequentialBidiag.cpp23 ( const Matrix<F>& A, const Matrix<F>& tP, const Matrix<F>& tQ, in TestCorrectness() argument
55 bidiag::ApplyP( RIGHT, NORMAL, A, tP, P ); in TestCorrectness()
70 bidiag::ApplyP( RIGHT, NORMAL, A, tP, AOrig ); in TestCorrectness()
108 Matrix<F> tP, tQ; in TestBidiag() local
134 Bidiag( A, tP, tQ ); in TestBidiag()
146 Print( tP, "tP after Bidiag" ); in TestBidiag()
152 Display( tP, "tP after Bidiag" ); in TestBidiag()
156 TestCorrectness( A, tP, tQ, AOrig, print, display ); in TestBidiag()
H A DBidiag.cpp24 const DistMatrix<F,STAR,STAR>& tP, in TestCorrectness() argument
59 bidiag::ApplyP( RIGHT, NORMAL, A, tP, P ); in TestCorrectness()
74 bidiag::ApplyP( RIGHT, NORMAL, A, tP, AOrig ); in TestCorrectness()
113 DistMatrix<F,STAR,STAR> tP(g), tQ(g); in TestBidiag() local
139 Bidiag( A, tP, tQ ); in TestBidiag()
151 Print( tP, "tP after Bidiag" ); in TestBidiag()
157 Display( tP, "tP after Bidiag" ); in TestBidiag()
161 TestCorrectness( A, tP, tQ, AOrig, print, display ); in TestBidiag()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Geometry/src/
H A DContactGeometry.cpp410 UnitVec3 tP = nP.perp(); in projectDownhillToNearestPoint() local
411 UnitVec3 bP(tP%nP); in projectDownhillToNearestPoint()
454 t = tP-n*(~tP*n); // project tP to tangent plane at x in projectDownhillToNearestPoint()
469 Tx = -Nx*(~tP*n) - n*(~tP*Nx); in projectDownhillToNearestPoint()
493 t = tP-n*(~tP*n); // project tP to tangent plane at x in projectDownhillToNearestPoint()
1387 u[0] = tP[0]; u[1] = tP[1]; u[2] = tP[2]; in shootGeodesicInDirection()
1595 const UnitVec3& tP = PFrenet.x(); in calcGeodesicReverseSensitivity() local
1659 const UnitVec3& tP = PFrenet.x(); in calcGeodesicReverseSensitivity2() local
2115 Qhat = xP + length*tP; in calcOrthogonalGeodError()
2177 UnitVec3 tP, tQ; in calcSplitGeodErrorJacobian() local
[all …]
H A DContactGeometry_Sphere.cpp243 UnitVec3 tP(e3 % e1, true); in calcGeodesicAnalytical() local
282 …ere::Impl::shootGeodesicInDirectionUntilLengthReachedAnalytical(const Vec3& xP, const UnitVec3& tP, in shootGeodesicInDirectionUntilLengthReachedAnalytical() argument
288 setGeodesicToArc(e_OP, tP, radius, angle, geod); in shootGeodesicInDirectionUntilLengthReachedAnalytical()
291 …::Sphere::Impl::shootGeodesicInDirectionUntilPlaneHitAnalytical(const Vec3& xP, const UnitVec3& tP, in shootGeodesicInDirectionUntilPlaneHitAnalytical() argument
300 Real b = ~tP*terminatingPlane.getNormal(); in shootGeodesicInDirectionUntilPlaneHitAnalytical()
305 setGeodesicToArc(e_OP, tP, radius, angle, geod); in shootGeodesicInDirectionUntilPlaneHitAnalytical()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/decomp/SVD/
H A DGolubReinsch.hpp41 DistMatrix<F,STAR,STAR> tP( g ), tQ( g ); in GolubReinsch() local
42 Bidiag( A, tP, tQ ); in GolubReinsch()
96 bidiag::ApplyP( LEFT, NORMAL, B, tP, V ); in GolubReinsch()
117 DistMatrix<F,STAR,STAR> tP(g), tQ(g); in GolubReinschFlame() local
118 Bidiag( A, tP, tQ ); in GolubReinschFlame()
179 bidiag::ApplyP( LEFT, NORMAL, B, tP, V ); in GolubReinschFlame()
218 DistMatrix<F,STAR,STAR> tP(g), tQ(g); in GolubReinsch() local
219 Bidiag( A, tP, tQ ); in GolubReinsch()
/dports/graphics/graphviz/graphviz-2.44.1/tclpkg/tclpathplan/
H A Dmakecw.c29 Ppoint_t tP; in make_CW() local
44 tP = P[i]; in make_CW()
46 P[j] = tP; in make_CW()
/dports/math/gmp-ecm/ecm-7.0.4/
H A Daddlaws.h12 void pt_many_set_to_zero(ell_point_t *tP, int nE, mpmod_t n);
13 void pt_many_neg(ell_point_t *tP, int nE, mpmod_t n);
14 void pt_many_assign(ell_point_t *tQ, ell_point_t *tP, int nE, mpmod_t n);
15 void pt_many_print(ell_curve_t *tE, ell_point_t *tP, int nE, mpmod_t n);
17 int pt_many_duplicate(ell_point_t *tQ, ell_point_t *tP, ell_curve_t *tE, int nE, mpmod_t n, mpres_t…
18 int pt_many_mul(ell_point_t *tQ, ell_point_t *tP, ell_curve_t *tE, int nE,
/dports/sysutils/istio/istio-1.6.7/vendor/fortio.org/fortio/stats/
H A Dstats_test.go472 tP := []float64{100.}
484 newH.Print(w, "h1 and h2 merged", tP)
536 tP := []float64{75.}
547 h1.Print(w, "h1 before merge", tP)
548 h2.Print(w, "h2 before merge", tP)
550 h1.Print(w, "merged h2 -> h1", tP)
581 tP := []float64{75}
594 h1.Print(w, "h1 before merge", tP)
595 h2.Print(w, "h2 before merge", tP)
597 h1.Print(w, "merged h2 -> h1", tP)
[all …]
/dports/graphics/pixie/Pixie/src/ri/
H A Dobject.cpp352 const float *cP,*nP,*tP; in estimateDicing() local
382 tP = nP + (udiv+1)*3; in estimateDicing()
384 for (j=vdiv;j>0;--j,nP=tP,tP+=(udiv+1)*3) { in estimateDicing()
385 dx = tP[COMP_X] - nP[COMP_X]; in estimateDicing()
386 dy = tP[COMP_Y] - nP[COMP_Y]; in estimateDicing()
433 tP = nP + (udiv+1)*3; in estimateDicing()
435 for (j=vdiv;j>0;--j,nP=tP,tP+=(udiv+1)*3) { in estimateDicing()
436 subvv(tmp,tP,nP); in estimateDicing()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/fitting/leastsquares/
H A DRandomCirclePointGenerator.java37 private final RealDistribution tP; field in RandomCirclePointGenerator
61 tP = new UniformRealDistribution(rng, 0, MathUtils.TWO_PI); in RandomCirclePointGenerator()
84 final double t = tP.sample(); in create()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/optim/nonlinear/vector/jacobian/
H A DRandomCirclePointGenerator.java38 private final RealDistribution tP; field in RandomCirclePointGenerator
62 tP = new UniformRealDistribution(rng, 0, MathUtils.TWO_PI, in RandomCirclePointGenerator()
86 final double t = tP.sample(); in create()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/optimization/general/
H A DRandomCirclePointGenerator.java39 private final RealDistribution tP; field in RandomCirclePointGenerator
63 tP = new UniformRealDistribution(rng, 0, MathUtils.TWO_PI, in RandomCirclePointGenerator()
87 final double t = tP.sample(); in create()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Clipboard/
H A DClipboard.php664 foreach ($elements as $tP => $value) {
665 list($table, $uid) = explode('|', $tP);
961 foreach ($elements as $tP => $value) {
976 $this->removeElement($tP);
994 foreach ($elements as $tP => $value) {
995 list($table, $uid) = explode('|', $tP);
1000 $this->removeElement($tP);
1025 foreach ($elements as $tP => $path) {
1028 $this->removeElement($tP);
1045 foreach ($elements as $tP => $path) {
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Clipboard/
H A DClipboard.php667 foreach ($elements as $tP => $value) {
668 [$table, $uid] = explode('|', $tP);
963 foreach ($elements as $tP => $value) {
978 $this->removeElement($tP);
996 foreach ($elements as $tP => $value) {
997 [$table, $uid] = explode('|', $tP);
1002 $this->removeElement($tP);
1027 foreach ($elements as $tP => $path) {
1030 $this->removeElement($tP);
1047 foreach ($elements as $tP => $path) {
[all …]
/dports/math/R-cran-deldir/deldir/R/
H A DtileInfo.R29 tP <- cmps[[i]] functionVar
30 x <- tP$x
31 y <- tP$y

12345678910>>...34