Home
last modified time | relevance | path

Searched refs:getcol (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/Havok/
H A DUserExtend.pm132 my $getcol = $dict->_get_col_hash("user_extend");
133 my $xid = $vv->[$getcol->{xid}];
134 my $xtype = $vv->[$getcol->{xtype}];
135 my $xname = $vv->[$getcol->{xname}];
136 my $owner = $vv->[$getcol->{owner}];
137 my $dat = $vv->[$getcol->{creationdate}];
138 my $xargs = $vv->[$getcol->{args}];
H A DUserFunctions.pm272 my $getcol = $dict->_get_col_hash("user_functions");
273 my $xid = $vv->[$getcol->{xid}];
274 my $xtype = $vv->[$getcol->{xtype}];
275 my $xname = $vv->[$getcol->{xname}];
276 my $owner = $vv->[$getcol->{owner}];
277 my $dat = $vv->[$getcol->{creationdate}];
278 my $xargs = $vv->[$getcol->{args}];
H A DSysHook.pm709 my $getcol = $dict->_get_col_hash("sys_hook");
710 my $xid = $vv->[$getcol->{xid}];
711 my $xtype = $vv->[$getcol->{xtype}];
712 my $xname = $vv->[$getcol->{xname}];
713 my $owner = $vv->[$getcol->{owner}];
714 my $dat = $vv->[$getcol->{creationdate}];
715 my $xargs = $vv->[$getcol->{args}];
717 my $xpkg = $vv->[$getcol->{pkg}];
718 my $hook = $vv->[$getcol->{hook}];
719 my $repl = $vv->[$getcol->{replace}];
H A DSysHelp.pm287 my $getcol = $dict->_get_col_hash("sys_help");
288 my $id = $vv->[$getcol->{id}];
289 my $owner = $vv->[$getcol->{owner}];
290 my $dat = $vv->[$getcol->{creationdate}];
291 my $modname = $vv->[$getcol->{module}];
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/
H A DDict.pm1173 my $getcol = $corecolnum{"_pref1"};
1320 my $getcol = $corecolnum{"_tab1"};
1611 my $getcol = $corecolnum{"_pref1"};
1739 my $getcol = $corecolnum{"_tspace"};
1741 my $tsid = $vv->[$getcol->{tsid}];
1753 my $getcol = $corecolnum{"_tab1"};
1797 my $getcol = $corecolnum{"_col1"};
3121 my $getcol = $corecolnum{"_tspace"};
3946 my $tid = $vv->[$getcol->{tid}];
4515 my $tid = $vv->[$getcol->{tid}];
[all …]
H A DTablespace.pm641 my $getcol = $dict->_get_col_hash("_tsfiles");
647 my $tsid = $vv->[$getcol->{tsid}];
652 my $used = $vv->[$getcol->{used}];
653 my $fileidx = $vv->[$getcol->{fileidx}];
706 my $tsid = $vv->[$getcol->{tsid}];
712 my $tname = $vv->[$getcol->{tname}];
713 my $objid = $vv->[$getcol->{tid}];
746 my $fileidx = $vv->[$getcol->{fileidx}];
747 my $objid = $vv->[$getcol->{tid}];
874 my $getcol = $dict->_get_col_hash("_tsfiles");
[all …]
H A DHavok.pm672 my $getcol = $dict->_get_col_hash("havok");
673 my $hid = $vv->[$getcol->{hid}];
674 my $modname = $vv->[$getcol->{modname}];
675 my $owner = $vv->[$getcol->{owner}];
676 my $dat = $vv->[$getcol->{creationdate}];
677 my $flag = $vv->[$getcol->{flag}];
678 my $verzion = $vv->[$getcol->{version}];
/dports/math/p5-Math-Matrix/Math-Matrix-0.94/t/
H A Dgetcol.t16 my $y = $x -> getcol(1);
44 my $y = $x -> getcol([3, 1]);
75 my $y = $x -> getcol([]);
89 my $y = $x -> getcol([3.14, 1.25]);
/dports/games/xspacewarp/xspacewarp-1.2/
H A Dc_sector.cc524 left = base_pt->getcol() - Base::geticon_len()/2; in occupant()
525 right = base_pt->getcol() + Base::geticon_len()/2; in occupant()
534 left = bh_pt->getcol() - Blackhole::geticon_len()/2; in occupant()
592 (abs(base_pt->getcol() - col) <= (width+1)/2)) in overlap()
604 (abs(endv_pt->getcol() - col) <= (width+1)/2)) in overlap()
613 (abs(jrec_pt->jov_pt->getcol() - col) <= (width+1)/2)) in overlap()
736 block.setcol(SECTCOL + base_pt->getcol() - 1); in detect_hit()
739 block.setcol(SECTCOL + base_pt->getcol() + 1); in detect_hit()
786 block.setcol(SECTCOL + bh_pt->getcol()); in detect_hit()
806 block.setcol(SECTCOL + endv_pt->getcol() - 1); in detect_hit()
[all …]
H A Dechoarea.cc115 newcol = cursor.getcol() - 2; in backspace()
125 newcol = cursor.getcol() - 1; in backspace()
246 newcol = cursor.getcol() + len; in echo()
269 if (cursor.getcol() == ECHOCOL) // nothing in echo area in clear_echo()
272 width = BLOCKW*(cursor.getcol() - ECHOCOL); in clear_echo()
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/widgets/pydock/
H A DOverlayWindow.py114 def getcol(col): function
123 colorDic = {"#18b0ff": getcol("p_light_selected"),
124 "#575757": getcol("p_text_aa"),
125 "#e3ddd4": getcol("p_bg_color"),
126 "#d4cec5": getcol("p_bg_insensitive"),
127 "#ffffff": getcol("p_base_color"),
128 "#000000": getcol("p_fg_color")}
/dports/math/grace/grace-5.1.25/src/
H A Dsetutils.c378 savec[k] = getcol(gto, setto, k); in copyset()
715 x = getcol(gno, setno, 0); in getsetminmax()
716 y = getcol(gno, setno, 1); in getsetminmax()
941 x1 = getcol(gfrom, setfrom, col); in copycol2()
942 x2 = getcol(gto, setto, col); in copycol2()
1133 x = getcol(gno, setno, j); in droppoints()
1214 x = getcol(gno, setno, k); in reverse_set()
1329 x = getcol(gno, setno, j); in sortset()
1527 (getcol(gno, setno, j))[cnt] = (getcol(gno, setno, j))[i]; in delete_byindex()
1652 x = getcol(gno, tmpset, k); in do_splitsets()
[all …]
H A Dgraphs.h294 double *getcol(int gno, int setno, int col);
295 #define getx(gno, setno) getcol(gno, setno, 0)
296 #define gety(gno, setno) getcol(gno, setno, 1)
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dfitstable.c94 col = getcol(table, i); in offset_of_column()
245 fitscol_t* col = getcol(table, i); in fitstable_endian_flip_row_data()
338 fitscol_t* col = getcol(src, i); in fitstable_get_column_name()
345 fitscol_t* col = getcol(src, i); in fitstable_copy_columns()
518 col = getcol(tab, ncols(tab)-1); in fitstable_add_fits_columns_as_struct()
580 fitscol_t* col = getcol(tab, i); in fitstable_remove_column()
595 fitscol_t* col = getcol(tab, i); in fitstable_print_columns()
614 fitscol_t* col = getcol(tab, i); in fitstable_read_structs()
698 col = getcol(table, i); in write_one()
816 col = getcol(table, colnum); in fitstable_write_one_column()
[all …]
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/util/
H A Dfitstable.c94 col = getcol(table, i); in offset_of_column()
245 fitscol_t* col = getcol(table, i); in fitstable_endian_flip_row_data()
340 fitscol_t* col = getcol(src, i); in fitstable_get_column_name()
347 fitscol_t* col = getcol(src, i); in fitstable_copy_columns()
520 col = getcol(tab, ncols(tab)-1); in fitstable_add_fits_columns_as_struct()
582 fitscol_t* col = getcol(tab, i); in fitstable_remove_column()
597 fitscol_t* col = getcol(tab, i); in fitstable_print_columns()
616 fitscol_t* col = getcol(tab, i); in fitstable_read_structs()
702 col = getcol(table, i); in write_one()
824 col = getcol(table, colnum); in fitstable_write_one_column()
[all …]
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/utils/tests/
H A Dtest_random.py119 p = np.bincount(got.getcol(k).toarray().ravel()) / float(n_samples)
132 p = np.bincount(got.getcol(k).toarray().ravel()) / float(n_samples)
145 got.getcol(k).toarray().ravel(), minlength=len(class_probabilities[k])
161 p = np.bincount(got.getcol(k).toarray().ravel()) / n_samples
/dports/math/grace/grace-5.1.25/grconvert/
H A Dwriteasc.c97 dx = getcol(k, j, 2); in do_writesets()
104 dx = getcol(k, j, 2); in do_writesets()
114 dx = getcol(k, j, 2); in do_writesets()
115 dy = getcol(k, j, 3); in do_writesets()
122 dx = getcol(k, j, 2); in do_writesets()
123 dy = getcol(k, j, 3); in do_writesets()
124 dz = getcol(k, j, 4); in do_writesets()
131 dx = getcol(k, j, 2); in do_writesets()
132 dy = getcol(k, j, 3); in do_writesets()
133 dz = getcol(k, j, 4); in do_writesets()
[all …]
/dports/science/jstrack/jstrack/extlib/tcllib1.19/math/
H A Dlinalg.tcl1438 set col1 [getcol $mat $icol1 $imin $imax]
1439 set col2 [getcol $mat $icol2 $imin $imax]
1717 set colj [getcol $A $j]
1718 set colk [getcol $A $k]
1725 set colj [getcol $V $j]
1726 set colk [getcol $V $k]
1737 set q [norm_two [getcol $A $j]]
1831 set colv [getcol $U $j]
2074 set column [getcol $mat $k $k $nm1]
2085 set akp1 [getcol $mat $k $kp1 $nm1]
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/math/
H A Dlinalg.tcl1438 set col1 [getcol $mat $icol1 $imin $imax]
1439 set col2 [getcol $mat $icol2 $imin $imax]
1717 set colj [getcol $A $j]
1718 set colk [getcol $A $k]
1725 set colj [getcol $V $j]
1726 set colk [getcol $V $k]
1737 set q [norm_two [getcol $A $j]]
1831 set colv [getcol $U $j]
2074 set column [getcol $mat $k $k $nm1]
2085 set akp1 [getcol $mat $k $kp1 $nm1]
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/math/
H A Dlinalg.tcl1438 set col1 [getcol $mat $icol1 $imin $imax]
1439 set col2 [getcol $mat $icol2 $imin $imax]
1717 set colj [getcol $A $j]
1718 set colk [getcol $A $k]
1725 set colj [getcol $V $j]
1726 set colk [getcol $V $k]
1737 set q [norm_two [getcol $A $j]]
1831 set colv [getcol $U $j]
2074 set column [getcol $mat $k $k $nm1]
2085 set akp1 [getcol $mat $k $kp1 $nm1]
[all …]
/dports/math/sc/sc-7.16/
H A Dpsc.c37 int getcol(char *p);
85 c0 = getcol(optarg); in main()
312 getcol(char *p) in getcol() function
/dports/games/ecwolf/ecwolf-1.3.3-src/src/r_2d/
H A Dr_draw.h282 …hort *dwal, fixed_t *swal, fixed_t *lwal, fixed_t yrepeat, const BYTE *(*getcol)(FTexture *tex, in…
285 …hort *dwal, fixed_t *swal, fixed_t *lwal, fixed_t yrepeat, const BYTE *(*getcol)(FTexture *tex, in…
288 …hort *dwal, fixed_t *swal, fixed_t *lwal, fixed_t yrepeat, const BYTE *(*getcol)(FTexture *tex, in…
/dports/math/xspread/xspread-3.1.1c.orig/
H A Dpsc.c40 int getcol PROTO((char *));
99 c0 = getcol(optarg);
351 getcol(p) in getcol() function
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_draw.h284 …hort *dwal, fixed_t *swal, fixed_t *lwal, fixed_t yrepeat, const BYTE *(*getcol)(FTexture *tex, in…
287 …hort *dwal, fixed_t *swal, fixed_t *lwal, fixed_t yrepeat, const BYTE *(*getcol)(FTexture *tex, in…
290 …hort *dwal, fixed_t *swal, fixed_t *lwal, fixed_t yrepeat, const BYTE *(*getcol)(FTexture *tex, in…
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/SpaceMan/
H A DSMHook.pm1137 my $getcol = $dict->_get_col_hash("_tsfiles");
1138 my $fsize = $vv->[$getcol->{filesize}];
1139 my $blksize = $vv->[$getcol->{blocksize}];
1140 my $filenum = $vv->[$getcol->{fileidx}];
1141 my $numblks = $vv->[$getcol->{numblocks}];
1151 my $fnam1 = $vv->[$getcol->{filename}];

1234567