Home
last modified time | relevance | path

Searched refs:ORN (Results 1 – 25 of 744) sorted by relevance

12345678910>>...30

/dports/biology/avida/avida-2.12.4-src/avida-core/tests/parasites_limited_resources/config/
H A Denvironment.cfg10 REACTION ORN
17 …EQU:noreaction=XOR:noreaction=NOR:noreaction=ANDN:noreaction=OR:noreaction=ORN:noreaction=AND:nore…
18 …EQU:noreaction=XOR:noreaction=NOR:noreaction=ANDN:noreaction=OR:noreaction=ORN:noreaction=AND:nore…
19 …EQU:noreaction=XOR:noreaction=NOR:noreaction=ANDN:noreaction=OR:noreaction=ORN:noreaction=AND:nore…
20ORN orn process:resource=resECHO:value=0.0:type=pow:frac=0.5:min=1:max=1: requisite:noreaction=…
21 …EQU:noreaction=XOR:noreaction=NOR:noreaction=ANDN:noreaction=OR:noreaction=ORN:noreaction=AND:nore…
22 …EQU:noreaction=XOR:noreaction=NOR:noreaction=ANDN:noreaction=OR:noreaction=ORN:noreaction=AND:nore…
23 …EQU:noreaction=XOR:noreaction=NOR:noreaction=ANDN:noreaction=OR:noreaction=ORN:noreaction=AND:nore…
24 …EQU:noreaction=XOR:noreaction=NOR:noreaction=ANDN:noreaction=OR:noreaction=ORN:noreaction=AND:nore…
25 …EQU:noreaction=XOR:noreaction=NOR:noreaction=ANDN:noreaction=OR:noreaction=ORN:noreaction=AND:nore…
/dports/biology/avida/avida-2.12.4-src/avida-core/tests/multi_level_selection/config/
H A Denvironment.cfg4 REACTION ORN
8 …s:value=2.0:type=mult requisite:noreaction=NAND:noreaction=AND:noreaction=ORN:noreaction=OR:max_c…
9 …ss:value=2.0:type=mult requisite:noreaction=NOT:noreaction=AND:noreaction=ORN:noreaction=OR:max_c…
10 …s:value=3.0:type=mult requisite:noreaction=NOT:noreaction=NAND:noreaction=ORN:noreaction=OR:max_c…
11 REACTION ORN orn process:value=3.0:type=mult requisite:noreaction=NOT:noreaction=NAND:noreacti…
12 …e=4.0:type=mult requisite:noreaction=NOT:noreaction=NAND:noreaction=AND:noreaction=ORN:max_count=1
/dports/biology/avida/avida-2.12.4-src/avida-core/support/config/misc/
H A Denvironment-2paths.cfg20 REACTION ORN
28 REACTION NOT not process:value=1.0 requisite:noreaction=NAND:noreaction=ORN:noreaction=OR:nore…
29 REACTION AND and process:value=2.0 requisite:noreaction=NAND:noreaction=ORN:noreaction=OR:nore…
30 REACTION ANDN andn process:value=4.0 requisite:noreaction=NAND:noreaction=ORN:noreaction=OR:nore…
31 REACTION NOR nor process:value=8.0 requisite:noreaction=NAND:noreaction=ORN:noreaction=OR:nore…
34 REACTION ORN orn process:value=2.0 requisite:noreaction=NOT:noreaction=AND:noreaction=ANDN:nor…
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.aarch64.test/src/org/graalvm/compiler/core/aarch64/test/
H A DAArch64BitwiseLogicalNotTest.java38 private static final String ORN = AArch64ArithmeticOp.ORN.name(); field in AArch64BitwiseLogicalNotTest
87 test("orNotInt", ORN, -1, Integer.MAX_VALUE); in testOrNotInt()
96 test("orNotLong", ORN, 23L, -1L); in testOrNotLong()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.aarch64.test/src/org/graalvm/compiler/core/aarch64/test/
H A DAArch64BitwiseLogicalNotTest.java38 private static final String ORN = AArch64ArithmeticOp.ORN.name(); field in AArch64BitwiseLogicalNotTest
87 test("orNotInt", ORN, -1, Integer.MAX_VALUE); in testOrNotInt()
96 test("orNotLong", ORN, 23L, -1L); in testOrNotLong()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/ssa/gen/
H A DPPC64.rules166 (Rsh64x64 x y) -> (SRAD x (ORN y <typ.Int64> (MaskIfNotCarry (ADDconstForCarry [-64] y))))
167 (Rsh64Ux64 x y) -> (SRD x (ORN y <typ.Int64> (MaskIfNotCarry (ADDconstForCarry [-64] y))))
168 (Lsh64x64 x y) -> (SLD x (ORN y <typ.Int64> (MaskIfNotCarry (ADDconstForCarry [-64] y))))
170 (Rsh32x64 x y) -> (SRAW x (ORN y <typ.Int64> (MaskIfNotCarry (ADDconstForCarry [-32] y))))
171 (Rsh32Ux64 x y) -> (SRW x (ORN y <typ.Int64> (MaskIfNotCarry (ADDconstForCarry [-32] y))))
172 (Lsh32x64 x y) -> (SLW x (ORN y <typ.Int64> (MaskIfNotCarry (ADDconstForCarry [-32] y))))
178 (Rsh8x64 x y) -> (SRAW (SignExt8to32 x) (ORN y <typ.Int64> (MaskIfNotCarry (ADDconstForCarry [-8] …
179 (Rsh8Ux64 x y) -> (SRW (ZeroExt8to32 x) (ORN y <typ.Int64> (MaskIfNotCarry (ADDconstForCarry [-8] …
180 (Lsh8x64 x y) -> (SLW x (ORN y <typ.Int64> (MaskIfNotCarry (ADDconstForCarry [-8] …
217 (Rsh64x8 x y) -> (SRAD x (ORN y <typ.Int64> (MaskIfNotCarry (ADDconstForCarry [-64] (ZeroExt8to64 …
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/ssa/gen/
H A DPPC64.rules217 (Rsh64x64 x y) -> (SRAD x (ORN y <typ.Int64> (MaskIfNotCarry (ADDconstForCarry [-64] y))))
218 (Rsh64Ux64 x y) -> (SRD x (ORN y <typ.Int64> (MaskIfNotCarry (ADDconstForCarry [-64] y))))
219 (Lsh64x64 x y) -> (SLD x (ORN y <typ.Int64> (MaskIfNotCarry (ADDconstForCarry [-64] y))))
234 (Rsh32x64 x y) -> (SRAW x (ORN y <typ.Int64> (MaskIfNotCarry (ADDconstForCarry [-32] y))))
235 (Rsh32Ux64 x y) -> (SRW x (ORN y <typ.Int64> (MaskIfNotCarry (ADDconstForCarry [-32] y))))
236 (Lsh32x64 x y) -> (SLW x (ORN y <typ.Int64> (MaskIfNotCarry (ADDconstForCarry [-32] y))))
242 (Rsh8x64 x y) -> (SRAW (SignExt8to32 x) (ORN y <typ.Int64> (MaskIfNotCarry (ADDconstForCarry [-8] …
243 (Rsh8Ux64 x y) -> (SRW (ZeroExt8to32 x) (ORN y <typ.Int64> (MaskIfNotCarry (ADDconstForCarry [-8] …
244 (Lsh8x64 x y) -> (SLW x (ORN y <typ.Int64> (MaskIfNotCarry (ADDconstForCarry [-8] …
280 (Rsh64x8 x y) -> (SRAD x (ORN y <typ.Int64> (MaskIfNotCarry (ADDconstForCarry [-64] (ZeroExt8to64 …
[all …]
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D3orn_3or.sdf3 Coordinates from PDB:3ORN:A:400 Model:1 without hydrogens
143 3ORN
/dports/devel/llvm90/llvm-9.0.1.src/test/MC/ARM/
H A Dnegative-immediates.s141 ORN r0, r1, #0xFFFFFF00
144 # CHECK-DISABLED: ORN
145 ORN r0, r1, #0xFEFFFEFF
148 # CHECK-DISABLED: ORN
/dports/devel/llvm80/llvm-8.0.1.src/test/MC/ARM/
H A Dnegative-immediates.s141 ORN r0, r1, #0xFFFFFF00
144 # CHECK-DISABLED: ORN
145 ORN r0, r1, #0xFEFFFEFF
148 # CHECK-DISABLED: ORN
/dports/devel/llvm70/llvm-7.0.1.src/test/MC/ARM/
H A Dnegative-immediates.s141 ORN r0, r1, #0xFFFFFF00
144 # CHECK-DISABLED: ORN
145 ORN r0, r1, #0xFEFFFEFF
148 # CHECK-DISABLED: ORN
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/MC/ARM/
H A Dnegative-immediates.s141 ORN r0, r1, #0xFFFFFF00
144 # CHECK-DISABLED: ORN
145 ORN r0, r1, #0xFEFFFEFF
148 # CHECK-DISABLED: ORN
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/MC/ARM/
H A Dnegative-immediates.s141 ORN r0, r1, #0xFFFFFF00
144 # CHECK-DISABLED: ORN
145 ORN r0, r1, #0xFEFFFEFF
148 # CHECK-DISABLED: ORN
/dports/devel/llvm10/llvm-10.0.1.src/test/MC/ARM/
H A Dnegative-immediates.s141 ORN r0, r1, #0xFFFFFF00
144 # CHECK-DISABLED: ORN
145 ORN r0, r1, #0xFEFFFEFF
148 # CHECK-DISABLED: ORN
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/ARM/
H A Dnegative-immediates.s141 ORN r0, r1, #0xFFFFFF00
144 # CHECK-DISABLED: ORN
145 ORN r0, r1, #0xFEFFFEFF
148 # CHECK-DISABLED: ORN
/dports/devel/llvm11/llvm-11.0.1.src/test/MC/ARM/
H A Dnegative-immediates.s141 ORN r0, r1, #0xFFFFFF00
144 # CHECK-DISABLED: ORN
145 ORN r0, r1, #0xFEFFFEFF
148 # CHECK-DISABLED: ORN
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/ARM/
H A Dnegative-immediates.s141 ORN r0, r1, #0xFFFFFF00
144 # CHECK-DISABLED: ORN
145 ORN r0, r1, #0xFEFFFEFF
148 # CHECK-DISABLED: ORN
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/MC/ARM/
H A Dnegative-immediates.s141 ORN r0, r1, #0xFFFFFF00
144 # CHECK-DISABLED: ORN
145 ORN r0, r1, #0xFEFFFEFF
148 # CHECK-DISABLED: ORN
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/MC/ARM/
H A Dnegative-immediates.s141 ORN r0, r1, #0xFFFFFF00
144 # CHECK-DISABLED: ORN
145 ORN r0, r1, #0xFEFFFEFF
148 # CHECK-DISABLED: ORN
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/MC/ARM/
H A Dnegative-immediates.s141 ORN r0, r1, #0xFFFFFF00
144 # CHECK-DISABLED: ORN
145 ORN r0, r1, #0xFEFFFEFF
148 # CHECK-DISABLED: ORN
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/MC/ARM/
H A Dnegative-immediates.s141 ORN r0, r1, #0xFFFFFF00
144 # CHECK-DISABLED: ORN
145 ORN r0, r1, #0xFEFFFEFF
148 # CHECK-DISABLED: ORN
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/MC/ARM/
H A Dnegative-immediates.s141 ORN r0, r1, #0xFFFFFF00
144 # CHECK-DISABLED: ORN
145 ORN r0, r1, #0xFEFFFEFF
148 # CHECK-DISABLED: ORN
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/MC/ARM/
H A Dnegative-immediates.s141 ORN r0, r1, #0xFFFFFF00
144 # CHECK-DISABLED: ORN
145 ORN r0, r1, #0xFEFFFEFF
148 # CHECK-DISABLED: ORN
/dports/biology/molden/molden5.8/plush/
H A DORN1 mol="ORN" Charge="0"
/dports/biology/avida/avida-2.12.4-src/avida-core/tests/multi_level_selection/expected/data/
H A Dreactions.dat9 # 5: ORN

12345678910>>...30