Home
last modified time | relevance | path

Searched refs:LOWER_BOUND (Results 1 – 25 of 253) sorted by relevance

1234567891011

/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_data/configs/
H A Dlaikago_gym_config.gin5 LOWER_BOUND = -6.28318548203
32 Act0/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
35 Act1/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
38 Act2/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
41 Act3/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
44 Act4/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
47 Act5/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
50 Act6/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
53 Act7/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
56 Act8/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
[all …]
H A Dlaikago_gym_env.gin18 LOWER_BOUND = -6.28318548203
45 Act0/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
48 Act1/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
51 Act2/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
54 Act3/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
57 Act4/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
60 Act5/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
63 Act6/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
66 Act7/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
69 Act8/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
[all …]
H A Dlaikago_reactive.gin28 LOWER_BOUND = -6.28318548203
55 Act0/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
58 Act1/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
61 Act2/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
64 Act3/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
67 Act4/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
70 Act5/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
73 Act6/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
76 Act7/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
79 Act8/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_data/configs_v2/robots/
H A Dmini_cheetah.gin17 LOWER_BOUND = -6.28318548203
30 Act0/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
33 Act1/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
36 Act2/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
39 Act3/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
42 Act4/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
45 Act5/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
48 Act6/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
51 Act7/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
54 Act8/locomotion_gym_config.ScalarField.lower_bound = %LOWER_BOUND
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DExprOpenMP.h46 enum { BASE, LOWER_BOUND, LENGTH, END_EXPR }; enumerator
71 SubExprs[LOWER_BOUND] = LowerBound; in OMPArraySectionExpr()
91 Expr *getLowerBound() { return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); } in getLowerBound()
93 return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); in getLowerBound()
96 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } in setLowerBound()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DExprOpenMP.h45 enum { BASE, LOWER_BOUND, LENGTH, END_EXPR }; enumerator
70 SubExprs[LOWER_BOUND] = LowerBound; in OMPArraySectionExpr()
90 Expr *getLowerBound() { return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); } in getLowerBound()
92 return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); in getLowerBound()
95 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } in setLowerBound()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DExprOpenMP.h45 enum { BASE, LOWER_BOUND, LENGTH, END_EXPR }; enumerator
70 SubExprs[LOWER_BOUND] = LowerBound; in OMPArraySectionExpr()
90 Expr *getLowerBound() { return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); } in getLowerBound()
92 return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); in getLowerBound()
95 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } in setLowerBound()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h45 enum { BASE, LOWER_BOUND, LENGTH, END_EXPR }; enumerator
70 SubExprs[LOWER_BOUND] = LowerBound; in OMPArraySectionExpr()
90 Expr *getLowerBound() { return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); } in getLowerBound()
92 return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); in getLowerBound()
95 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } in setLowerBound()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DExprOpenMP.h46 enum { BASE, LOWER_BOUND, LENGTH, END_EXPR }; enumerator
71 SubExprs[LOWER_BOUND] = LowerBound; in OMPArraySectionExpr()
91 Expr *getLowerBound() { return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); } in getLowerBound()
93 return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); in getLowerBound()
96 void setLowerBound(Expr *E) { SubExprs[LOWER_BOUND] = E; } in setLowerBound()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/management/jmxremote/startstop/
H A DPortAllocator.java30 private final static int LOWER_BOUND = 49152; field in PortAllocator
40 port = RND.nextInt(UPPER_BOUND - LOWER_BOUND + 1) + LOWER_BOUND; in allocatePorts()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/management/jmxremote/startstop/
H A DPortAllocator.java30 private final static int LOWER_BOUND = 49152; field in PortAllocator
40 port = RND.nextInt(UPPER_BOUND - LOWER_BOUND + 1) + LOWER_BOUND; in allocatePorts()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/management/jmxremote/startstop/
H A DPortAllocator.java30 private final static int LOWER_BOUND = 49152; field in PortAllocator
40 port = RND.nextInt(UPPER_BOUND - LOWER_BOUND + 1) + LOWER_BOUND; in allocatePorts()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/management/jmxremote/startstop/
H A DPortAllocator.java30 private final static int LOWER_BOUND = 49152; field in PortAllocator
40 port = RND.nextInt(UPPER_BOUND - LOWER_BOUND + 1) + LOWER_BOUND; in allocatePorts()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/management/jmxremote/startstop/
H A DPortAllocator.java30 private final static int LOWER_BOUND = 49152; field in PortAllocator
40 port = RND.nextInt(UPPER_BOUND - LOWER_BOUND + 1) + LOWER_BOUND; in allocatePorts()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/management/jmxremote/startstop/
H A DPortAllocator.java30 private final static int LOWER_BOUND = 49152; field in PortAllocator
40 port = RND.nextInt(UPPER_BOUND - LOWER_BOUND + 1) + LOWER_BOUND; in allocatePorts()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/management/jmxremote/startstop/
H A DPortAllocator.java30 private final static int LOWER_BOUND = 49152; field in PortAllocator
40 port = RND.nextInt(UPPER_BOUND - LOWER_BOUND + 1) + LOWER_BOUND; in allocatePorts()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/management/jmxremote/startstop/
H A DPortAllocator.java30 private final static int LOWER_BOUND = 49152; field in PortAllocator
40 port = RND.nextInt(UPPER_BOUND - LOWER_BOUND + 1) + LOWER_BOUND; in allocatePorts()
/dports/devel/py-libversion/libversion-1.2.4/libversion/
H A D__init__.py24 from libversion._libversion import LOWER_BOUND as LOWER_BOUND unknown
52 LOWER_BOUND = LOWER_BOUND variable in Version
/dports/devel/matreshka/matreshka-0.7.0/tools/aflex/src/
H A Dmisc.adb121 LOWER_BOUND : constant INTEGER := V'FIRST; constant
132 if (V(J + LOWER_BOUND) <= V(JG + LOWER_BOUND)) then
136 K := V (J + LOWER_BOUND);
137 V(J + LOWER_BOUND) := V(JG + LOWER_BOUND);
138 V(JG + LOWER_BOUND) := K;
/dports/devel/py-libversion/libversion-1.2.4/tests/
H A Dtest_cversion.py23 from libversion import (ANY_IS_PATCH, LOWER_BOUND, P_IS_PATCH, UPPER_BOUND,
41 …@unittest.skipIf(LOWER_BOUND == 0 or UPPER_BOUND == 0, 'LOWER_BOUND/UPPER_BOUND flags are not supp…
44 self.assertEqual(version_compare('1.0a1', '1.0', 0, LOWER_BOUND), 1)
/dports/biology/star/STAR-2.7.9a/source/opal/
H A Dopal.cpp178 …if (gapOpen < LOWER_BOUND || UPPER_BOUND < gapOpen || gapExt < LOWER_BOUND || UPPER_BOUND < gapExt… in searchDatabaseSW_()
183 …if (gapOpen <= LOWER_BOUND/2 || UPPER_BOUND/2 <= gapOpen || gapExt <= LOWER_BOUND/2 || UPPER_BOUND… in searchDatabaseSW_()
191 if (score < LOWER_BOUND || UPPER_BOUND < score) { in searchDatabaseSW_()
195 if (score <= LOWER_BOUND/2 || UPPER_BOUND/2 <= score) in searchDatabaseSW_()
206 scoreZeroes = SIMD::set1(LOWER_BOUND); in searchDatabaseSW_()
233 currDbSeqsBestScore[i] = LOWER_BOUND; in searchDatabaseSW_()
428 currDbSeqsBestScore[i] = LOWER_BOUND; in searchDatabaseSW_()
610 …if (gapOpen < LOWER_BOUND || UPPER_BOUND < gapOpen || gapExt < LOWER_BOUND || UPPER_BOUND < gapExt… in searchDatabase_()
615 …if (gapOpen <= LOWER_BOUND/2 || UPPER_BOUND/2 <= gapOpen || gapExt <= LOWER_BOUND/2 || UPPER_BOUND… in searchDatabase_()
623 if (score < LOWER_BOUND || UPPER_BOUND < score) { in searchDatabase_()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/sa/
H A DLingeredAppWithNativeMethod.java31 private static final int LOWER_BOUND = 40; field in LingeredAppWithNativeMethod
47 while (num < LOWER_BOUND) { in callNative()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/serviceability/sa/
H A DLingeredAppWithNativeMethod.java31 private static final int LOWER_BOUND = 40; field in LingeredAppWithNativeMethod
47 while (num < LOWER_BOUND) { in callNative()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/sa/
H A DLingeredAppWithNativeMethod.java31 private static final int LOWER_BOUND = 40; field in LingeredAppWithNativeMethod
47 while (num < LOWER_BOUND) { in callNative()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/serviceability/sa/
H A DLingeredAppWithNativeMethod.java31 private static final int LOWER_BOUND = 40; field in LingeredAppWithNativeMethod
47 while (num < LOWER_BOUND) { in callNative()

1234567891011