Home
last modified time | relevance | path

Searched refs:dumv (Results 1 – 7 of 7) sorted by relevance

/dports/cad/feappv/feappv-4.1i/plot/
H A Dpplotf.f66 real*8 dumv,es,xm,zcol, prop local
482 dumv = 1.0d0
484 dumv = rlnew*prop
488 call setfor(hr(np(27)),hr(np(28)),dumv,nneq, hr(np(112)))
709 dumv = 0.0d0
710 call phide(dumv,nix,nxd,nxn,nne,nface,iln)
828 dumv = ct(2)
829 call phide(dumv,nix,nxd,nxn,nne,nface,iln)
/dports/math/octave-forge-gnuplot/gnuplot/inst/
H A D_g_instantiate.m36 for [dumv, kword] = kword_cnt
/dports/math/gretl/gretl-2021d/lib/src/
H A Dcompare.c2520 int split, int dumv, int ci, in make_chow_list() argument
2527 int havedum = (dumv > 0); in make_chow_list()
2530 if (havedum && in_gretl_list(pmod->list, dumv)) { in make_chow_list()
2532 dset->varname[dumv]); in make_chow_list()
2568 if (dumv > 0) { in make_chow_list()
2570 cdum = dset->Z[dumv]; in make_chow_list()
2580 chowlist[l0 + 1] = (dumv > 0)? dumv : v; in make_chow_list()
2603 sprintf(dset->varname[sv], "%.2s_", dset->varname[dumv]); in make_chow_list()
2865 int dumv = 0, split = 0, smax = 0; in real_chow_test() local
2892 dumv = chowparm; in real_chow_test()
[all …]
/dports/math/gretl/gretl-2021d/gui/
H A Ddialogs.h188 int chow_dialog (int tmin, int tmax, int *t, int *dumv,
H A Ddialogs.c1610 gchar *dumv; in set_sample_from_dialog() local
1612 dumv = combo_box_get_active_text(GTK_COMBO_BOX(rset->combo)); in set_sample_from_dialog()
1613 err = bool_subsample(dumv, rset->opt, rset->dlg); in set_sample_from_dialog()
1615 lib_command_sprintf("smpl %s --dummy%s", dumv, extra); in set_sample_from_dialog()
1619 g_free(dumv); in set_sample_from_dialog()
2761 static void chow_dumv_callback (GtkComboBox *box, int *dumv) in chow_dumv_callback() argument
2765 *dumv = series_index(dataset, vname); in chow_dumv_callback()
2792 int chow_dialog (int tmin, int tmax, int *t, int *dumv, in chow_dialog() argument
2840 rset->t2 = dumv; in chow_dialog()
2843 G_CALLBACK(chow_dumv_callback), dumv); in chow_dialog()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/perf/
H A Dperf.cpp581 double dumv[3]; in testA() local
584 dumv[0] = coords[i]; dumv[1] = coords[num_verts+i]; dumv[2] = coords[2*num_verts+i]; in testA()
585 result = gMB->set_coords(&handle, 1, dumv); in testA()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/fileio/
H A Dtpxio.cpp2838 real* dumv; in do_tpx_state_first() local
2839 snew(dumv, state->ngtc); in do_tpx_state_first()
2842 serializer->doRealArray(dumv, state->ngtc); in do_tpx_state_first()
2845 serializer->doRealArray(dumv, state->ngtc); in do_tpx_state_first()
2846 sfree(dumv); in do_tpx_state_first()