Home
last modified time | relevance | path

Searched refs:tmp_op (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/textproc/p5-XML-Stream/XML-Stream-1.24/lib/XML/Stream/XPath/
H A DQuery.pm163 my $tmp_op = $self->getOp($pos,$in_context);
164 if (!defined($tmp_op))
176 my $tmp_op = $self->getOp($pos,$in_context);
177 if (!defined($tmp_op))
182 … $ret_op = XML::Stream::XPath::OrOp->new($self->{OPS}->[$#{$self->{OPS}}],$tmp_op);
268 my $tmp_op;
269 while(!defined($tmp_op))
271 $tmp_op = $self->getOp($pos);
284 my $tmp_op;
285 while(!defined($tmp_op))
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/emu/
H A Demu_load.c854 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
862 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
948 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
1003 int i = tmp_op->a[arg].val; in beam_load_emit_op()
1025 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
1029 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
1212 for ( ; arg < tmp_op->arity; arg++) { in beam_load_emit_op()
1214 if (tmp_op->a[arg].type == TAG_f) { in beam_load_emit_op()
1221 switch (tmp_op->a[arg].type) { in beam_load_emit_op()
1228 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/emu/
H A Demu_load.c854 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
862 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
948 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
1003 int i = tmp_op->a[arg].val; in beam_load_emit_op()
1025 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
1029 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
1212 for ( ; arg < tmp_op->arity; arg++) { in beam_load_emit_op()
1214 if (tmp_op->a[arg].type == TAG_f) { in beam_load_emit_op()
1221 switch (tmp_op->a[arg].type) { in beam_load_emit_op()
1228 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/emu/
H A Demu_load.c854 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
862 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
948 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
1003 int i = tmp_op->a[arg].val; in beam_load_emit_op()
1025 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
1029 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
1212 for ( ; arg < tmp_op->arity; arg++) { in beam_load_emit_op()
1214 if (tmp_op->a[arg].type == TAG_f) { in beam_load_emit_op()
1221 switch (tmp_op->a[arg].type) { in beam_load_emit_op()
1228 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/emu/
H A Demu_load.c854 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
862 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
948 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
1003 int i = tmp_op->a[arg].val; in beam_load_emit_op()
1025 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
1029 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
1212 for ( ; arg < tmp_op->arity; arg++) { in beam_load_emit_op()
1214 if (tmp_op->a[arg].type == TAG_f) { in beam_load_emit_op()
1221 switch (tmp_op->a[arg].type) { in beam_load_emit_op()
1228 code[ci++] = tmp_op->a[arg].val; in beam_load_emit_op()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Dbeam_load.c368 BeamOp *tmp_op; in load_code() local
441 tmp_op = stp->genop; in load_code()
442 num_specific = gen_opc[tmp_op->op].num_specific; in load_code()
448 stp->specific_op = gen_opc[tmp_op->op].specific; in load_code()
459 arity = gen_opc[tmp_op->op].arity; in load_code()
465 int type = tmp_op->a[arg].type; in load_code()
470 specific = gen_opc[tmp_op->op].specific; in load_code()
494 tmp_op->a[arg].type == TAG_x) { in load_code()
495 if (tmp_op->a[arg].val != 0) { in load_code()
533 if (tmp_op->a[arg].type == TAG_h) { in load_code()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Dbeam_load.c368 BeamOp *tmp_op; in load_code() local
441 tmp_op = stp->genop; in load_code()
442 num_specific = gen_opc[tmp_op->op].num_specific; in load_code()
448 stp->specific_op = gen_opc[tmp_op->op].specific; in load_code()
459 arity = gen_opc[tmp_op->op].arity; in load_code()
465 int type = tmp_op->a[arg].type; in load_code()
470 specific = gen_opc[tmp_op->op].specific; in load_code()
494 tmp_op->a[arg].type == TAG_x) { in load_code()
495 if (tmp_op->a[arg].val != 0) { in load_code()
533 if (tmp_op->a[arg].type == TAG_h) { in load_code()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Dbeam_load.c368 BeamOp *tmp_op; in load_code() local
441 tmp_op = stp->genop; in load_code()
442 num_specific = gen_opc[tmp_op->op].num_specific; in load_code()
448 stp->specific_op = gen_opc[tmp_op->op].specific; in load_code()
459 arity = gen_opc[tmp_op->op].arity; in load_code()
465 int type = tmp_op->a[arg].type; in load_code()
470 specific = gen_opc[tmp_op->op].specific; in load_code()
494 tmp_op->a[arg].type == TAG_x) { in load_code()
495 if (tmp_op->a[arg].val != 0) { in load_code()
533 if (tmp_op->a[arg].type == TAG_h) { in load_code()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Dbeam_load.c368 BeamOp *tmp_op; in load_code() local
441 tmp_op = stp->genop; in load_code()
442 num_specific = gen_opc[tmp_op->op].num_specific; in load_code()
448 stp->specific_op = gen_opc[tmp_op->op].specific; in load_code()
459 arity = gen_opc[tmp_op->op].arity; in load_code()
465 int type = tmp_op->a[arg].type; in load_code()
470 specific = gen_opc[tmp_op->op].specific; in load_code()
494 tmp_op->a[arg].type == TAG_x) { in load_code()
495 if (tmp_op->a[arg].val != 0) { in load_code()
533 if (tmp_op->a[arg].type == TAG_h) { in load_code()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/jit/
H A Dasm_load.c228 int beam_load_emit_op(LoaderState *stp, BeamOp *tmp_op) { in beam_load_emit_op() argument
406 int i = tmp_op->a[arg].val; in beam_load_emit_op()
443 for (; arg < tmp_op->arity; arg++) { in beam_load_emit_op()
444 BeamOpArg *curr = &tmp_op->a[arg]; in beam_load_emit_op()
446 switch (tmp_op->a[arg].type) { in beam_load_emit_op()
448 curr->val = make_small(tmp_op->a[arg].val); in beam_load_emit_op()
467 tag_to_letter[tmp_op->a[arg].type]); in beam_load_emit_op()
483 stp->function = tmp_op->a[2].val; in beam_load_emit_op()
484 stp->arity = tmp_op->a[3].val; in beam_load_emit_op()
512 if (add_line_entry(stp, tmp_op->a[0].val, 1)) { in beam_load_emit_op()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/jit/
H A Dasm_load.c228 int beam_load_emit_op(LoaderState *stp, BeamOp *tmp_op) { in beam_load_emit_op() argument
406 int i = tmp_op->a[arg].val; in beam_load_emit_op()
443 for (; arg < tmp_op->arity; arg++) { in beam_load_emit_op()
444 BeamOpArg *curr = &tmp_op->a[arg]; in beam_load_emit_op()
446 switch (tmp_op->a[arg].type) { in beam_load_emit_op()
448 curr->val = make_small(tmp_op->a[arg].val); in beam_load_emit_op()
467 tag_to_letter[tmp_op->a[arg].type]); in beam_load_emit_op()
483 stp->function = tmp_op->a[2].val; in beam_load_emit_op()
484 stp->arity = tmp_op->a[3].val; in beam_load_emit_op()
512 if (add_line_entry(stp, tmp_op->a[0].val, 1)) { in beam_load_emit_op()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/jit/
H A Dasm_load.c228 int beam_load_emit_op(LoaderState *stp, BeamOp *tmp_op) { in beam_load_emit_op() argument
406 int i = tmp_op->a[arg].val; in beam_load_emit_op()
443 for (; arg < tmp_op->arity; arg++) { in beam_load_emit_op()
444 BeamOpArg *curr = &tmp_op->a[arg]; in beam_load_emit_op()
446 switch (tmp_op->a[arg].type) { in beam_load_emit_op()
448 curr->val = make_small(tmp_op->a[arg].val); in beam_load_emit_op()
467 tag_to_letter[tmp_op->a[arg].type]); in beam_load_emit_op()
483 stp->function = tmp_op->a[2].val; in beam_load_emit_op()
484 stp->arity = tmp_op->a[3].val; in beam_load_emit_op()
512 if (add_line_entry(stp, tmp_op->a[0].val, 1)) { in beam_load_emit_op()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/jit/
H A Dasm_load.c228 int beam_load_emit_op(LoaderState *stp, BeamOp *tmp_op) { in beam_load_emit_op() argument
406 int i = tmp_op->a[arg].val; in beam_load_emit_op()
443 for (; arg < tmp_op->arity; arg++) { in beam_load_emit_op()
444 BeamOpArg *curr = &tmp_op->a[arg]; in beam_load_emit_op()
446 switch (tmp_op->a[arg].type) { in beam_load_emit_op()
448 curr->val = make_small(tmp_op->a[arg].val); in beam_load_emit_op()
467 tag_to_letter[tmp_op->a[arg].type]); in beam_load_emit_op()
483 stp->function = tmp_op->a[2].val; in beam_load_emit_op()
484 stp->arity = tmp_op->a[3].val; in beam_load_emit_op()
512 if (add_line_entry(stp, tmp_op->a[0].val, 1)) { in beam_load_emit_op()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Dbeam_load.c1992 GenOp* tmp_op; in load_code() local
2217 tmp_op = stp->genop; in load_code()
2262 tmp_op->a[arg].type = TAG_r; in load_code()
2348 code[ci++] = tmp_op->a[arg].val; in load_code()
2353 code[ci++] = tmp_op->a[arg].val; in load_code()
2372 tmp_op->a[arg].type); in load_code()
2409 tmp_op->a[arg].type); in load_code()
2424 tmp_op->a[arg].type); in load_code()
2452 code[ci++] = tmp_op->a[arg].val; in load_code()
2478 last_label = tmp_op->a[arg].val; in load_code()
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Dbeam_load.c1987 GenOp* tmp_op; in load_code() local
2212 tmp_op = stp->genop; in load_code()
2257 tmp_op->a[arg].type = TAG_r; in load_code()
2343 code[ci++] = tmp_op->a[arg].val; in load_code()
2348 code[ci++] = tmp_op->a[arg].val; in load_code()
2367 tmp_op->a[arg].type); in load_code()
2404 tmp_op->a[arg].type); in load_code()
2419 tmp_op->a[arg].type); in load_code()
2447 code[ci++] = tmp_op->a[arg].val; in load_code()
2473 last_label = tmp_op->a[arg].val; in load_code()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Dbeam_load.c1993 GenOp* tmp_op; in load_code() local
2218 tmp_op = stp->genop; in load_code()
2263 tmp_op->a[arg].type = TAG_r; in load_code()
2349 code[ci++] = tmp_op->a[arg].val; in load_code()
2354 code[ci++] = tmp_op->a[arg].val; in load_code()
2373 tmp_op->a[arg].type); in load_code()
2410 tmp_op->a[arg].type); in load_code()
2425 tmp_op->a[arg].type); in load_code()
2453 code[ci++] = tmp_op->a[arg].val; in load_code()
2479 last_label = tmp_op->a[arg].val; in load_code()
[all …]
/dports/editors/calligra/calligra-3.2.1/sheets/
H A DCell.cpp1446 QString tmp_op; in pasteOperation() local
1478 tmp_op = QString::number(old.toDouble() + tmp.toDouble()); in pasteOperation()
1481 tmp_op = QString::number(old.toDouble() * tmp.toDouble()); in pasteOperation()
1484 tmp_op = QString::number(old.toDouble() - tmp.toDouble()); in pasteOperation()
1493 return tmp_op; in pasteOperation()
1498 tmp_op = "=(" + old + ")+" + '(' + tmp + ')'; in pasteOperation()
1501 tmp_op = "=(" + old + ")*" + '(' + tmp + ')'; in pasteOperation()
1504 tmp_op = "=(" + old + ")-" + '(' + tmp + ')'; in pasteOperation()
1507 tmp_op = "=(" + old + ")/" + '(' + tmp + ')'; in pasteOperation()
1513 tmp_op = decodeFormula(tmp_op); in pasteOperation()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/engines/
H A DSoBoolOperation.cpp217 int tmp_op = numOp==0 ? SoBoolOperation::CLEAR : in evaluate() local
222 switch (tmp_op) { in evaluate()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/AOR_v20.02/math/test/
H A Dmathtest.c623 static special_op tmp_op = {0,0,0}; variable
635 if(tmp_op.name) free(tmp_op.name); in find_special_op_from_op()
636 tmp_op.name = malloc(strlen(sop->name)+2); in find_special_op_from_op()
638 sprintf(tmp_op.name,"-%s",sop->name); in find_special_op_from_op()
640 strcpy(tmp_op.name,sop->name); in find_special_op_from_op()
642 return &tmp_op; in find_special_op_from_op()
665 tmp_op.op1 = sop->op1; in find_special_op_from_name()
667 tmp_op.op1 |= 0x80000000; in find_special_op_from_name()
669 tmp_op.op2 = sop->op2; in find_special_op_from_name()
670 return &tmp_op; in find_special_op_from_name()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/AOR_v20.02/math/test/
H A Dmathtest.c623 static special_op tmp_op = {0,0,0}; variable
635 if(tmp_op.name) free(tmp_op.name); in find_special_op_from_op()
636 tmp_op.name = malloc(strlen(sop->name)+2); in find_special_op_from_op()
638 sprintf(tmp_op.name,"-%s",sop->name); in find_special_op_from_op()
640 strcpy(tmp_op.name,sop->name); in find_special_op_from_op()
642 return &tmp_op; in find_special_op_from_op()
665 tmp_op.op1 = sop->op1; in find_special_op_from_name()
667 tmp_op.op1 |= 0x80000000; in find_special_op_from_name()
669 tmp_op.op2 = sop->op2; in find_special_op_from_name()
670 return &tmp_op; in find_special_op_from_name()
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/AOR_v20.02/math/test/
H A Dmathtest.c623 static special_op tmp_op = {0,0,0}; variable
635 if(tmp_op.name) free(tmp_op.name); in find_special_op_from_op()
636 tmp_op.name = malloc(strlen(sop->name)+2); in find_special_op_from_op()
638 sprintf(tmp_op.name,"-%s",sop->name); in find_special_op_from_op()
640 strcpy(tmp_op.name,sop->name); in find_special_op_from_op()
642 return &tmp_op; in find_special_op_from_op()
665 tmp_op.op1 = sop->op1; in find_special_op_from_name()
667 tmp_op.op1 |= 0x80000000; in find_special_op_from_name()
669 tmp_op.op2 = sop->op2; in find_special_op_from_name()
670 return &tmp_op; in find_special_op_from_name()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/AOR_v20.02/math/test/
H A Dmathtest.c623 static special_op tmp_op = {0,0,0}; variable
635 if(tmp_op.name) free(tmp_op.name); in find_special_op_from_op()
636 tmp_op.name = malloc(strlen(sop->name)+2); in find_special_op_from_op()
638 sprintf(tmp_op.name,"-%s",sop->name); in find_special_op_from_op()
640 strcpy(tmp_op.name,sop->name); in find_special_op_from_op()
642 return &tmp_op; in find_special_op_from_op()
665 tmp_op.op1 = sop->op1; in find_special_op_from_name()
667 tmp_op.op1 |= 0x80000000; in find_special_op_from_name()
669 tmp_op.op2 = sop->op2; in find_special_op_from_name()
670 return &tmp_op; in find_special_op_from_name()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/AOR_v20.02/math/test/
H A Dmathtest.c623 static special_op tmp_op = {0,0,0}; variable
635 if(tmp_op.name) free(tmp_op.name); in find_special_op_from_op()
636 tmp_op.name = malloc(strlen(sop->name)+2); in find_special_op_from_op()
638 sprintf(tmp_op.name,"-%s",sop->name); in find_special_op_from_op()
640 strcpy(tmp_op.name,sop->name); in find_special_op_from_op()
642 return &tmp_op; in find_special_op_from_op()
665 tmp_op.op1 = sop->op1; in find_special_op_from_name()
667 tmp_op.op1 |= 0x80000000; in find_special_op_from_name()
669 tmp_op.op2 = sop->op2; in find_special_op_from_name()
670 return &tmp_op; in find_special_op_from_name()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/AOR_v20.02/math/test/
H A Dmathtest.c623 static special_op tmp_op = {0,0,0}; variable
635 if(tmp_op.name) free(tmp_op.name); in find_special_op_from_op()
636 tmp_op.name = malloc(strlen(sop->name)+2); in find_special_op_from_op()
638 sprintf(tmp_op.name,"-%s",sop->name); in find_special_op_from_op()
640 strcpy(tmp_op.name,sop->name); in find_special_op_from_op()
642 return &tmp_op; in find_special_op_from_op()
665 tmp_op.op1 = sop->op1; in find_special_op_from_name()
667 tmp_op.op1 |= 0x80000000; in find_special_op_from_name()
669 tmp_op.op2 = sop->op2; in find_special_op_from_name()
670 return &tmp_op; in find_special_op_from_name()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/AOR_v20.02/math/test/
H A Dmathtest.c623 static special_op tmp_op = {0,0,0}; variable
635 if(tmp_op.name) free(tmp_op.name); in find_special_op_from_op()
636 tmp_op.name = malloc(strlen(sop->name)+2); in find_special_op_from_op()
638 sprintf(tmp_op.name,"-%s",sop->name); in find_special_op_from_op()
640 strcpy(tmp_op.name,sop->name); in find_special_op_from_op()
642 return &tmp_op; in find_special_op_from_op()
665 tmp_op.op1 = sop->op1; in find_special_op_from_name()
667 tmp_op.op1 |= 0x80000000; in find_special_op_from_name()
669 tmp_op.op2 = sop->op2; in find_special_op_from_name()
670 return &tmp_op; in find_special_op_from_name()

1234567