Home
last modified time | relevance | path

Searched refs:tM (Results 1 – 25 of 722) sorted by relevance

12345678910>>...29

/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/demo/
H A Dtimedat.dem51 set xtics format "%tH:%tM:%tS" time
66 print 'print strftime("%.2tM == %.2tS", t)' , " ", strftime("%.2tM min == %.2tS sec", t)
67 print 'print strftime("%tM:%.2tS", t) ' , " ", strftime("%tM:%.2tS", t)
68 print 'print strftime("%tH:%tM:%.2tS", t)' , " ", strftime("%tH:%tM:%.2tS", t)
72 print 'print strftime("%.2tM == %.2tS", t)' , " ", strftime("%.2tM min == %.2tS sec", t)
73 print 'print strftime("%tM:%.2tS", t) ' , " ", strftime("%tM:%.2tS", t)
74 print 'print strftime("%tH:%tM:%.2tS", t)' , " ", strftime("%tH:%tM:%.2tS", t)
78 print 'print strptime("%tH:%tM:%tS", "-1:01:12.50")', "\t", strptime("%tH:%tM:%tS", "-1:01:12.50")
79 print 'print strptime(" %tM:%tS", "-61:12.50")', "\t", strptime(" %tM:%tS", "-61:12.50")
H A Dsolar_params.dem66 sunlight = strftime("%tH h %tM m", daylength * Day/360.)
67 sunrise = strftime("%tH:%tM", (Day/2)-rise)
68 sunset = strftime("%tH:%tM", (Day/2)+set)
/dports/math/gnuplot/gnuplot-5.4.1/demo/
H A Dtimedat.dem47 set xtics format "%tH:%tM:%tS" time
62 print 'print strftime("%.2tM == %.2tS", t)' , " ", strftime("%.2tM min == %.2tS sec", t)
63 print 'print strftime("%tM:%.2tS", t) ' , " ", strftime("%tM:%.2tS", t)
64 print 'print strftime("%tH:%tM:%.2tS", t)' , " ", strftime("%tH:%tM:%.2tS", t)
68 print 'print strftime("%.2tM == %.2tS", t)' , " ", strftime("%.2tM min == %.2tS sec", t)
69 print 'print strftime("%tM:%.2tS", t) ' , " ", strftime("%tM:%.2tS", t)
70 print 'print strftime("%tH:%tM:%.2tS", t)' , " ", strftime("%tH:%tM:%.2tS", t)
74 print 'print strptime("%tH:%tM:%tS", "-1:01:12.50")', "\t", strptime("%tH:%tM:%tS", "-1:01:12.50")
75 print 'print strptime(" %tM:%tS", "-61:12.50")', "\t", strptime(" %tM:%tS", "-61:12.50")
H A Dsolar_params.dem66 sunlight = strftime("%tH h %tM m", daylength * Day/360.)
67 sunrise = strftime("%tH:%tM", (Day/2)-rise)
68 sunset = strftime("%tH:%tM", (Day/2)+set)
/dports/math/gnuplot-lite/gnuplot-5.4.1/demo/
H A Dtimedat.dem47 set xtics format "%tH:%tM:%tS" time
62 print 'print strftime("%.2tM == %.2tS", t)' , " ", strftime("%.2tM min == %.2tS sec", t)
63 print 'print strftime("%tM:%.2tS", t) ' , " ", strftime("%tM:%.2tS", t)
64 print 'print strftime("%tH:%tM:%.2tS", t)' , " ", strftime("%tH:%tM:%.2tS", t)
68 print 'print strftime("%.2tM == %.2tS", t)' , " ", strftime("%.2tM min == %.2tS sec", t)
69 print 'print strftime("%tM:%.2tS", t) ' , " ", strftime("%tM:%.2tS", t)
70 print 'print strftime("%tH:%tM:%.2tS", t)' , " ", strftime("%tH:%tM:%.2tS", t)
74 print 'print strptime("%tH:%tM:%tS", "-1:01:12.50")', "\t", strptime("%tH:%tM:%tS", "-1:01:12.50")
75 print 'print strptime(" %tM:%tS", "-61:12.50")', "\t", strptime(" %tM:%tS", "-61:12.50")
H A Dsolar_params.dem66 sunlight = strftime("%tH h %tM m", daylength * Day/360.)
67 sunrise = strftime("%tH:%tM", (Day/2)-rise)
68 sunset = strftime("%tH:%tM", (Day/2)+set)
/dports/editors/abiword/abiword-3.0.5/src/af/xap/xp/
H A Dxap_Dlg_History.cpp78 struct tm * tM; in getHeaderValue() local
115 tM = localtime(&tT); in getHeaderValue()
120 size_t len = strftime(s,30,"%c",tM); in getHeaderValue()
133 tM = localtime(&tT); in getHeaderValue()
138 size_t len = strftime(s,30,"%c",tM); in getHeaderValue()
216 struct tm * tM; in getListValue() local
228 tM = localtime(&tT); in getListValue()
233 size_t len = strftime(s,30,"%c",tM); in getListValue()
H A Dxap_Dlg_DocComparison.cpp171 struct tm * tM; in getResultValue() local
194 tM = localtime(&m_tTimeOfDiff); in getResultValue()
196 strftime(s,30,"%c",tM); in getResultValue()
/dports/math/ogdf/OGDF/src/ogdf/decomposition/
H A DDynamicSPQRTree.cpp110 node& tM = m_mapV[tH]; in createSkeleton() local
118 if (!tM) { in createSkeleton()
119 tM = S.m_M.newNode(); in createSkeleton()
120 S.m_origNode[tM] = tH; in createSkeleton()
124 eM = S.m_M.newEdge(sM, tM); in createSkeleton()
204 node tM = fM->target(); in updateInsertedEdge() local
205 if (eH->source() == m_sk[vT]->m_origNode[tM]) { in updateInsertedEdge()
206 node uM = sM; sM = tM; tM = uM; in updateInsertedEdge()
208 m_skelEdge[eH] = m_sk[vT]->getGraph().newEdge(sM, tM); in updateInsertedEdge()
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/include/mummer/
H A DsparseSA_imp.hpp42 typename Map::item_vector tM; // M array for this thread
51 LCP.set(m, h, tM); //LCP[m] = h;
58 std::sort(tM.begin(), tM.end(), Map::first_comp);
60 Ms.push_back(std::move(tM));
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archipack/
H A Darchipack_truss.py117 def docylinder(self, faces, verts, radius, segs, tMt, tMb, tM, add=False): argument
130 verts.append(tM @ tMb @ tmpverts[seg])
133 verts.append(tM @ tMt @ tmpverts[seg])
200 tM = Matrix([
218 self.docylinder(faces, verts, master_radius, self.segs, tMt, tMb, tM, add=(n > 1))
225 tM = Matrix([
242 self.docylinder(faces, verts, slaves_radius, self.segs, tMt, tMb, tM)
256 self.docylinder(faces, verts, slaves_radius, self.segs, tMt, tMb, tM, add=(n > 1))
269 self.docylinder(faces, verts, slaves_radius, self.segs, tMt, tMb, tM)
/dports/irc/znc/znc-1.8.2/src/
H A DZNCDebug.cpp47 tm tM; in ~CDebugStream() local
49 localtime_r(&tSec, &tM); in ~CDebugStream()
51 strftime(sTime, sizeof(sTime), "%Y-%m-%d %H:%M:%S", &tM); in ~CDebugStream()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/
H A Dtest_imgwarp_strict.cpp1113 Mat tM; in warpAffine() local
1114 M.convertTo(tM, CV_64F); in warpAffine()
1127 invertAffineTransform(tM.clone(), tM); in warpAffine()
1133 const softdouble* data_tM = tM.ptr<softdouble>(0); in warpAffine()
1259 double* tM = M.ptr<double>(0); in warpPerspective() local
1266 double den = tM[6] * dx + tM[7] * dy + tM[8]; in warpPerspective()
1271 yMx[0] = saturate_cast<short>((tM[0] * dx + tM[1] * dy + tM[2]) * den); in warpPerspective()
1272 yMx[1] = saturate_cast<short>((tM[3] * dx + tM[4] * dy + tM[5]) * den); in warpPerspective()
1277 int v0 = saturate_cast<int>((tM[0] * dx + tM[1] * dy + tM[2]) * den); in warpPerspective()
1278 int v1 = saturate_cast<int>((tM[3] * dx + tM[4] * dy + tM[5]) * den); in warpPerspective()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.base/
H A Dstructs.c67 #ifndef tM
68 typedef tL tM; typedef
71 typedef tM tN;
98 struct struct13 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; };
99 struct struct14 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
100 struct struct15 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
101 struct struct16 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
102 struct struct17 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
103 struct struct18 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dstructs.c66 #ifndef tM
67 typedef tL tM; typedef
70 typedef tM tN;
97 struct struct13 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; };
98 struct struct14 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
99 struct struct15 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
100 struct struct16 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
101 struct struct17 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
102 struct struct18 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.base/
H A Dstructs.c66 #ifndef tM
67 typedef tL tM; typedef
70 typedef tM tN;
97 struct struct13 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; };
98 struct struct14 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
99 struct struct15 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
100 struct struct16 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
101 struct struct17 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
102 struct struct18 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dstructs.c70 #ifndef tM
71 typedef tL tM; typedef
74 typedef tM tN;
101 struct struct13 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; };
102 struct struct14 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
103 struct struct15 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
104 struct struct16 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
105 struct struct17 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
106 struct struct18 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dstructs.c70 #ifndef tM
71 typedef tL tM; typedef
74 typedef tM tN;
101 struct struct13 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; };
102 struct struct14 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
103 struct struct15 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
104 struct struct16 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
105 struct struct17 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
106 struct struct18 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; tK k; tL l; tM m; tN n…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/bson/mgocompat/
H A Dregistry.go26 tM = reflect.TypeOf(bson.M{}) var
82 RegisterTypeMapEntry(bsontype.Type(0), tM).
83 RegisterTypeMapEntry(bsontype.EmbeddedDocument, tM).
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/bson/mgocompat/
H A Dregistry.go26 tM = reflect.TypeOf(bson.M{}) var
82 RegisterTypeMapEntry(bsontype.Type(0), tM).
83 RegisterTypeMapEntry(bsontype.EmbeddedDocument, tM).
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/bson/mgocompat/
H A Dregistry.go26 tM = reflect.TypeOf(bson.M{}) var
82 RegisterTypeMapEntry(bsontype.Type(0), tM).
83 RegisterTypeMapEntry(bsontype.EmbeddedDocument, tM).
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/dev/
H A Ddev_FE_performance.cpp52 …Vector<Real> tMsh(si), tVk(si), tM0(si), tM(si), tK(si), tKPM(si), tKPM2(si), tDXUV(si), tUDXV(si)… in dev_FE_performance() local
74 tM[s]=elapsedTime("to reconstruct matrix M", thePrintStream); in dev_FE_performance()
94 thePrintStream<<nbdofs[s]<<" "<<tMsh[s]<<" "<<tVk[s]<<" "<<tM0[s]<<" "<<tM[s]<<" " in dev_FE_performance()
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/bson/mgocompat/
H A Dregistry.go23 tM = reflect.TypeOf(bson.M{}) var
53 RegisterTypeMapEntry(bsontype.Type(0), tM).
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/bson/mgocompat/
H A Dregistry.go23 tM = reflect.TypeOf(bson.M{}) var
53 RegisterTypeMapEntry(bsontype.Type(0), tM).
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/Transform/
H A DMonoValues.hs105 lookupTM (x,ts,n) (RM m) = do tM <- lookupTM x m
106 tP <- lookupTM ts tM
114 f1 (Just tM) = Just (alterTM ts f2 tM)
123 toListTM (RM m) = [ ((x,ts,n),y) | (x,tM) <- toListTM m
124 , (ts,pM) <- toListTM tM

12345678910>>...29