Home
last modified time | relevance | path

Searched refs:columns (Results 51 – 75 of 24444) sorted by relevance

12345678910>>...978

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLType.cpp28 if (this->columns() == other.columns()) { in coercionCost()
34 if (this->columns() == other.columns() && this->rows() == other.rows()) { in coercionCost()
52 if (columns == 1 && rows == 1) { in toCompound()
58 switch (columns) { in toCompound()
65 switch (columns) { in toCompound()
72 switch (columns) { in toCompound()
79 switch (columns) { in toCompound()
90 switch (columns) { in toCompound()
97 switch (columns) { in toCompound()
104 switch (columns) { in toCompound()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLType.cpp28 if (this->columns() == other.columns()) { in coercionCost()
34 if (this->columns() == other.columns() && this->rows() == other.rows()) { in coercionCost()
52 if (columns == 1 && rows == 1) { in toCompound()
58 switch (columns) { in toCompound()
65 switch (columns) { in toCompound()
72 switch (columns) { in toCompound()
79 switch (columns) { in toCompound()
90 switch (columns) { in toCompound()
97 switch (columns) { in toCompound()
104 switch (columns) { in toCompound()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLType.cpp28 if (this->columns() == other.columns()) { in coercionCost()
34 if (this->columns() == other.columns() && this->rows() == other.rows()) { in coercionCost()
52 if (columns == 1 && rows == 1) { in toCompound()
58 switch (columns) { in toCompound()
65 switch (columns) { in toCompound()
72 switch (columns) { in toCompound()
79 switch (columns) { in toCompound()
90 switch (columns) { in toCompound()
97 switch (columns) { in toCompound()
104 switch (columns) { in toCompound()
[all …]
/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/import/
H A Dimport_closets.pl48 print "Inserted Floor: $vals[$columns{'Floor'}] in site $vals[$columns{'Building Name'}]\n";
51 my $closetname = $vals[$columns{'Closet Name'}];
55 … my $comments = $vals[$columns{'Closet Comments'}] . "\n" if ($vals[$columns{'Closet Comments'}]);
56 $comments .= "Lighting: " . $vals[$columns{'Lighting'}] . "\n" if ($vals[$columns{'Lighting'}]);
57 …$comments .= "Wall Space Used: " . $vals[$columns{'Wall Space Used'}] . "\n" if ($vals[$columns{'W…
58 …$comments .= "Wall Wpace Avail: " . $vals[$columns{'Wall Space Avail'}] . "\n" if ($vals[$columns{…
59 …$comments .= "New Backboard Needed: " . $vals[$columns{'New Backboard Needed'}] . "\n" if ($vals[$
67 outlets => $vals[$columns{'Outlets'}],
71 '66_blocks' => $vals[$columns{'66 Blocks'}],
72 catv_taps => $vals[$columns{'CATV Taps'}],
[all …]
/dports/finance/prestashop/prestashop/admin/themes/default/scss/vendor/bootstrap-rtl-sass/
H A D_grid-rtl.sass92 width: percentage((1 / $grid-columns))
94 width: percentage((2 / $grid-columns))
96 width: percentage((3 / $grid-columns))
98 width: percentage((4 / $grid-columns))
100 width: percentage((5 / $grid-columns))
102 width: percentage((6 / $grid-columns))
104 width: percentage((7 / $grid-columns))
106 width: percentage((8 / $grid-columns))
108 width: percentage((9 / $grid-columns))
110 width: percentage((10/ $grid-columns))
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/sass/vendor/bootstrap-rtl-sass/
H A D_grid-rtl.sass92 width: percentage((1 / $grid-columns))
94 width: percentage((2 / $grid-columns))
96 width: percentage((3 / $grid-columns))
98 width: percentage((4 / $grid-columns))
100 width: percentage((5 / $grid-columns))
102 width: percentage((6 / $grid-columns))
104 width: percentage((7 / $grid-columns))
106 width: percentage((8 / $grid-columns))
108 width: percentage((9 / $grid-columns))
110 width: percentage((10/ $grid-columns))
[all …]
/dports/emulators/jzintv/jzintv-20200712-src/examples/spacepat/gfx/
H A Dmidmount.asm3 ; columns 32 .. 39
12 ; columns 40 .. 47
21 ; columns 48 .. 55
30 ; columns 56 .. 63
39 ; columns 0 .. 7
48 ; columns 8 .. 15
57 ; columns 16 .. 23
66 ; columns 24 .. 31
76 ; columns 32 .. 39
85 ; columns 40 .. 47
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/scripts/
H A Dgen_known_bugs.pl259columns-0.name=ticket_num&columns-0.sort_name=ticket_num&columns-0.label=Ticket+Number&columns-0.a…
/dports/math/blaze/blaze-3.8/blaze/math/
H A DColumns.h96 for( size_t j=0UL; j<columns.columns(); ++j ) { in randomize()
102 for( size_t j=0UL; j<columns.columns(); ++j ) { in randomize()
132 for( size_t j=0UL; j<columns.columns(); ++j ) { in randomize()
138 for( size_t j=0UL; j<columns.columns(); ++j ) { in randomize()
189 const size_t n( columns.columns() ); in randomize()
195 columns.reset(); in randomize()
222 const size_t n( columns.columns() ); in randomize()
230 columns.reset(); in randomize()
258 const size_t n( columns.columns() ); in randomize()
264 columns.reset(); in randomize()
[all …]
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/backup/
H A D_format.py18 columns = []
19 columns.append(('Name', result['name']))
37 return OrderedDict(columns)
41 columns = []
42 columns.append(('Name', result['name']))
51 columns.append(('Duration', duration))
53 return OrderedDict(columns)
75 columns = []
81 return OrderedDict(columns)
85 columns = []
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/ir/
H A DSkSLType.cpp28 if (this->columns() == other.columns()) { in coercionCost()
34 if (this->columns() == other.columns() && this->rows() == other.rows()) { in coercionCost()
52 if (columns == 1 && rows == 1) { in toCompound()
58 switch (columns) { in toCompound()
65 switch (columns) { in toCompound()
72 switch (columns) { in toCompound()
79 switch (columns) { in toCompound()
90 switch (columns) { in toCompound()
97 switch (columns) { in toCompound()
104 switch (columns) { in toCompound()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLType.cpp18 if (this->columns() == other.columns()) { in coercionCost()
24 if (this->columns() == other.columns() && this->rows() == other.rows()) { in coercionCost()
51 if (columns == 1 && rows == 1) { in toCompound()
57 switch (columns) { in toCompound()
64 switch (columns) { in toCompound()
71 switch (columns) { in toCompound()
78 switch (columns) { in toCompound()
89 switch (columns) { in toCompound()
96 switch (columns) { in toCompound()
103 switch (columns) { in toCompound()
[all …]
/dports/comms/ncid/ncid/tools/
H A Dcidcall.pl24 my ($stripOne, @columns);
187 ($columns[$nmbr_col], $columns[$exception_col]) = (normalizeNumber($number));
211 if (index($columns[$i],$delimiter) > -1 ) { $columns[$i] = "\"" . $columns[$i] . "\""; }
231 @columns=();
232 $columns[$lineCount_col]="";
233 $columns[$label_col] ="";
234 $columns[$name_col] ="";
235 $columns[$nmbr_col] ="";
236 $columns[$lineid_col] ="";
237 $columns[$date_col] ="";
[all …]
/dports/databases/spatialite/libspatialite-5.0.1/test/
H A Dcheck_wms.c62 int columns; in do_level0_tests() local
205 columns); in do_level0_tests()
234 columns); in do_level0_tests()
263 columns); in do_level0_tests()
293 columns); in do_level0_tests()
323 columns); in do_level0_tests()
352 columns); in do_level0_tests()
383 columns); in do_level0_tests()
412 columns); in do_level0_tests()
442 columns); in do_level0_tests()
[all …]
H A Dcheck_gpkg_base_core_spatial_ref_sys_data_values_default.c64 int columns; in main() local
124 columns); in main()
131 results[1 * columns + 0]); in main()
139 results[1 * columns + 1]); in main()
147 results[1 * columns + 2]); in main()
155 results[1 * columns + 3]); in main()
174 rows, columns); in main()
181 results[1 * columns + 0]); in main()
189 results[1 * columns + 1]); in main()
225 rows, columns); in main()
[all …]
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/redraw/resource/3/
H A DData.qml17 "columns": 6,
28 "columns": 7,
39 "columns": 6,
50 "columns": 6,
61 "columns": 6,
72 "columns": 6,
84 "columns": 7,
95 "columns": 6,
106 "columns": 7,
117 "columns": 7,
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/frame/
H A Dtest_nonunique_indexes.py24 df.columns = idx
32 df.columns = idx
192 columns=[
321 expected.columns = dups
335 expected.columns = dups
373 columns=["A", "A"],
427 df.columns = ["b", "b"]
453 df_bool = DataFrame(True, index=df_float.index, columns=df_float.columns)
454 df_object = DataFrame("foo", index=df_float.index, columns=df_float.columns)
456 pd.Timestamp("20010101"), index=df_float.index, columns=df_float.columns
[all …]
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/base/include/LiDIA/
H A Ddense_ring_matrix.cc101 if (this->columns != N.columns) in add()
125 if (this->columns != M.columns) in add()
149 if (this->columns != M.columns) in add()
187 if (this->columns != N.columns) in subtract()
211 if (this->columns != M.columns) in subtract()
235 if (this->columns != M.columns) in subtract()
272 if (this->columns != B.columns) in multiply()
281 if (this->columns != B.columns) in multiply()
305 if (this->columns != A.columns) in multiply()
330 if (this->columns != A.columns) in multiply()
[all …]
H A Dsparse_ring_matrix.cc100 if (this->columns != N.columns) in add()
124 if (this->columns != M.columns) in add()
148 if (this->columns != M.columns) in add()
186 if (this->columns != N.columns) in subtract()
211 if (this->columns != M.columns) in subtract()
235 if (this->columns != M.columns) in subtract()
272 if (this->columns != B.columns) in multiply()
281 if (this->columns != B.columns) in multiply()
305 if (this->columns != A.columns) in multiply()
329 if (this->columns != A.columns) in multiply()
[all …]
/dports/biology/tRNAscan-SE/tRNAscan-SE-2.0/lib/tRNAscanSE/
H A DIntResultFile.pm219 $tRNA->id($columns[2]);
222 $tRNA->end($columns[5]);
241 if ($columns[17] ne "")
266 if ($columns[23] ne "")
269 $tRNA->update_domain_model("cove", $columns[23], $columns[24], $columns[25], $columns[26])
271 if ($columns[27] ne "")
274 … $tRNA->update_domain_model("infernal", $columns[27], $columns[28], $columns[29], $columns[30])
282 $tRNA->seq($columns[37]);
284 $tRNA->ss($columns[39]);
311 my @columns = ();
[all …]
/dports/converters/osm2pgrouting/osm2pgrouting-2.3.8/src/database/
H A Dways_config.cpp96 columns.push_back("tag_id"); in ways_config()
97 columns.push_back("osm_id"); in ways_config()
100 columns.push_back("one_way"); in ways_config()
101 columns.push_back("oneway"); in ways_config()
102 columns.push_back("priority"); in ways_config()
104 columns.push_back("length"); in ways_config()
105 columns.push_back("x1"); columns.push_back("y1"); in ways_config()
106 columns.push_back("x2"); columns.push_back("y2"); in ways_config()
110 columns.push_back("cost"); in ways_config()
112 columns.push_back("name"); in ways_config()
[all …]
/dports/net-mgmt/libsmi/libsmi-0.4.8/test/dumps/jax/
H A DIfTable.java38 columns.addElement(new Long(1)); in IfTable()
39 columns.addElement(new Long(2)); in IfTable()
40 columns.addElement(new Long(3)); in IfTable()
41 columns.addElement(new Long(4)); in IfTable()
42 columns.addElement(new Long(5)); in IfTable()
43 columns.addElement(new Long(6)); in IfTable()
44 columns.addElement(new Long(7)); in IfTable()
45 columns.addElement(new Long(8)); in IfTable()
46 columns.addElement(new Long(9)); in IfTable()
47 columns.addElement(new Long(10)); in IfTable()
[all …]
/dports/math/cglm/cglm-0.8.4/include/cglm/
H A Dapplesimd.h27 t.columns[0][0] = m[0][0]; in glm_mat4_applesimd()
28 t.columns[0][1] = m[0][1]; in glm_mat4_applesimd()
29 t.columns[0][2] = m[0][2]; in glm_mat4_applesimd()
30 t.columns[0][3] = m[0][3]; in glm_mat4_applesimd()
32 t.columns[1][0] = m[1][0]; in glm_mat4_applesimd()
33 t.columns[1][1] = m[1][1]; in glm_mat4_applesimd()
34 t.columns[1][2] = m[1][2]; in glm_mat4_applesimd()
35 t.columns[1][3] = m[1][3]; in glm_mat4_applesimd()
37 t.columns[2][0] = m[2][0]; in glm_mat4_applesimd()
38 t.columns[2][1] = m[2][1]; in glm_mat4_applesimd()
[all …]
/dports/math/jtransforms/JTransforms/src/edu/emory/mathcs/jtransforms/fft/
H A DRealFFTUtils_2D.java113 private final int columns; field in RealFFTUtils_2D
128 this.columns = columns; in RealFFTUtils_2D()
174 } else if ((c == columns) || (c == columns + ONE)) { in getIndex()
262 packed[index / columns][index % columns] = val; in pack()
264 packed[(-index) / columns][(-index) % columns] = -val; in pack()
320 packed[index / columns][index % columns] = val; in pack()
322 packed[(-index) / columns][(-index) % columns] = -val; in pack()
373 return packed[index / columns][index % columns]; in unpack()
375 return -packed[(-index) / columns][(-index) % columns]; in unpack()
423 return packed[index / columns][index % columns]; in unpack()
[all …]
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/arch/zx/bifrost2/z80/
H A DBIFROST2_ENGINE.asm.m4320 ; lookup table with attribute coordinates for columns 1 & 2
347 ; lookup table with attribute coordinates for columns 3 & 4
370 ; lookup table with attribute coordinates for columns 5 & 6
397 ; lookup table with attribute coordinates for columns 7 & 8
420 ; lookup table with attribute coordinates for columns 9 & 10
443 ; lookup table with attribute coordinates for columns 11 & 12
466 ; lookup table with attribute coordinates for columns 13 & 14
489 ; lookup table with attribute coordinates for columns 15 & 16
516 ; lookup table with attribute coordinates for columns 17 & 18
543 ; lookup table with attribute coordinates for columns 19 & 20
[all …]

12345678910>>...978