Home
last modified time | relevance | path

Searched refs:op2s (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/video/src/
H A Dvariational_refinement.cpp127 vector<void *> op2s; member
507 vector<void *> op2s; in prepareBuffers() local
509 op2s.push_back((void *)&I0); in prepareBuffers()
527 vector<void *> op2s; in prepareBuffers() local
528 op2s.push_back((void *)&Ix); in prepareBuffers()
529 op2s.push_back((void *)&Iy); in prepareBuffers()
530 op2s.push_back((void *)&Ixz); in prepareBuffers()
531 op2s.push_back((void *)&Iyz); in prepareBuffers()
551 vector<void *> op2s; in prepareBuffers() local
552 op2s.push_back((void *)&Ixx); in prepareBuffers()
[all …]
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Ddps8_utils.c1129 int128 op2s = SIGNEXT72_128 (and_128 (op2, MASK72)); in cmp72() local
1131 sim_debug (DBG_TRACEEXT, & cpu_dev, "op2s %016"PRIx64"%016"PRIx64"\n", op2s.h, op2s.l); in cmp72()
1136 int128 op2s = SIGNEXT72_128 (op2 & MASK72); in cmp72() local
1138 …BG_TRACEEXT, & cpu_dev, "op2s %016"PRIx64"%016"PRIx64"\n", (uint64_t) (op2s>>64), (uint64_t) op2s); in cmp72()
1141 if (isgt_s128 (op1s, op2s)) in cmp72()
1143 if (op1s > op2s) in cmp72()
1160 else if (iseq_128 (cast_128 (op1s), cast_128 (op2s))) in cmp72()
1162 else if (op1s == op2s) in cmp72()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/suite/
H A Dtest_txn09.py56 op2s = [ variable in test_txn09
80 op1s, txn1s, op2s, txn2s, op3s, txn3s, op4s, txn4s,
H A Dtest_txn02.py64 op2s = [ variable in test_txn02
88 op1s, txn1s, op2s, txn2s, op3s, txn3s, op4s, txn4s,
/dports/graphics/pixie/Pixie/src/ri/
H A DgiFunctions.h469 const char **op2s; \
477 operand(2,op2s,const char **);
480 *op2s = currentRayLabel; \
509 op2s += stepSize; \
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp148 static int branch_instruction(Assembler::op2s op2val, Assembler::Condition c, bool a) { in branch_instruction()
173 static bool is_op2(int x, Assembler::op2s op2val) { in is_op2()
H A Dassembler_sparc.hpp54 enum op2s { enum in Assembler
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp148 static int branch_instruction(Assembler::op2s op2val, Assembler::Condition c, bool a) { in branch_instruction()
173 static bool is_op2(int x, Assembler::op2s op2val) { in is_op2()
H A Dassembler_sparc.hpp54 enum op2s { enum in Assembler
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DnativeInst_sparc.hpp145 static bool is_op2(int x, Assembler::op2s op2val) { in is_op2()
H A Dassembler_sparc.hpp54 enum op2s { enum in Assembler
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A DnativeInst_sparc.hpp145 static bool is_op2(int x, Assembler::op2s op2val) { in is_op2()
H A Dassembler_sparc.hpp54 enum op2s { enum in Assembler
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DnativeInst_sparc.hpp145 static bool is_op2(int x, Assembler::op2s op2val) { in is_op2()
H A Dassembler_sparc.hpp54 enum op2s { enum in Assembler
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/sparc/
H A DnativeInst_sparc.hpp145 static bool is_op2(int x, Assembler::op2s op2val) { in is_op2()
H A Dassembler_sparc.hpp54 enum op2s { enum in Assembler
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/sparc/
H A DnativeInst_sparc.hpp145 static bool is_op2(int x, Assembler::op2s op2val) { in is_op2()
H A Dassembler_sparc.hpp54 enum op2s { enum in Assembler
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.sparc/src/org/graalvm/compiler/asm/sparc/
H A DSPARCAssembler.java195 Op2s[] op2s = Op2s.values();
196 OP2S = new Op2s[op2s.length];
197 for (Op2s op2 : op2s) {
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.sparc/src/org/graalvm/compiler/asm/sparc/
H A DSPARCAssembler.java195 Op2s[] op2s = Op2s.values();
196 OP2S = new Op2s[op2s.length];
197 for (Op2s op2 : op2s) {
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.sparc/src/org/graalvm/compiler/asm/sparc/
H A DSPARCAssembler.java195 Op2s[] op2s = Op2s.values();
196 OP2S = new Op2s[op2s.length];
197 for (Op2s op2 : op2s) {
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.sparc/src/org/graalvm/compiler/asm/sparc/
H A DSPARCAssembler.java195 Op2s[] op2s = Op2s.values();
196 OP2S = new Op2s[op2s.length];
197 for (Op2s op2 : op2s) {
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.sparc/src/org/graalvm/compiler/asm/sparc/
H A DSPARCAssembler.java195 Op2s[] op2s = Op2s.values();
196 OP2S = new Op2s[op2s.length];
197 for (Op2s op2 : op2s) {