Home
last modified time | relevance | path

Searched refs:num_operands (Results 1 – 25 of 1334) sorted by relevance

12345678910>>...54

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DVISAKernelImpl.cpp2738 int num_operands = 0; in AppendVISAArithmeticInst() local
2812 int num_operands = 0; in AppendVISATwoDstArithmeticInst() local
2887 int num_operands = 0; in AppendVISALogicOrShiftInst() local
2950 int num_operands = 0; in AppendVISAAddrAddInst() local
3007 int num_operands = 0; in AppendVISAMinMaxInst() local
3489 ++num_operands; in AppendVISACFIndirectFuncCallInst()
3536 ++num_operands; in AppendVISACFSymbolInst()
3621 ++num_operands; in AppendVISACFSwitchJMPInst()
3623 ++num_operands; in AppendVISACFSwitchJMPInst()
4154 int num_operands = 0; in AppendVISASvmGeneralScatterInst() local
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/imagination/rogue/
H A Drogue_validate.c79 .num_operands = 1, .operand_rules = (struct rogue_instr_operand_rule[]){
84 .num_operands = 5, .operand_rules = (struct rogue_instr_operand_rule[]){
93 .num_operands = 3, .operand_rules = (struct rogue_instr_operand_rule[]){
100 .num_operands = 3, .operand_rules = (struct rogue_instr_operand_rule[]){
108 .num_operands = 2, .operand_rules = (struct rogue_instr_operand_rule[]){
114 .num_operands = 2, .operand_rules = (struct rogue_instr_operand_rule[]){
120 .num_operands = 2, .operand_rules = (struct rogue_instr_operand_rule[]){
126 .num_operands = 4, .operand_rules = (struct rogue_instr_operand_rule[]){
206 CHECKF(instr->num_operands == rule->num_operands, in rogue_validate_instr()
209 CHECK(!rule->num_operands || instr->operands); in rogue_validate_instr()
[all …]
/dports/astro/gnuastro/gnuastro-0.16/lib/
H A Darithmetic.c2117 gal_arithmetic_set_operator(char *string, size_t *num_operands) in gal_arithmetic_set_operator() argument
2147 { op=GAL_ARITHMETIC_OP_SIN; *num_operands=1; } in gal_arithmetic_set_operator()
2149 { op=GAL_ARITHMETIC_OP_COS; *num_operands=1; } in gal_arithmetic_set_operator()
2151 { op=GAL_ARITHMETIC_OP_TAN; *num_operands=1; } in gal_arithmetic_set_operator()
2153 { op=GAL_ARITHMETIC_OP_ASIN; *num_operands=1; } in gal_arithmetic_set_operator()
2155 { op=GAL_ARITHMETIC_OP_ACOS; *num_operands=1; } in gal_arithmetic_set_operator()
2157 { op=GAL_ARITHMETIC_OP_ATAN; *num_operands=1; } in gal_arithmetic_set_operator()
2159 { op=GAL_ARITHMETIC_OP_ATAN2; *num_operands=2; } in gal_arithmetic_set_operator()
2161 { op=GAL_ARITHMETIC_OP_SINH; *num_operands=1; } in gal_arithmetic_set_operator()
2163 { op=GAL_ARITHMETIC_OP_COSH; *num_operands=1; } in gal_arithmetic_set_operator()
[all …]
/dports/devel/vasm/vasm/cpus/tr3200/
H A Dcpu.c221 unsigned char num_operands = 0; in eval_instruction() local
234 if (num_operands > 0) { in eval_instruction()
239 fprintf(stderr, "P%d ", num_operands); in eval_instruction()
240 if (num_operands > 0) in eval_instruction()
263 switch (num_operands) { in eval_instruction()
469 if (num_operands == 3 in opsize()
472 } else if (num_operands == 2 in opsize()
475 } else if (num_operands == 1 in opsize()
488 unsigned char num_operands = 0; in instruction_size() local
489 num_operands += (p->op[0] != 0)? 1 : 0; in instruction_size()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/tests/vbit-test/
H A Dutil.c71 int num_operands = get_num_operands(op->op); in complain() local
73 for (unsigned i = 0; i < num_operands; ++i) { in complain()
190 int num_operands = 4; in get_num_operands() local
191 if (t4 == Ity_INVALID) num_operands = 3; in get_num_operands()
192 if (t3 == Ity_INVALID) num_operands = 2; in get_num_operands()
193 if (t2 == Ity_INVALID) num_operands = 1; in get_num_operands()
196 -- num_operands; in get_num_operands()
198 return num_operands; in get_num_operands()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/tests/vbit-test/
H A Dutil.c71 int num_operands = get_num_operands(op->op); in complain() local
73 for (unsigned i = 0; i < num_operands; ++i) { in complain()
190 int num_operands = 4; in get_num_operands() local
191 if (t4 == Ity_INVALID) num_operands = 3; in get_num_operands()
192 if (t3 == Ity_INVALID) num_operands = 2; in get_num_operands()
193 if (t2 == Ity_INVALID) num_operands = 1; in get_num_operands()
196 -- num_operands; in get_num_operands()
198 return num_operands; in get_num_operands()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/acpi/acpica/
H A Ddswstate.c285 object, walk_state, walk_state->num_operands)); in acpi_ds_obj_stack_push()
292 walk_state->num_operands++; in acpi_ds_obj_stack_push()
303 walk_state->num_operands)); in acpi_ds_obj_stack_push()
333 if (walk_state->num_operands == 0) { in acpi_ds_obj_stack_pop()
337 walk_state->num_operands)); in acpi_ds_obj_stack_pop()
343 walk_state->num_operands--; in acpi_ds_obj_stack_pop()
344 walk_state->operands[walk_state->num_operands] = NULL; in acpi_ds_obj_stack_pop()
348 pop_count, walk_state, walk_state->num_operands)); in acpi_ds_obj_stack_pop()
381 if (walk_state->num_operands == 0) { in acpi_ds_obj_stack_pop_and_delete()
387 walk_state->num_operands--; in acpi_ds_obj_stack_pop_and_delete()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/acpi/acpica/
H A Ddswstate.c285 object, walk_state, walk_state->num_operands)); in acpi_ds_obj_stack_push()
292 walk_state->num_operands++; in acpi_ds_obj_stack_push()
303 walk_state->num_operands)); in acpi_ds_obj_stack_push()
333 if (walk_state->num_operands == 0) { in acpi_ds_obj_stack_pop()
337 walk_state->num_operands)); in acpi_ds_obj_stack_pop()
343 walk_state->num_operands--; in acpi_ds_obj_stack_pop()
344 walk_state->operands[walk_state->num_operands] = NULL; in acpi_ds_obj_stack_pop()
348 pop_count, walk_state, walk_state->num_operands)); in acpi_ds_obj_stack_pop()
381 if (walk_state->num_operands == 0) { in acpi_ds_obj_stack_pop_and_delete()
387 walk_state->num_operands--; in acpi_ds_obj_stack_pop_and_delete()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/acpi/acpica/
H A Ddswstate.c285 object, walk_state, walk_state->num_operands)); in acpi_ds_obj_stack_push()
292 walk_state->num_operands++; in acpi_ds_obj_stack_push()
303 walk_state->num_operands)); in acpi_ds_obj_stack_push()
333 if (walk_state->num_operands == 0) { in acpi_ds_obj_stack_pop()
337 walk_state->num_operands)); in acpi_ds_obj_stack_pop()
343 walk_state->num_operands--; in acpi_ds_obj_stack_pop()
344 walk_state->operands[walk_state->num_operands] = NULL; in acpi_ds_obj_stack_pop()
348 pop_count, walk_state, walk_state->num_operands)); in acpi_ds_obj_stack_pop()
381 if (walk_state->num_operands == 0) { in acpi_ds_obj_stack_pop_and_delete()
387 walk_state->num_operands--; in acpi_ds_obj_stack_pop_and_delete()
[all …]
/dports/astro/gnuastro/gnuastro-0.16/bin/arithmetic/
H A Darithmetic.c1153 arithmetic_set_operator(char *string, size_t *num_operands) in arithmetic_set_operator() argument
1156 int op = gal_arithmetic_set_operator(string, num_operands); in arithmetic_set_operator()
1163 { op=ARITHMETIC_OP_FILTER_MEAN; *num_operands=0; } in arithmetic_set_operator()
1165 { op=ARITHMETIC_OP_FILTER_MEDIAN; *num_operands=0; } in arithmetic_set_operator()
1167 { op=ARITHMETIC_OP_FILTER_SIGCLIP_MEAN; *num_operands=0; } in arithmetic_set_operator()
1169 { op=ARITHMETIC_OP_FILTER_SIGCLIP_MEDIAN; *num_operands=0; } in arithmetic_set_operator()
1220 char *operator_string, size_t num_operands) in arithmetic_operator_run() argument
1232 if(num_operands) in arithmetic_operator_run()
1239 switch(num_operands) in arithmetic_operator_run()
1272 num_operands, operator_string); in arithmetic_operator_run()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/rocksdb-0.14.0/src/
H A Dmerge_operator.rs90 num_operands: c_int, in full_merge_callback()
95 let operands = &mut MergeOperands::new(operands_list, operands_list_len, num_operands); in full_merge_callback()
126 num_operands: c_int, in partial_merge_callback()
131 let operands = &mut MergeOperands::new(operands_list, operands_list_len, num_operands); in partial_merge_callback()
151 num_operands: usize, field
159 num_operands: c_int, in new()
161 assert!(num_operands >= 0); in new()
165 num_operands: num_operands as usize, in new()
175 if self.cursor == self.num_operands { in next()
196 let remaining = self.num_operands - self.cursor; in size_hint()
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dir_expression_operation.py39 def __init__(self, source_types, num_operands): argument
47 self.num_operands = num_operands
50 def __init__(self, dest_type, source_types, num_operands): argument
59 self.num_operands = num_operands
75 return (dest_type, self.num_operands * (self.source_types[i],))
328 self.num_operands = num_operands
375 if self.num_operands == 2:
382 elif self.num_operands == 3:
389 elif self.num_operands == 4:
414 return type_signature_iter(self.dest_type, self.source_types, self.num_operands)
[all …]
/dports/lang/clover/mesa-21.3.6/src/compiler/glsl/
H A Dir_expression_operation.py39 def __init__(self, source_types, num_operands): argument
47 self.num_operands = num_operands
50 def __init__(self, dest_type, source_types, num_operands): argument
59 self.num_operands = num_operands
75 return (dest_type, self.num_operands * (self.source_types[i],))
328 self.num_operands = num_operands
375 if self.num_operands == 2:
382 elif self.num_operands == 3:
389 elif self.num_operands == 4:
414 return type_signature_iter(self.dest_type, self.source_types, self.num_operands)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dir_expression_operation.py39 def __init__(self, source_types, num_operands): argument
47 self.num_operands = num_operands
50 def __init__(self, dest_type, source_types, num_operands): argument
59 self.num_operands = num_operands
75 return (dest_type, self.num_operands * (self.source_types[i],))
328 self.num_operands = num_operands
375 if self.num_operands == 2:
382 elif self.num_operands == 3:
389 elif self.num_operands == 4:
414 return type_signature_iter(self.dest_type, self.source_types, self.num_operands)
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dir_expression_operation.py39 def __init__(self, source_types, num_operands): argument
47 self.num_operands = num_operands
50 def __init__(self, dest_type, source_types, num_operands): argument
59 self.num_operands = num_operands
75 return (dest_type, self.num_operands * (self.source_types[i],))
328 self.num_operands = num_operands
375 if self.num_operands == 2:
382 elif self.num_operands == 3:
389 elif self.num_operands == 4:
414 return type_signature_iter(self.dest_type, self.source_types, self.num_operands)
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/glsl/
H A Dir_expression_operation.py39 def __init__(self, source_types, num_operands): argument
47 self.num_operands = num_operands
50 def __init__(self, dest_type, source_types, num_operands): argument
59 self.num_operands = num_operands
75 return (dest_type, self.num_operands * (self.source_types[i],))
328 self.num_operands = num_operands
375 if self.num_operands == 2:
382 elif self.num_operands == 3:
389 elif self.num_operands == 4:
414 return type_signature_iter(self.dest_type, self.source_types, self.num_operands)
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/glsl/
H A Dir_expression_operation.py39 def __init__(self, source_types, num_operands): argument
47 self.num_operands = num_operands
50 def __init__(self, dest_type, source_types, num_operands): argument
59 self.num_operands = num_operands
75 return (dest_type, self.num_operands * (self.source_types[i],))
328 self.num_operands = num_operands
375 if self.num_operands == 2:
382 elif self.num_operands == 3:
389 elif self.num_operands == 4:
414 return type_signature_iter(self.dest_type, self.source_types, self.num_operands)
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dir_expression_operation.py39 def __init__(self, source_types, num_operands): argument
47 self.num_operands = num_operands
50 def __init__(self, dest_type, source_types, num_operands): argument
59 self.num_operands = num_operands
75 return (dest_type, self.num_operands * (self.source_types[i],))
328 self.num_operands = num_operands
375 if self.num_operands == 2:
382 elif self.num_operands == 3:
389 elif self.num_operands == 4:
414 return type_signature_iter(self.dest_type, self.source_types, self.num_operands)
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/glsl/
H A Dir_expression_operation.py39 def __init__(self, source_types, num_operands): argument
47 self.num_operands = num_operands
50 def __init__(self, dest_type, source_types, num_operands): argument
59 self.num_operands = num_operands
75 return (dest_type, self.num_operands * (self.source_types[i],))
328 self.num_operands = num_operands
375 if self.num_operands == 2:
382 elif self.num_operands == 3:
389 elif self.num_operands == 4:
414 return type_signature_iter(self.dest_type, self.source_types, self.num_operands)
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dir_expression_operation.py39 def __init__(self, source_types, num_operands): argument
47 self.num_operands = num_operands
50 def __init__(self, dest_type, source_types, num_operands): argument
59 self.num_operands = num_operands
75 return (dest_type, self.num_operands * (self.source_types[i],))
328 self.num_operands = num_operands
375 if self.num_operands == 2:
382 elif self.num_operands == 3:
389 elif self.num_operands == 4:
414 return type_signature_iter(self.dest_type, self.source_types, self.num_operands)
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dir_expression_operation.py39 def __init__(self, source_types, num_operands): argument
47 self.num_operands = num_operands
50 def __init__(self, dest_type, source_types, num_operands): argument
59 self.num_operands = num_operands
75 return (dest_type, self.num_operands * (self.source_types[i],))
328 self.num_operands = num_operands
375 if self.num_operands == 2:
382 elif self.num_operands == 3:
389 elif self.num_operands == 4:
414 return type_signature_iter(self.dest_type, self.source_types, self.num_operands)
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/glsl/
H A Dir_expression_operation.py39 def __init__(self, source_types, num_operands): argument
47 self.num_operands = num_operands
50 def __init__(self, dest_type, source_types, num_operands): argument
59 self.num_operands = num_operands
75 return (dest_type, self.num_operands * (self.source_types[i],))
328 self.num_operands = num_operands
375 if self.num_operands == 2:
382 elif self.num_operands == 3:
389 elif self.num_operands == 4:
414 return type_signature_iter(self.dest_type, self.source_types, self.num_operands)
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/glsl/
H A Dir_expression_operation.py39 def __init__(self, source_types, num_operands): argument
47 self.num_operands = num_operands
50 def __init__(self, dest_type, source_types, num_operands): argument
59 self.num_operands = num_operands
75 return (dest_type, self.num_operands * (self.source_types[i],))
328 self.num_operands = num_operands
375 if self.num_operands == 2:
382 elif self.num_operands == 3:
389 elif self.num_operands == 4:
414 return type_signature_iter(self.dest_type, self.source_types, self.num_operands)
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/glsl/
H A Dir_expression_operation.py39 def __init__(self, source_types, num_operands): argument
47 self.num_operands = num_operands
50 def __init__(self, dest_type, source_types, num_operands): argument
59 self.num_operands = num_operands
75 return (dest_type, self.num_operands * (self.source_types[i],))
328 self.num_operands = num_operands
375 if self.num_operands == 2:
382 elif self.num_operands == 3:
389 elif self.num_operands == 4:
414 return type_signature_iter(self.dest_type, self.source_types, self.num_operands)
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/glsl/
H A Dir_expression_operation.py39 def __init__(self, source_types, num_operands): argument
47 self.num_operands = num_operands
50 def __init__(self, dest_type, source_types, num_operands): argument
59 self.num_operands = num_operands
75 return (dest_type, self.num_operands * (self.source_types[i],))
328 self.num_operands = num_operands
375 if self.num_operands == 2:
382 elif self.num_operands == 3:
389 elif self.num_operands == 4:
414 return type_signature_iter(self.dest_type, self.source_types, self.num_operands)
[all …]

12345678910>>...54