Home
last modified time | relevance | path

Searched refs:fopts (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/gui/
H A Dfilterwidgets.cc66 fopts << new BoolFilterOption(tfd.title, ui.titleCheck); in TrackWidget()
67 fopts << new BoolFilterOption(tfd.move, ui.moveCheck); in TrackWidget()
68 fopts << new BoolFilterOption(tfd.TZ, ui.TZCheck); in TrackWidget()
69 fopts << new BoolFilterOption(tfd.start, ui.startCheck); in TrackWidget()
70 fopts << new BoolFilterOption(tfd.stop, ui.stopCheck); in TrackWidget()
71 fopts << new BoolFilterOption(tfd.pack, ui.packCheck); in TrackWidget()
72 fopts << new BoolFilterOption(tfd.merge, ui.mergeCheck); in TrackWidget()
77 fopts << new BoolFilterOption(tfd.course, ui.courseCheck); in TrackWidget()
78 fopts << new BoolFilterOption(tfd.speed, ui.speedCheck); in TrackWidget()
239 fopts << new BoolFilterOption(mfd.swap_, ui.swapCheck); in MiscFltWidget()
[all …]
/dports/astro/gpsbabel14/gpsbabel-1.4.4/gui/
H A Dfilterwidgets.cpp65 fopts << new BoolFilterOption(tfd.title, ui.titleCheck); in TrackWidget()
66 fopts << new BoolFilterOption(tfd.move, ui.moveCheck); in TrackWidget()
67 fopts << new BoolFilterOption(tfd.TZ, ui.TZCheck); in TrackWidget()
68 fopts << new BoolFilterOption(tfd.start, ui.startCheck); in TrackWidget()
69 fopts << new BoolFilterOption(tfd.stop, ui.stopCheck); in TrackWidget()
70 fopts << new BoolFilterOption(tfd.pack, ui.packCheck); in TrackWidget()
71 fopts << new BoolFilterOption(tfd.merge, ui.mergeCheck); in TrackWidget()
77 fopts << new BoolFilterOption(tfd.speed, ui.speedCheck); in TrackWidget()
81 fopts << new IntSpinFilterOption(tfd.mins, ui.minsSpin); in TrackWidget()
175 fopts << new BoolFilterOption(wfd.sort, ui.sortCheck); in WayPtsWidget()
[all …]
/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Degit-describe.c16 git_describe_format_options *fopts) in egit_describe_options_parse() argument
76 git_describe_format_options *fopts) in egit_describe_options_release() argument
80 if (fopts) in egit_describe_options_release()
81 free((char*) fopts->dirty_suffix); in egit_describe_options_release()
109 git_describe_format_options fopts; in egit_describe_commit() local
110 egit_describe_options_parse(env, opts, &dopts, &fopts); in egit_describe_commit()
119 retval = git_describe_format(&buf, result, &fopts); in egit_describe_commit()
120 egit_describe_options_release(NULL, &fopts); in egit_describe_commit()
136 git_describe_format_options fopts; in egit_describe_workdir() local
146 retval = git_describe_format(&buf, result, &fopts); in egit_describe_workdir()
[all …]
/dports/audio/cmus/cmus-2.9.1/
H A Dformat_print.c243 for (fo = fopts; fo->type != 0; fo++) { in find_fopt()
257 fo = find_fopt(fopts, key); in str_val()
276 fo = find_fopt(fopts, key); in int_val()
317 int val = int_val(key, fopts, buf); in format_eval_cond()
334 if ((sa = str_val(key, fopts, buf)) && (sb = str_val(expr->eid.key, fopts, buf))) { in format_eval_cond()
338 a = int_val(key, fopts, buf); in format_eval_cond()
356 fo = find_fopt(fopts, "filename"); in format_eval_cond()
359 fo = find_fopt(fopts, key); in format_eval_cond()
528 for (fo = fopts; ; fo++) { in format_parse()
616 format_read(str_width, format, fopts); in format_print()
[all …]
/dports/databases/sqliteconvert/sqliteconvert-VERSION_0_1_2/
H A Ddot.c54 const char *fopts, const char *ropts) in output() argument
60 if (NULL == fopts) in output()
61 fopts = ropts; in output()
71 NULL == fopts ? "" : fopts, in output()
72 NULL == fopts ? "" : " ", prefix, cp); in output()
126 char *topts, *fopts, *ropts; in main() local
131 topts = ropts = fopts = NULL; in main()
144 if ( ! append(&fopts, optarg)) in main()
167 output(&p, prefix, topts, fopts, ropts); in main()
/dports/math/freefem++/FreeFem-sources-4.6/3rdparty/f2c/
H A Dfort77.sed36 push (@fopts, $_);
46 push (@fopts, $_);
57 push(@fopts, $_);
63 push(@fopts, $_);
74 push(@fopts, &parsewx($_));
108 push(@fopts, $_);
191 push(@fopts,$nnflag);
194 push(@fopts,@includes,"-I.");
195 push(@fopts, @pfiles);
251 join(' ',@fopts) . $debugcmd . " > $cfile";
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/examples/diffusion_etc/
H A Ddiffetc.c40 struct MultiApproxOpts * fopts) in all_opts_free() argument
45 multi_approx_opts_free(fopts); in all_opts_free()
69 struct MultiApproxOpts * fopts = multi_approx_opts_alloc(dim); in main() local
70 multi_approx_opts_set_all_same(fopts, qmopts); in main()
72 struct FunctionTrain * ft = function_train_rankone(fopts,fw); in main()
90 struct FunctionTrain * a = function_train_constant(1.0, fopts); in main()
92 struct FunctionTrain * out = dmrg_diffusion(a, ft, 1e-5, 5, 1e-10, 0, fopts); in main()
97 all_opts_free(fw, opts, qmopts, fopts); in main()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/benchmarks/scalardiffusion/
H A Dsdiff.c141 struct MultiApproxOpts * fopts = multi_approx_opts_alloc(dim); in main() local
142 multi_approx_opts_set_all_same(fopts,qmopts); in main()
166 epsilon,0,fopts); in main()
189 multi_approx_opts_free(fopts); in main()
214 struct MultiApproxOpts * fopts = multi_approx_opts_alloc(dim); in main() local
215 multi_approx_opts_set_all_same(fopts,qmopts); in main()
244 struct FunctionTrain * exact = exact_diffusion(a,f,fopts); in main()
294 multi_approx_opts_free(fopts); in main()
311 struct MultiApproxOpts * fopts = multi_approx_opts_alloc(dim); in main() local
312 multi_approx_opts_set_all_same(fopts,qmopts); in main()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/benchmarks/dmrgprod/
H A Ddmrgprod.c30 struct MultiApproxOpts * fopts = multi_approx_opts_alloc(dim); in main() local
31 multi_approx_opts_set_all_same(fopts,qmopts); in main()
65 a = function_train_constant(1.0,fopts); in main()
72 struct FunctionTrain * pr = function_train_round(p,1e-10,fopts); in main()
81 … struct FunctionTrain * finish = dmrg_product(start,acopy,acopy,1e-5,10,1e-10,0,fopts); in main()
118 struct FunctionTrain * start = function_train_constant(1.0,fopts); in main()
121 struct FunctionTrain * finish = dmrg_product(start,a,a,1e-5,10,1e-10,0,fopts); in main()
158 start = function_train_constant(1.0,fopts); in main()
161 struct FunctionTrain * finish = dmrg_product(start,a,a,1e-5,10,1e-10,0,fopts); in main()
168 struct FunctionTrain * rounded = function_train_round(doubled,1e-10,fopts); in main()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/examples/quadstudy/
H A Dquad.c28 struct MultiApproxOpts * fopts = multi_approx_opts_alloc(dim); in main() local
29 multi_approx_opts_set_all_same(fopts,qmopts); in main()
39 struct FunctionTrain * f = function_train_quadratic(quad,coeff,fopts); in main()
40 struct FunctionTrain * fr = function_train_round(f,1e-8,fopts); in main()
54 multi_approx_opts_free(fopts); fopts = NULL; in main()
/dports/net/opennx/opennx-0.16/packaging/MacOSX/
H A Dmkdmg30 my %fopts;
97 $fopts{$4} = {'x' => $1, 'y' => $2, 'o' => $3};
113 foreach (keys %fopts) {
115 '" to {' . ${$fopts{$_}}{'x'} . ', ' . ${$fopts{$_}}{'y'} . "}\n";
122 foreach (keys %fopts) {
123 my $o = ${$fopts{$_}}{'o'};
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/test/lib_clinalg_test/
H A Dft_test.c62 struct MultiApproxOpts * fopts) in all_opts_free() argument
67 multi_approx_opts_free(fopts); in all_opts_free()
296 all_opts_free(fw,opts,qmopts,fopts); in Test_function_train_initsum()
569 all_opts_free(fw,opts,qmopts,fopts); in Test_function_train_scale()
635 all_opts_free(fw,opts,qmopts,fopts); in Test_function_train_product()
700 all_opts_free(fw,opts,qmopts,fopts); in Test_function_train_product_cheb()
743 all_opts_free(fw,opts,qmopts,fopts); in Test_function_train_integrate()
789 all_opts_free(fw,opts,qmopts,fopts); in Test_function_train_integrate_cheb()
1203 multi_approx_opts_free(fopts); in Test_function_train_inner_linelm()
1772 multi_approx_opts_free(fopts); in Test_ftapprox_cross3()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/tools/
H A Dldb_cmd_test.cc109 FlushOptions fopts; in TEST_F() local
110 fopts.wait = true; in TEST_F()
284 FlushOptions fopts; in TEST_F() local
285 fopts.wait = true; in TEST_F()
365 FlushOptions fopts; in TEST_F() local
366 fopts.wait = true; in TEST_F()
444 FlushOptions fopts; in TEST_F() local
445 fopts.wait = true; in TEST_F()
526 FlushOptions fopts; in TEST_F() local
527 fopts.wait = true; in TEST_F()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/tools/
H A Dldb_cmd_test.cc109 FlushOptions fopts; in TEST_F() local
110 fopts.wait = true; in TEST_F()
284 FlushOptions fopts; in TEST_F() local
285 fopts.wait = true; in TEST_F()
365 FlushOptions fopts; in TEST_F() local
366 fopts.wait = true; in TEST_F()
444 FlushOptions fopts; in TEST_F() local
445 fopts.wait = true; in TEST_F()
526 FlushOptions fopts; in TEST_F() local
527 fopts.wait = true; in TEST_F()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/tools/
H A Dldb_cmd_test.cc109 FlushOptions fopts; in TEST_F() local
110 fopts.wait = true; in TEST_F()
284 FlushOptions fopts; in TEST_F() local
285 fopts.wait = true; in TEST_F()
365 FlushOptions fopts; in TEST_F() local
366 fopts.wait = true; in TEST_F()
444 FlushOptions fopts; in TEST_F() local
445 fopts.wait = true; in TEST_F()
526 FlushOptions fopts; in TEST_F() local
527 fopts.wait = true; in TEST_F()
[all …]
/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/
H A Dfetch.c133 const FetchOpts *fopts; member
193 isLocalMemoryUsed(const FetchOpts *fopts) in isLocalMemoryUsed() argument
195 return ((fopts->mrole == MATRIX_A) && in isLocalMemoryUsed()
1661 mrole = fctx->fopts->mrole; in preparePersCoords()
2058 FetchOpts fopts; in prepareFetchLoop() local
2064 fopts.memA = memA; in prepareFetchLoop()
2065 fopts.memB = memB; in prepareFetchLoop()
2067 fetchCtx->fopts = &fopts; in prepareFetchLoop()
2127 if (fctx->fopts->mulOpts) { in genFetchCommon()
2163 fctx->fopts = fetchOpts; in genFetchInputTile()
[all …]
/dports/shells/zsh/zsh-5.8.1/Completion/Zsh/Command/
H A D_typeset4 local fopts="-f -k -z +k +z"
14 R "($fopts -A -E -F -i)-R+[right justify and fill with leading blanks]:width"
15 T "($fopts -A -E -F -a -g -h -i -l -m -t)-T[tie scalar to array or trace function]"
17 Tp "($fopts -A -E -F -a -g -h -i -l -m -t)-T[tie scalar to array]"
22 Z "($fopts -A -E -F -i)-Z+[right justify and fill with leading zeros]:width"
23 a "($fopts -A -E -F -T -i)-a[specify that arguments refer to arrays]"
26 g "($fopts -T)-+g[do not restrict parameter to local scope]"
27 h "($fopts -T)-+h[hide specialness of parameter]"
28 H "($fopts -T)-+H[hide value of parameter in listings]"
29 i "($fopts -A -E -F -T)-+i[represent internally as an integer]"
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/tools/
H A Dldb_cmd_test.cc106 FlushOptions fopts; in TEST_F() local
107 fopts.wait = true; in TEST_F()
284 FlushOptions fopts; in TEST_F() local
285 fopts.wait = true; in TEST_F()
375 FlushOptions fopts; in TEST_F() local
376 fopts.wait = true; in TEST_F()
460 FlushOptions fopts; in TEST_F() local
461 fopts.wait = true; in TEST_F()
554 FlushOptions fopts; in TEST_F() local
555 fopts.wait = true; in TEST_F()
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/tools/
H A Dldb_cmd_test.cc106 FlushOptions fopts; in TEST_F() local
107 fopts.wait = true; in TEST_F()
284 FlushOptions fopts; in TEST_F() local
285 fopts.wait = true; in TEST_F()
375 FlushOptions fopts; in TEST_F() local
376 fopts.wait = true; in TEST_F()
460 FlushOptions fopts; in TEST_F() local
461 fopts.wait = true; in TEST_F()
554 FlushOptions fopts; in TEST_F() local
555 fopts.wait = true; in TEST_F()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/tools/
H A Dldb_cmd_test.cc96 FlushOptions fopts; in TEST_F() local
97 fopts.wait = true; in TEST_F()
98 ASSERT_OK(db->Flush(fopts)); in TEST_F()
274 FlushOptions fopts; in TEST_F() local
275 fopts.wait = true; in TEST_F()
284 ASSERT_OK(db->Flush(fopts)); in TEST_F()
292 ASSERT_OK(db->Flush(fopts)); in TEST_F()
361 FlushOptions fopts; in TEST_F() local
362 fopts.wait = true; in TEST_F()
487 FlushOptions fopts; in TEST_F() local
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/tools/
H A Dldb_cmd_test.cc96 FlushOptions fopts; in TEST_F() local
97 fopts.wait = true; in TEST_F()
98 ASSERT_OK(db->Flush(fopts)); in TEST_F()
274 FlushOptions fopts; in TEST_F() local
275 fopts.wait = true; in TEST_F()
284 ASSERT_OK(db->Flush(fopts)); in TEST_F()
292 ASSERT_OK(db->Flush(fopts)); in TEST_F()
361 FlushOptions fopts; in TEST_F() local
362 fopts.wait = true; in TEST_F()
487 FlushOptions fopts; in TEST_F() local
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/tools/
H A Dldb_cmd_test.cc96 FlushOptions fopts; in InitFromCmdLineArgs()
97 fopts.wait = true;
98 ASSERT_OK(db->Flush(fopts));
274 FlushOptions fopts;
275 fopts.wait = true;
284 ASSERT_OK(db->Flush(fopts));
292 ASSERT_OK(db->Flush(fopts));
361 FlushOptions fopts;
362 fopts.wait = true;
487 FlushOptions fopts;
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/tools/
H A Dldb_cmd_test.cc96 FlushOptions fopts; in TEST_F() local
97 fopts.wait = true; in TEST_F()
98 ASSERT_OK(db->Flush(fopts)); in TEST_F()
274 FlushOptions fopts; in TEST_F() local
275 fopts.wait = true; in TEST_F()
284 ASSERT_OK(db->Flush(fopts)); in TEST_F()
292 ASSERT_OK(db->Flush(fopts)); in TEST_F()
361 FlushOptions fopts; in TEST_F() local
362 fopts.wait = true; in TEST_F()
487 FlushOptions fopts; in TEST_F() local
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/tools/
H A Dldb_cmd_test.cc96 FlushOptions fopts; in TEST_F() local
97 fopts.wait = true; in TEST_F()
98 ASSERT_OK(db->Flush(fopts)); in TEST_F()
274 FlushOptions fopts; in TEST_F() local
275 fopts.wait = true; in TEST_F()
284 ASSERT_OK(db->Flush(fopts)); in TEST_F()
292 ASSERT_OK(db->Flush(fopts)); in TEST_F()
361 FlushOptions fopts; in TEST_F() local
362 fopts.wait = true; in TEST_F()
487 FlushOptions fopts; in TEST_F() local
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/tools/
H A Dldb_cmd_test.cc96 FlushOptions fopts; in TEST_F() local
97 fopts.wait = true; in TEST_F()
98 ASSERT_OK(db->Flush(fopts)); in TEST_F()
274 FlushOptions fopts; in TEST_F() local
275 fopts.wait = true; in TEST_F()
284 ASSERT_OK(db->Flush(fopts)); in TEST_F()
292 ASSERT_OK(db->Flush(fopts)); in TEST_F()
361 FlushOptions fopts; in TEST_F() local
362 fopts.wait = true; in TEST_F()
487 FlushOptions fopts; in TEST_F() local
[all …]

123456789