Home
last modified time | relevance | path

Searched refs:group_width (Results 1 – 25 of 44) sorted by relevance

12

/dports/misc/findutils/findutils-4.8.0/lib/
H A Dlistfile.c72 static int group_width = 8; variable
234 if (len > group_width) in list_file()
235 group_width = len; in list_file()
236 output_good = (fprintf (stream, "%-*s ", group_width, group_name) >= 0); in list_file()
243 group_width, (unsigned long) statp->st_gid); in list_file()
244 if (chars_out > group_width) in list_file()
245 group_width = chars_out; in list_file()
/dports/devel/p5-Goo-Canvas/Goo-Canvas-0.06/demo/
H A Dscalablity.pl61 my ($item_width, $item_height, $group_width, $group_height, $cell_width, $cell_height);
82 $group_width = N_COLS * $cell_width;
84 $total_width = N_GROUP_COLS * $group_width;
101 my $x = $left_offset + ($i * $group_width);
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/model_zoo/
H A Dresnest.py40 group_width = int(channels * (bottleneck_width / 64.)) * cardinality
47 self.dropblock1 = DropBlock(dropblock_prob, 3, group_width, *input_size)
51 self.dropblock2 = DropBlock(dropblock_prob, 3, group_width, *input_size)
58 self.conv1 = nn.Conv2D(channels=group_width, kernel_size=1,
60 self.bn1 = norm_layer(in_channels=group_width, **norm_kwargs)
63 self.conv2 = SplitAttentionConv(channels=group_width, kernel_size=3,
66 use_bias=False, in_channels=group_width,
71 self.conv2 = nn.Conv2D(channels=group_width, kernel_size=3,
74 use_bias=False, in_channels=group_width, **kwargs)
75 self.bn2 = norm_layer(in_channels=group_width, **norm_kwargs)
[all …]
H A Dcifarresnext.py58 group_width = cardinality * D
61 self.body.add(nn.Conv2D(group_width, kernel_size=1, use_bias=False))
64 self.body.add(nn.Conv2D(group_width, kernel_size=3, strides=stride, padding=1,
H A Dsenet.py62 group_width = cardinality * D
65 self.body.add(nn.Conv2D(group_width // 2, kernel_size=1, use_bias=False))
68 self.body.add(nn.Conv2D(group_width, kernel_size=3, strides=stride, padding=1,
H A Dresnext.py69 group_width = cardinality * D
72 self.body.add(nn.Conv2D(group_width, kernel_size=1, use_bias=False))
75 self.body.add(nn.Conv2D(group_width, kernel_size=3, strides=stride, padding=1,
/dports/graphics/goocanvas3/goocanvas-3.0.0/demo/
H A Dscalability-demo.c59 double group_width, group_height; variable
98 double group_x = left_offset + (group_i * group_width); in init_ids()
158 double group_x = left_offset + (group_i * group_width); in setup_canvas()
291 group_width = N_COLS * cell_width; in create_canvas()
294 total_width = N_GROUP_COLS * group_width; in create_canvas()
H A Dmv-scalability-demo.c59 double group_width, group_height; variable
98 double group_x = left_offset + (group_i * group_width); in init_ids()
160 double group_x = left_offset + (group_i * group_width); in setup_canvas()
298 group_width = N_COLS * cell_width; in create_canvas()
301 total_width = N_GROUP_COLS * group_width; in create_canvas()
/dports/graphics/goocanvas/goocanvas-1.0.0/demo/
H A Dscalability-demo.c59 double group_width, group_height; variable
98 double group_x = left_offset + (group_i * group_width); in init_ids()
162 double group_x = left_offset + (group_i * group_width); in setup_canvas()
295 group_width = N_COLS * cell_width; in create_canvas()
298 total_width = N_GROUP_COLS * group_width; in create_canvas()
H A Dmv-scalability-demo.c59 double group_width, group_height; variable
98 double group_x = left_offset + (group_i * group_width); in init_ids()
164 double group_x = left_offset + (group_i * group_width); in setup_canvas()
302 group_width = N_COLS * cell_width; in create_canvas()
305 total_width = N_GROUP_COLS * group_width; in create_canvas()
/dports/graphics/goocanvas2/goocanvas-2.0.4/demo/
H A Dscalability-demo.c59 double group_width, group_height; variable
98 double group_x = left_offset + (group_i * group_width); in init_ids()
158 double group_x = left_offset + (group_i * group_width); in setup_canvas()
291 group_width = N_COLS * cell_width; in create_canvas()
294 total_width = N_GROUP_COLS * group_width; in create_canvas()
H A Dmv-scalability-demo.c59 double group_width, group_height; variable
98 double group_x = left_offset + (group_i * group_width); in init_ids()
160 double group_x = left_offset + (group_i * group_width); in setup_canvas()
298 group_width = N_COLS * cell_width; in create_canvas()
301 total_width = N_GROUP_COLS * group_width; in create_canvas()
/dports/devel/libfort/libfort-0.4.2-11-g4123716/src/
H A Dtable.c228 size_t group_width = col_width_arr[col]; in table_rows_and_cols_geometry() local
231 group_width += col_width_arr[i] + FORT_COL_SEPARATOR_LENGTH; in table_rows_and_cols_geometry()
234 if (group_width >= hint_width) in table_rows_and_cols_geometry()
237 group_width++; in table_rows_and_cols_geometry()
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/include/classes/graph/
H A DCSvgGraph.php1021 $group_width = $bar_min_width[$y_axis];
1022 $bar_width = ceil($group_width / $group_count * .75);
1029 - $group_width * .375
1036 $this->paths[$path_index][0][$point_index][4] = $group_x - $group_width * .375;
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/include/classes/graph/
H A DCSvgGraph.php1021 $group_width = $bar_min_width[$y_axis];
1022 $bar_width = ceil($group_width / $group_count * .75);
1029 - $group_width * .375
1036 $this->paths[$path_index][0][$point_index][4] = $group_x - $group_width * .375;
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/include/classes/graph/
H A DCSvgGraph.php1021 $group_width = $bar_min_width[$y_axis];
1022 $bar_width = ceil($group_width / $group_count * .75);
1029 - $group_width * .375
1036 $this->paths[$path_index][0][$point_index][4] = $group_x - $group_width * .375;
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/graph/
H A DCSvgGraph.php1021 $group_width = $bar_min_width[$y_axis];
1022 $bar_width = ceil($group_width / $group_count * .75);
1029 - $group_width * .375
1036 $this->paths[$path_index][0][$point_index][4] = $group_x - $group_width * .375;
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/graph/
H A DCSvgGraph.php1021 $group_width = $bar_min_width[$y_axis];
1022 $bar_width = ceil($group_width / $group_count * .75);
1029 - $group_width * .375
1036 $this->paths[$path_index][0][$point_index][4] = $group_x - $group_width * .375;
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/include/classes/graph/
H A DCSvgGraph.php1021 $group_width = $bar_min_width[$y_axis];
1022 $bar_width = ceil($group_width / $group_count * .75);
1029 - $group_width * .375
1036 $this->paths[$path_index][0][$point_index][4] = $group_x - $group_width * .375;
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/include/classes/graph/
H A DCSvgGraph.php1021 $group_width = $bar_min_width[$y_axis];
1022 $bar_width = ceil($group_width / $group_count * .75);
1029 - $group_width * .375
1036 $this->paths[$path_index][0][$point_index][4] = $group_x - $group_width * .375;
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/include/classes/graph/
H A DCSvgGraph.php1021 $group_width = $bar_min_width[$y_axis];
1022 $bar_width = ceil($group_width / $group_count * .75);
1029 - $group_width * .375
1036 $this->paths[$path_index][0][$point_index][4] = $group_x - $group_width * .375;
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/classes/graph/
H A DCSvgGraph.php1021 $group_width = $bar_min_width[$y_axis];
1022 $bar_width = ceil($group_width / $group_count * .75);
1029 - $group_width * .375
1036 $this->paths[$path_index][0][$point_index][4] = $group_x - $group_width * .375;
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/include/classes/graph/
H A DCSvgGraph.php1021 $group_width = $bar_min_width[$y_axis];
1022 $bar_width = ceil($group_width / $group_count * .75);
1029 - $group_width * .375
1036 $this->paths[$path_index][0][$point_index][4] = $group_x - $group_width * .375;
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro/nukleargui/nuklear/
H A Doverview.c796 static int group_width = 320; in overview() local
813 nk_property_int(ctx, "#Width:", 100, &group_width, 500, 10, 1); in overview()
818 nk_layout_row_static(ctx, (float)group_height, group_width, 2); in overview()
/dports/security/ridl/ridl-11b3240/nuklear/demo/
H A Doverview.c881 static int group_width = 320; in overview() local
898 nk_property_int(ctx, "#Width:", 100, &group_width, 500, 10, 1); in overview()
903 nk_layout_row_static(ctx, (float)group_height, group_width, 2); in overview()

12