Home
last modified time | relevance | path

Searched refs:mode_b (Results 1 – 25 of 69) sorted by relevance

123

/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/color/
H A Dcolormatrix.cpp58 template<int channel, int mode_r, int mode_g, int mode_b, int mode_a, int mode_o>
71 if (mode_b == -1) x -= c.get_b(); in transform()
72 if (mode_b == 1) x += c.get_b(); in transform()
73 if (mode_b == 2) x += m[2][channel]*c.get_b(); in transform()
86 *dest = transform<channel, mode_r, mode_g, mode_b, mode_a, mode_o>(m, *src); in batch_transform()
94 { return transform<channel, mode_r, mode_g, mode_b, mode_a, mode_o>; } in get_transform_func_crgbao()
96 template<int channel, int mode_r, int mode_g, int mode_b, int mode_a>
105 template<int channel, int mode_r, int mode_g, int mode_b>
146 { return batch_transform<channel, mode_r, mode_g, mode_b, mode_a, mode_o>; } in get_batch_func_crgbao()
148 template<int channel, int mode_r, int mode_g, int mode_b, int mode_a>
[all …]
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/color/
H A Dcolormatrix.cpp58 template<int channel, int mode_r, int mode_g, int mode_b, int mode_a, int mode_o>
71 if (mode_b == -1) x -= c.get_b(); in transform()
72 if (mode_b == 1) x += c.get_b(); in transform()
73 if (mode_b == 2) x += m[2][channel]*c.get_b(); in transform()
86 *dest = transform<channel, mode_r, mode_g, mode_b, mode_a, mode_o>(m, *src); in batch_transform()
94 { return transform<channel, mode_r, mode_g, mode_b, mode_a, mode_o>; } in get_transform_func_crgbao()
96 template<int channel, int mode_r, int mode_g, int mode_b, int mode_a>
105 template<int channel, int mode_r, int mode_g, int mode_b>
146 { return batch_transform<channel, mode_r, mode_g, mode_b, mode_a, mode_o>; } in get_batch_func_crgbao()
148 template<int channel, int mode_r, int mode_g, int mode_b, int mode_a>
[all …]
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/color/
H A Dcolormatrix.cpp58 template<int channel, int mode_r, int mode_g, int mode_b, int mode_a, int mode_o>
71 if (mode_b == -1) x -= c.get_b(); in transform()
72 if (mode_b == 1) x += c.get_b(); in transform()
73 if (mode_b == 2) x += m[2][channel]*c.get_b(); in transform()
86 *dest = transform<channel, mode_r, mode_g, mode_b, mode_a, mode_o>(m, *src); in batch_transform()
94 { return transform<channel, mode_r, mode_g, mode_b, mode_a, mode_o>; } in get_transform_func_crgbao()
96 template<int channel, int mode_r, int mode_g, int mode_b, int mode_a>
105 template<int channel, int mode_r, int mode_g, int mode_b>
146 { return batch_transform<channel, mode_r, mode_g, mode_b, mode_a, mode_o>; } in get_batch_func_crgbao()
148 template<int channel, int mode_r, int mode_g, int mode_b, int mode_a>
[all …]
/dports/devel/libfirm/libfirm-1.21.0/ir/opt/
H A Dboolopt.c190 ir_node *const p = new_r_Proj(cmp_lo, mode_b, ir_relation_equal); in bool_and()
195 ir_node *const p = new_r_Proj(cmp_hi, mode_b, ir_relation_greater); in bool_and()
203 ir_node *const p = new_r_Proj(cmp_hi, mode_b, ir_relation_equal); in bool_and()
208 ir_node *const p = new_r_Proj(cmp_lo, mode_b, ir_relation_less); in bool_and()
319 ir_node *const p = new_r_Proj(cmp_lo, mode_b, ir_relation_less_greater); in bool_or()
324 ir_node *const p = new_r_Proj(cmp_hi, mode_b, ir_relation_less_equal); in bool_or()
332 ir_node *const p = new_r_Proj(cmp_hi, mode_b, ir_relation_less_greater); in bool_or()
390 if (get_irn_mode(n) != mode_b) in bool_walk()
607 if (get_irn_mode(cond_selector) != mode_b) in find_cf_and_or_walker()
634 if (get_irn_mode(upper_cond_selector) != mode_b) in find_cf_and_or_walker()
[all …]
H A Djumpthreading.c299 if (mode == mode_b) { in copy_and_fix()
319 copy = new_r_Proj(cmp_copy, mode_b, pn); in copy_and_fix()
348 if (mode == mode_b) in copy_and_fix()
/dports/devel/git-svn/git-2.34.1/perl/Git/SVN/
H A DFetcher.pm214 { path => $path, mode_a => $mode, mode_b => $mode, blob => $blob,
235 { path => $path, mode_a => $mode, mode_b => $mode,
297 if ($fb->{mode_b} != 120000) {
298 $fb->{mode_b} = defined $value ? 100755 : 100644;
301 $fb->{mode_b} = defined $value ? 120000 : 100644;
381 if ($fb->{mode_b} == 120000) {
392 $fb->{mode_b} = '100644';
424 $self->{gii}->update($fb->{mode_b}, $hash, $path) or croak $!;
H A DEditor.pm68 push @mods, { mode_a => $1, mode_b => $2,
399 if (($m->{mode_b} =~ /^120/ && $m->{mode_a} !~ /^120/) ||
400 ($m->{mode_b} !~ /^120/ && $m->{mode_a} =~ /^120/)) {
402 mode_a => $m->{mode_a}, mode_b => '000000',
407 mode_a => '000000', mode_b => $m->{mode_b},
450 if ($m->{mode_b} =~ /755$/ && $m->{mode_a} !~ /755$/) {
452 } elsif ($m->{mode_b} !~ /755$/ && $m->{mode_a} =~ /755$/) {
/dports/devel/git-gui/git-2.34.1/perl/Git/SVN/
H A DFetcher.pm214 { path => $path, mode_a => $mode, mode_b => $mode, blob => $blob,
235 { path => $path, mode_a => $mode, mode_b => $mode,
297 if ($fb->{mode_b} != 120000) {
298 $fb->{mode_b} = defined $value ? 100755 : 100644;
301 $fb->{mode_b} = defined $value ? 120000 : 100644;
381 if ($fb->{mode_b} == 120000) {
392 $fb->{mode_b} = '100644';
424 $self->{gii}->update($fb->{mode_b}, $hash, $path) or croak $!;
H A DEditor.pm68 push @mods, { mode_a => $1, mode_b => $2,
399 if (($m->{mode_b} =~ /^120/ && $m->{mode_a} !~ /^120/) ||
400 ($m->{mode_b} !~ /^120/ && $m->{mode_a} =~ /^120/)) {
402 mode_a => $m->{mode_a}, mode_b => '000000',
407 mode_a => '000000', mode_b => $m->{mode_b},
450 if ($m->{mode_b} =~ /755$/ && $m->{mode_a} !~ /755$/) {
452 } elsif ($m->{mode_b} !~ /755$/ && $m->{mode_a} =~ /755$/) {
/dports/devel/git-p4/git-2.34.1/perl/Git/SVN/
H A DFetcher.pm214 { path => $path, mode_a => $mode, mode_b => $mode, blob => $blob,
235 { path => $path, mode_a => $mode, mode_b => $mode,
297 if ($fb->{mode_b} != 120000) {
298 $fb->{mode_b} = defined $value ? 100755 : 100644;
301 $fb->{mode_b} = defined $value ? 120000 : 100644;
381 if ($fb->{mode_b} == 120000) {
392 $fb->{mode_b} = '100644';
424 $self->{gii}->update($fb->{mode_b}, $hash, $path) or croak $!;
H A DEditor.pm68 push @mods, { mode_a => $1, mode_b => $2,
399 if (($m->{mode_b} =~ /^120/ && $m->{mode_a} !~ /^120/) ||
400 ($m->{mode_b} !~ /^120/ && $m->{mode_a} =~ /^120/)) {
402 mode_a => $m->{mode_a}, mode_b => '000000',
407 mode_a => '000000', mode_b => $m->{mode_b},
450 if ($m->{mode_b} =~ /755$/ && $m->{mode_a} !~ /755$/) {
452 } elsif ($m->{mode_b} !~ /755$/ && $m->{mode_a} =~ /755$/) {
/dports/devel/git/git-2.34.1/perl/Git/SVN/
H A DFetcher.pm214 { path => $path, mode_a => $mode, mode_b => $mode, blob => $blob,
235 { path => $path, mode_a => $mode, mode_b => $mode,
297 if ($fb->{mode_b} != 120000) {
298 $fb->{mode_b} = defined $value ? 100755 : 100644;
301 $fb->{mode_b} = defined $value ? 120000 : 100644;
381 if ($fb->{mode_b} == 120000) {
392 $fb->{mode_b} = '100644';
424 $self->{gii}->update($fb->{mode_b}, $hash, $path) or croak $!;
H A DEditor.pm68 push @mods, { mode_a => $1, mode_b => $2,
399 if (($m->{mode_b} =~ /^120/ && $m->{mode_a} !~ /^120/) ||
400 ($m->{mode_b} !~ /^120/ && $m->{mode_a} =~ /^120/)) {
402 mode_a => $m->{mode_a}, mode_b => '000000',
407 mode_a => '000000', mode_b => $m->{mode_b},
450 if ($m->{mode_b} =~ /755$/ && $m->{mode_a} !~ /755$/) {
452 } elsif ($m->{mode_b} !~ /755$/ && $m->{mode_a} =~ /755$/) {
/dports/devel/git-cvs/git-2.34.1/perl/Git/SVN/
H A DFetcher.pm214 { path => $path, mode_a => $mode, mode_b => $mode, blob => $blob,
235 { path => $path, mode_a => $mode, mode_b => $mode,
297 if ($fb->{mode_b} != 120000) {
298 $fb->{mode_b} = defined $value ? 100755 : 100644;
301 $fb->{mode_b} = defined $value ? 120000 : 100644;
381 if ($fb->{mode_b} == 120000) {
392 $fb->{mode_b} = '100644';
424 $self->{gii}->update($fb->{mode_b}, $hash, $path) or croak $!;
H A DEditor.pm68 push @mods, { mode_a => $1, mode_b => $2,
399 if (($m->{mode_b} =~ /^120/ && $m->{mode_a} !~ /^120/) ||
400 ($m->{mode_b} !~ /^120/ && $m->{mode_a} =~ /^120/)) {
402 mode_a => $m->{mode_a}, mode_b => '000000',
407 mode_a => '000000', mode_b => $m->{mode_b},
450 if ($m->{mode_b} =~ /755$/ && $m->{mode_a} !~ /755$/) {
452 } elsif ($m->{mode_b} !~ /755$/ && $m->{mode_a} =~ /755$/) {
/dports/devel/cgit/cgit-1.2.3/git/perl/Git/SVN/
H A DFetcher.pm214 { path => $path, mode_a => $mode, mode_b => $mode, blob => $blob,
235 { path => $path, mode_a => $mode, mode_b => $mode,
297 if ($fb->{mode_b} != 120000) {
298 $fb->{mode_b} = defined $value ? 100755 : 100644;
301 $fb->{mode_b} = defined $value ? 120000 : 100644;
381 if ($fb->{mode_b} == 120000) {
392 $fb->{mode_b} = '100644';
424 $self->{gii}->update($fb->{mode_b}, $hash, $path) or croak $!;
H A DEditor.pm68 push @mods, { mode_a => $1, mode_b => $2,
399 if (($m->{mode_b} =~ /^120/ && $m->{mode_a} !~ /^120/) ||
400 ($m->{mode_b} !~ /^120/ && $m->{mode_a} =~ /^120/)) {
402 mode_a => $m->{mode_a}, mode_b => '000000',
407 mode_a => '000000', mode_b => $m->{mode_b},
450 if ($m->{mode_b} =~ /755$/ && $m->{mode_a} !~ /755$/) {
452 } elsif ($m->{mode_b} !~ /755$/ && $m->{mode_a} =~ /755$/) {
/dports/math/hpipm/hpipm-0.1.1/interfaces/python/hpipm_python/hpipm_python/wrapper/
H A Dhpipm_ocp_qp_dim.py103 mode_b = mode.encode('utf-8')
104 self.__hpipm.d_ocp_qp_dim_codegen(c_char_p(file_name_b), c_char_p(mode_b), self.dim_struct)
H A Dhpipm_ocp_qp_solver_arg.py136 mode_b = mode.encode('utf-8')
137 …self.__hpipm.d_ocp_qp_ipm_arg_codegen(c_char_p(file_name_b), c_char_p(mode_b), self.dim.dim_struct…
/dports/devel/libfirm/libfirm-1.21.0/ir/ir/
H A Dirmode.c141 ir_mode *mode_b; variable
161 ir_mode *get_modeb(void) { return mode_b; } in get_modeb()
512 if (sm == mode_b) in values_in_mode()
583 mode_b = new_internal_mode("b", irms_internal_boolean); in init_mode()
719 mode_b = NULL; in finish_mode()
H A Diropt.c4100 && mode_left != mode_b && mode_right != mode_b) { in transform_node_Cmp()
4370 if (mode == mode_b) { in transform_node_Cmp()
4376 bres = new_r_Or(block, new_r_Not(block, left, mode_b), right, mode_b); in transform_node_Cmp()
4379 bres = new_r_And(block, new_r_Not(block, left, mode_b), right, mode_b); in transform_node_Cmp()
4382 bres = new_r_Or(block, left, new_r_Not(block, right, mode_b), mode_b); in transform_node_Cmp()
4385 bres = new_r_And(block, left, new_r_Not(block, right, mode_b), mode_b); in transform_node_Cmp()
4391 bres = new_r_Not(block, new_r_Eor(block, left, right, mode_b), mode_b); in transform_node_Cmp()
5535 if (mode != mode_b && is_const_Phi(a)) { in transform_node_Conv()
5926 if (mode == mode_b) { in transform_node_Mux()
5940 n = new_rd_Or(dbg, block, sel, f, mode_b); in transform_node_Mux()
[all …]
H A Dirverify.c817 ASSERT_AND_RET(op1mode == mode_b, "Cond operand not mode_b", 0); in verify_node_Cond()
937 mymode == mode_b) /* we want boolean constants for static evaluation */ in verify_node_Const()
1259 (mode_is_int(mymode) || mode_is_reference(mymode) || mymode == mode_b) && in verify_node_Logic()
1293 (mode_is_int(mymode) || mymode == mode_b) && in verify_node_Not()
1314 mymode == mode_b, in verify_node_Cmp()
1438 ASSERT_AND_RET(mode_is_dataM(mymode) || mymode == mode_b, "Phi node", 0 ); in verify_node_Phi()
1573 op1mode == mode_b && in verify_node_Mux()
/dports/devel/libfirm/libfirm-1.21.0/ir/lower/
H A Dlower_mode_b.c122 assert(get_irn_mode(node) == mode_b); in lower_node()
249 if (get_irn_mode(node) == mode_b) { in collect_needs_lowering()
259 if (get_irn_mode(in) != mode_b) in collect_needs_lowering()
/dports/devel/libvanessa_adt/vanessa_adt-0.0.9/libvanessa_adt/
H A Dconfig_file.c573 vanessa_mode_str_t mode_b; in vanessa_config_file_check_permission_fd() local
644 vanessa_mode_str((S_IRUSR|S_IWUSR), &mode_b); in vanessa_config_file_check_permission_fd()
652 mode_b.mode_str); in vanessa_config_file_check_permission_fd()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/dvb-frontends/
H A Dlg2160.c721 enum atscmh_sccc_code_mode *mode_b, in lg216x_get_sccc_code_mode() argument
755 *mode_b = ATSCMH_SCCC_CODE_HLF; in lg216x_get_sccc_code_mode()
758 *mode_b = ATSCMH_SCCC_CODE_QTR; in lg216x_get_sccc_code_mode()
761 *mode_b = ATSCMH_SCCC_CODE_RES; in lg216x_get_sccc_code_mode()

123