Home
last modified time | relevance | path

Searched refs:qtf (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/dports/devel/upp/upp/uppsrc/RichText/
H A DEncodeQtf.cpp105 qtf << 'P'; in QTFEncodeParaFormat()
107 qtf << 'k'; in QTFEncodeParaFormat()
109 qtf << 'K'; in QTFEncodeParaFormat()
111 qtf << 'Q'; in QTFEncodeParaFormat()
119 qtf << 'O'; in QTFEncodeParaFormat()
128 qtf << ';'; in QTFEncodeParaFormat()
150 qtf << "N"; in QTFEncodeParaFormat()
355 qtf << c; in FmtNumber2()
357 qtf << a; in FmtNumber2()
359 qtf << b; in FmtNumber2()
[all …]
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DPrompt.cpp166 void PromptOK(const char *qtf) { in PromptOK() argument
171 void Exclamation(const char *qtf) { in Exclamation() argument
181 void ErrorOK(const char *qtf) { in ErrorOK() argument
186 int PromptOKCancel(const char *qtf) { in PromptOKCancel() argument
191 int ErrorOKCancel(const char *qtf) { in ErrorOKCancel() argument
201 int PromptYesNo(const char *qtf) { in PromptYesNo() argument
209 int ErrorYesNo(const char *qtf) { in ErrorYesNo() argument
225 int ErrorYesNoCancel(const char *qtf) { in ErrorYesNoCancel() argument
233 int PromptAbortRetry(const char *qtf) { in PromptAbortRetry() argument
241 int ErrorAbortRetry(const char *qtf) { in ErrorAbortRetry() argument
[all …]
H A DRichText.h111 void operator=(const char *qtf) { SetQTF(qtf); }
127 void operator=(const char *qtf) { SetQTF(qtf); }
149 void PromptOK(const char *qtf);
150 int PromptOKCancel(const char *qtf);
151 int PromptYesNo(const char *qtf);
154 int PromptAbortRetry(const char *qtf);
158 void Exclamation(const char *qtf);
160 void ErrorOK(const char *qtf);
161 int ErrorOKCancel(const char *qtf);
162 int ErrorYesNo(const char *qtf);
[all …]
/dports/devel/upp/upp/uppsrc/ide/Browser/
H A DCodeRef.cpp190 qtf << "["; in DecoratedItem()
195 qtf << "*"; in DecoratedItem()
203 qtf << "*"; in DecoratedItem()
221 qtf << ' '; in DecoratedItem()
223 qtf << ']'; in DecoratedItem()
230 String qtf; in CreateQtf() local
261 qtf << "&]"; in CreateQtf()
263 return qtf; in CreateQtf()
280 qtf << "&]"; in CreateQtf()
282 return qtf; in CreateQtf()
[all …]
/dports/devel/upp/upp/tutorial/CoreTutorial/
H A DTutorial.cpp9 String qtf = variable
53 qtf << style << " "; in FlushDoc()
69 qtf << "[^"; in FlushDoc()
71 qtf.Cat(b, dc); in FlushDoc()
75 qtf.Cat(b, s); in FlushDoc()
76 qtf << "^ "; in FlushDoc()
84 qtf << "]"; in FlushDoc()
89 qtf << '`' << *s++; in FlushDoc()
92 qtf << "&]"; in FlushDoc()
207 LOG(qtf); in MakeTutorial()
[all …]
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/y4mutils/
H A Dy4mtoqt.c40 quicktime_t *qtf; in main() local
157 qtf = quicktime_open(outfilename, 0, 1); in main()
158 if (!qtf) in main()
161 quicktime_set_video(qtf, 1, in main()
168 lqt_set_cmodel(qtf, 0, imodel); in main()
171 quicktime_set_audio(qtf, channels, in main()
206 if (lqt_set_fiel(qtf, 0, nfields, dominance) == 0) in main()
218 if (lqt_set_pasp(qtf, 0, &pasp) == 0) in main()
231 if (lqt_set_colr(qtf, 0, &colr) == 0) in main()
242 if (lqt_set_clap(qtf, 0, &clap) == 0) in main()
[all …]
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_multifit__lmder.c46 gsl_vector *qtf;
117 if (qtf == 0)
126 state->qtf = qtf;
135 gsl_vector_free (qtf);
149 gsl_vector_free (qtf);
164 gsl_vector_free (qtf);
180 gsl_vector_free (qtf);
197 gsl_vector_free (qtf);
215 gsl_vector_free (qtf);
235 gsl_vector_free (qtf);
[all …]
H A Dgsl_multiroots__hybridj.c48 gsl_vector *qtf; member
124 if (qtf == 0) in hybridj_alloc()
134 state->qtf = qtf; in hybridj_alloc()
144 gsl_vector_free (qtf); in hybridj_alloc()
159 gsl_vector_free (qtf); in hybridj_alloc()
175 gsl_vector_free (qtf); in hybridj_alloc()
192 gsl_vector_free (qtf); in hybridj_alloc()
210 gsl_vector_free (qtf); in hybridj_alloc()
229 gsl_vector_free (qtf); in hybridj_alloc()
390 gsl_vector *qtf = state->qtf; in iterate() local
[all …]
H A Dgsl_multiroots__hybrid.c49 gsl_vector *qtf; member
145 if (qtf == 0) in hybrid_alloc()
156 state->qtf = qtf; in hybrid_alloc()
167 gsl_vector_free (qtf); in hybrid_alloc()
183 gsl_vector_free (qtf); in hybrid_alloc()
200 gsl_vector_free (qtf); in hybrid_alloc()
218 gsl_vector_free (qtf); in hybrid_alloc()
237 gsl_vector_free (qtf); in hybrid_alloc()
257 gsl_vector_free (qtf); in hybrid_alloc()
449 gsl_vector *qtf = state->qtf; in iterate() local
[all …]
/dports/devel/upp/upp/uppsrc/Report/
H A DReport.cpp51 void Report::PaintHF(Draw& w, int y, const char *qtf, int i) in PaintHF() argument
53 RichText txt = ParseQTF(FormatHF(qtf, i)); in PaintHF()
119 Report& Report::Header(const char *qtf, int spc) in Header() argument
121 header = qtf; in Header()
123 headercy = qtf ? GetHeightHF(qtf) : 0; in Header()
128 Report& Report::Footer(const char *qtf, int spc) in Footer() argument
130 footer = qtf; in Footer()
132 footercy = qtf ? GetHeightHF(qtf) : 0; in Footer()
174 void Report::Put(const char *qtf) in Put() argument
176 Put(ParseQTF(qtf)); in Put()
H A DReport.h30 void PaintHF(Draw& w, int y, const char *qtf, int i);
55 void Put(const char *qtf);
56 Report& operator<<(const char *qtf) { Put(qtf); return *this; }
71 Report& Header(const char *qtf, int spc = 150);
72 Report& Footer(const char *qtf, int spc = 150);
159 bool QtfReport(const String& qtf, const char *name = "", bool pagenumbers = false);
160 bool QtfReport(Size pagesize, const String& qtf, const char *name = "", bool pagenumbers = false);
/dports/math/gsl/gsl-2.7/multifit/
H A Dlmder.c128 if (qtf == 0) in lmder_alloc()
137 state->qtf = qtf; in lmder_alloc()
146 gsl_vector_free (qtf); in lmder_alloc()
160 gsl_vector_free (qtf); in lmder_alloc()
175 gsl_vector_free (qtf); in lmder_alloc()
191 gsl_vector_free (qtf); in lmder_alloc()
208 gsl_vector_free (qtf); in lmder_alloc()
226 gsl_vector_free (qtf); in lmder_alloc()
246 gsl_vector_free (qtf); in lmder_alloc()
266 gsl_vector_free (qtf); in lmder_alloc()
[all …]
/dports/net/vde2/vde2-2.3.2/src/vde_switch/
H A Dqtimer.c33 struct qt_timer *qtf; // free list variable
74 if (qtf == NULL) { in qtimer_add()
75 qtf=malloc(sizeof(struct qt_timer)); in qtimer_add()
81 qtf->qt_arg=NULL; in qtimer_add()
83 qth[n]=qtf; in qtimer_add()
84 qtf=qtf->qt_arg; in qtimer_add()
118 qth[i]->qt_arg=qtf; in sig_alarm()
119 qtf=qth[i]; in sig_alarm()
/dports/astro/astrometry/astrometry.net-0.85/gsl-an/multiroots/
H A Dhybrid.c49 gsl_vector *qtf; member
145 if (qtf == 0) in hybrid_alloc()
156 state->qtf = qtf; in hybrid_alloc()
167 gsl_vector_free (qtf); in hybrid_alloc()
183 gsl_vector_free (qtf); in hybrid_alloc()
200 gsl_vector_free (qtf); in hybrid_alloc()
218 gsl_vector_free (qtf); in hybrid_alloc()
237 gsl_vector_free (qtf); in hybrid_alloc()
257 gsl_vector_free (qtf); in hybrid_alloc()
450 gsl_vector *qtf = state->qtf; in hybrid_iterate_impl() local
[all …]
H A Dhybridj.c48 gsl_vector *qtf; member
124 if (qtf == 0) in hybridj_alloc()
134 state->qtf = qtf; in hybridj_alloc()
144 gsl_vector_free (qtf); in hybridj_alloc()
159 gsl_vector_free (qtf); in hybridj_alloc()
175 gsl_vector_free (qtf); in hybridj_alloc()
192 gsl_vector_free (qtf); in hybridj_alloc()
210 gsl_vector_free (qtf); in hybridj_alloc()
229 gsl_vector_free (qtf); in hybridj_alloc()
390 gsl_vector *qtf = state->qtf; in hybridj_iterate_impl() local
[all …]
/dports/math/gsl/gsl-2.7/multiroots/
H A Dhybrid.c49 gsl_vector *qtf; member
145 if (qtf == 0) in hybrid_alloc()
156 state->qtf = qtf; in hybrid_alloc()
167 gsl_vector_free (qtf); in hybrid_alloc()
183 gsl_vector_free (qtf); in hybrid_alloc()
200 gsl_vector_free (qtf); in hybrid_alloc()
218 gsl_vector_free (qtf); in hybrid_alloc()
237 gsl_vector_free (qtf); in hybrid_alloc()
257 gsl_vector_free (qtf); in hybrid_alloc()
450 gsl_vector *qtf = state->qtf; in hybrid_iterate_impl() local
[all …]
H A Dhybridj.c48 gsl_vector *qtf; member
124 if (qtf == 0) in hybridj_alloc()
134 state->qtf = qtf; in hybridj_alloc()
144 gsl_vector_free (qtf); in hybridj_alloc()
159 gsl_vector_free (qtf); in hybridj_alloc()
175 gsl_vector_free (qtf); in hybridj_alloc()
192 gsl_vector_free (qtf); in hybridj_alloc()
210 gsl_vector_free (qtf); in hybridj_alloc()
229 gsl_vector_free (qtf); in hybridj_alloc()
390 gsl_vector *qtf = state->qtf; in hybridj_iterate_impl() local
[all …]
/dports/devel/upp/upp/uppsrc/ide/
H A DParamInfo.cpp5 String qtf; in SyncParamInfo() local
26 qtf = "[A1 " + DecoratedItem(m.item.name, m.item, m.item.natural, pari); in SyncParamInfo()
52 if(param_qtf != qtf) in SyncParamInfo()
53 param_info.SetQTF(qtf); in SyncParamInfo()
64 if(param_qtf != qtf || r != param_info.GetRect()) { in SyncParamInfo()
65 param_qtf = qtf; in SyncParamInfo()
66 if(IsNull(qtf)) { in SyncParamInfo()
H A Didetool.cpp177 sPut(pfs.GetKey(i), qtf, fs); in sPut()
181 sPut("All files", qtf, pall); in sPut()
182 qtf << "}}&&"; in sPut()
188 RichText txt = ParseQTF(qtf); in ShowQTF()
194 dlg.stat = qtf; in ShowQTF()
217 String qtf; in Licenses() local
227 ShowQTF(qtf, "Licenses"); in Licenses()
261 String qtf = "[1 "; in Statistics() local
267 sPut(qtf, stat[i], all); in Statistics()
271 sPut(qtf, all, all); in Statistics()
[all …]
/dports/devel/upp/upp/reference/QtfDrawing/
H A Dmain.cpp12 String qtf;
13 qtf << "[A6 This is some drawing in QTF: " << pict << "&";
14 qtf << "[C3*@B And now in the table: {{1:1 " << pict << ":: Another cell " << pict << "}}";
15 PromptOK(qtf);
/dports/math/gsl/gsl-2.7/multifit_nlinear/
H A Dqr.c59 gsl_vector *qtf; /* Q^T f */ member
104 state->qtf = gsl_vector_alloc(n); in qr_alloc()
105 if (state->qtf == NULL) in qr_alloc()
167 if (state->qtf) in qr_free()
168 gsl_vector_free(state->qtf); in qr_free()
251 gsl_vector_memcpy(state->qtf, f); in qr_solve()
252 gsl_linalg_QR_QTvec(state->QR, state->tau_Q, state->qtf); in qr_solve()
255 state->qtf, state->T, x, state->workn); in qr_solve()
/dports/devel/upp/upp/uppsrc/CtrlLib/src.tpp/
H A DInformativeDialogs_en-us.tpp53 har]_`*[*@3 qtf])&]
59 onst]_[@(0.0.255) char]_`*[*@3 qtf])&]
66 st]_[@(0.0.255) char]_`*[*@3 qtf])&]
73 onst]_[@(0.0.255) char]_`*[*@3 qtf])&]
81 onst]_[@(0.0.255) char]_`*[*@3 qtf])&]
88 onst]_[@(0.0.255) char]_`*[*@3 qtf])&]
123 nst]_[@(0.0.255) char]_`*[*@3 qtf])&]
140 har]_`*[*@3 qtf])&]
148 onst]_[@(0.0.255) char]_`*[*@3 qtf])&]
155 ]_[@(0.0.255) char]_`*[*@3 qtf])&]
[all …]
/dports/devel/upp/upp/uppsrc/ide/Designers/
H A DJson.cpp62 String qtf = "[G1 [* " + name + "]"; in AddNode() local
67 qtf << "[*@g Null"; in AddNode()
69 qtf << "[@r \1 " + AsCString(String(v)); in AddNode()
75 qtf << "[*@g Null"; in AddNode()
77 qtf << "\1 " + AsString(v); in AddNode()
79 parent_id = tree.Add(parent_id, img, id, qtf); in AddNode()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/minpack/
H A Dhybrd.f4 * qtf,wa1,wa2,wa3,wa4)
8 * qtf(n),wa1(n),wa2(n),wa3(n),wa4(n)
259 qtf(i) = fvec(i)
265 sum = sum + fjac(i,j)*qtf(i)
269 qtf(i) = qtf(i) + fjac(i,j)*temp
316 call dogleg(n,r,lr,diag,qtf,delta,wa1,wa2,wa3)
353 wa3(i) = qtf(i) + sum
431 if (ratio .ge. p0001) qtf(j) = sum
438 call r1mpyq(1,n,qtf,1,wa2,wa3)
H A Dhybrj.f3 * factor,nprint,info,nfev,njev,r,lr,qtf,wa1,wa2,
8 * qtf(n),wa1(n),wa2(n),wa3(n),wa4(n)
240 qtf(i) = fvec(i)
246 sum = sum + fjac(i,j)*qtf(i)
250 qtf(i) = qtf(i) + fjac(i,j)*temp
298 call dogleg(n,r,lr,diag,qtf,delta,wa1,wa2,wa3)
335 wa3(i) = qtf(i) + sum
412 if (ratio .ge. p0001) qtf(j) = sum
419 call r1mpyq(1,n,qtf,1,wa2,wa3)

12345678910>>...14