Home
last modified time | relevance | path

Searched defs:bounded (Results 1 – 25 of 705) sorted by relevance

12345678910>>...29

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/optimization/direct/
H A DMultivariateFunctionMappingAdapterTest.java49 final double[] bounded = wrapped.unboundedToBounded(optimum.getPoint()); in testStartSimplexInsideRange() local
51 Assert.assertEquals(biQuadratic.getBoundedXOptimum(), bounded[0], 2e-7); in testStartSimplexInsideRange() local
52 Assert.assertEquals(biQuadratic.getBoundedYOptimum(), bounded[1], 2e-7); in testStartSimplexInsideRange() local
75 final double[] bounded = wrapped.unboundedToBounded(optimum.getPoint()); in testOptimumOutsideRange() local
77 Assert.assertEquals(biQuadratic.getBoundedXOptimum(), bounded[0], 2e-7); in testOptimumOutsideRange() local
78 Assert.assertEquals(biQuadratic.getBoundedYOptimum(), bounded[1], 2e-7); in testOptimumOutsideRange() local
103 final double[] bounded = wrapped.unboundedToBounded(optimum.getPoint()); in testUnbounded() local
105 Assert.assertEquals(biQuadratic.getBoundedXOptimum(), bounded[0], 2e-7); in testUnbounded() local
106 Assert.assertEquals(biQuadratic.getBoundedYOptimum(), bounded[1], 2e-7); in testUnbounded() local
131 final double[] bounded = wrapped.unboundedToBounded(optimum.getPoint()); in testHalfBounded() local
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/optim/nonlinear/scalar/
H A DMultivariateFunctionMappingAdapterTest.java51 final double[] bounded = wrapped.unboundedToBounded(optimum.getPoint()); in testStartSimplexInsideRange() local
53 Assert.assertEquals(biQuadratic.getBoundedXOptimum(), bounded[0], 2e-7); in testStartSimplexInsideRange() local
54 Assert.assertEquals(biQuadratic.getBoundedYOptimum(), bounded[1], 2e-7); in testStartSimplexInsideRange() local
78 final double[] bounded = wrapped.unboundedToBounded(optimum.getPoint()); in testOptimumOutsideRange() local
80 Assert.assertEquals(biQuadratic.getBoundedXOptimum(), bounded[0], 2e-7); in testOptimumOutsideRange() local
81 Assert.assertEquals(biQuadratic.getBoundedYOptimum(), bounded[1], 2e-7); in testOptimumOutsideRange() local
107 final double[] bounded = wrapped.unboundedToBounded(optimum.getPoint()); in testUnbounded() local
109 Assert.assertEquals(biQuadratic.getBoundedXOptimum(), bounded[0], 2e-7); in testUnbounded() local
110 Assert.assertEquals(biQuadratic.getBoundedYOptimum(), bounded[1], 2e-7); in testUnbounded() local
136 final double[] bounded = wrapped.unboundedToBounded(optimum.getPoint()); in testHalfBounded() local
[all …]
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/test/org/apache/commons/collections/buffer/
H A DTestBoundedBuffer.java60 final Buffer bounded = BoundedBuffer.decorate(new UnboundedFifoBuffer(), 2, 500); in testMaxSize() local
81 final Buffer bounded = BoundedBuffer.decorate(new UnboundedFifoBuffer(), 1); in testAddToFullBufferNoTimeout() local
91 final Buffer bounded = BoundedBuffer.decorate(new UnboundedFifoBuffer(), 1); in testAddAllToFullBufferNoTimeout() local
101 final Buffer bounded = BoundedBuffer.decorate(new UnboundedFifoBuffer(), 1); in testAddAllToEmptyBufferExceedMaxSizeNoTimeout() local
110 final Buffer bounded = BoundedBuffer.decorate(new UnboundedFifoBuffer(), 1, 500); in testAddToFullBufferRemoveViaIterator() local
120 final Buffer bounded = BoundedBuffer.decorate(new UnboundedFifoBuffer(), 2, 500); in testAddAllToFullBufferRemoveViaIterator() local
131 final Buffer bounded = BoundedBuffer.decorate(new UnboundedFifoBuffer(), 1, 500); in testAddToFullBufferWithTimeout() local
146 final Buffer bounded = BoundedBuffer.decorate(new UnboundedFifoBuffer(), 2, 500); in testAddAllToFullBufferWithTimeout() local
/dports/math/stanmath/math-4.2.0/stan/math/prim/err/
H A Dcheck_bounded.hpp25 struct bounded { struct
26 static void check(const char* function, const char* name, const T_y& y, in check()
43 struct bounded<T_y, T_low, T_high, true> { struct
44 static void check(const char* function, const char* name, const T_y& y, in check()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/scal/err/
H A Dcheck_bounded.hpp24 struct bounded { struct
25 static void check(const char* function, const char* name, const T_y& y, in check()
44 struct bounded<T_y, T_low, T_high, true> { struct
45 static void check(const char* function, const char* name, const T_y& y, in check()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DBoundaryConditions.cpp34 Func bounded("repeat_edge"); in repeat_edge() local
65 Func bounded("constant_exterior"); in constant_exterior() local
118 Func bounded("repeat_image"); in repeat_image() local
159 Func bounded("mirror_image"); in mirror_image() local
205 Func bounded("mirror_interior"); in mirror_interior() local
/dports/math/octave-forge-interval/interval-3.2.0/inst/@infsup/
H A Dbisect.m61 bounded = intersect (infsup (pow2 (-1074), realmax), subsref (x, idx)); variable
68 bounded = intersect (infsup (-realmax, -pow2 (-1074)), subsref (x, idx)); variable
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqrandom.h112 double bounded(double highest) in bounded() function
117 quint32 bounded(quint32 highest) in bounded() function
125 quint32 bounded(quint32 lowest, quint32 highest) in bounded() function
131 int bounded(int highest) in bounded() function
137 int bounded(int lowest, int highest) in bounded() function
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqrandom.h112 double bounded(double highest) in bounded() function
117 quint32 bounded(quint32 highest) in bounded() function
125 quint32 bounded(quint32 lowest, quint32 highest) in bounded() function
131 int bounded(int highest) in bounded() function
137 int bounded(int lowest, int highest) in bounded() function
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqrandom.h112 double bounded(double highest) in bounded() function
117 quint32 bounded(quint32 highest) in bounded() function
125 quint32 bounded(quint32 lowest, quint32 highest) in bounded() function
131 int bounded(int highest) in bounded() function
137 int bounded(int lowest, int highest) in bounded() function
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqrandom.h112 double bounded(double highest) in bounded() function
117 quint32 bounded(quint32 highest) in bounded() function
125 quint32 bounded(quint32 lowest, quint32 highest) in bounded() function
131 int bounded(int highest) in bounded() function
137 int bounded(int lowest, int highest) in bounded() function
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqrandom.h112 double bounded(double highest) in bounded() function
117 quint32 bounded(quint32 highest) in bounded() function
125 quint32 bounded(quint32 lowest, quint32 highest) in bounded() function
131 int bounded(int highest) in bounded() function
137 int bounded(int lowest, int highest) in bounded() function
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqrandom.h112 double bounded(double highest) in bounded() function
117 quint32 bounded(quint32 highest) in bounded() function
125 quint32 bounded(quint32 lowest, quint32 highest) in bounded() function
131 int bounded(int highest) in bounded() function
137 int bounded(int lowest, int highest) in bounded() function
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqrandom.h112 double bounded(double highest) in bounded() function
117 quint32 bounded(quint32 highest) in bounded() function
125 quint32 bounded(quint32 lowest, quint32 highest) in bounded() function
131 int bounded(int highest) in bounded() function
137 int bounded(int lowest, int highest) in bounded() function
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqrandom.h112 double bounded(double highest) in bounded() function
117 quint32 bounded(quint32 highest) in bounded() function
125 quint32 bounded(quint32 lowest, quint32 highest) in bounded() function
131 int bounded(int highest) in bounded() function
137 int bounded(int lowest, int highest) in bounded() function
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqrandom.h112 double bounded(double highest) in bounded() function
117 quint32 bounded(quint32 highest) in bounded() function
125 quint32 bounded(quint32 lowest, quint32 highest) in bounded() function
131 int bounded(int highest) in bounded() function
137 int bounded(int lowest, int highest) in bounded() function
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqrandom.h112 double bounded(double highest) in bounded() function
117 quint32 bounded(quint32 highest) in bounded() function
125 quint32 bounded(quint32 lowest, quint32 highest) in bounded() function
131 int bounded(int highest) in bounded() function
137 int bounded(int lowest, int highest) in bounded() function
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqrandom.h112 double bounded(double highest) in bounded() function
117 quint32 bounded(quint32 highest) in bounded() function
125 quint32 bounded(quint32 lowest, quint32 highest) in bounded() function
131 int bounded(int highest) in bounded() function
137 int bounded(int lowest, int highest) in bounded() function
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqrandom.h112 double bounded(double highest) in bounded() function
117 quint32 bounded(quint32 highest) in bounded() function
125 quint32 bounded(quint32 lowest, quint32 highest) in bounded() function
131 int bounded(int highest) in bounded() function
137 int bounded(int lowest, int highest) in bounded() function
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqrandom.h112 double bounded(double highest) in bounded() function
117 quint32 bounded(quint32 highest) in bounded() function
125 quint32 bounded(quint32 lowest, quint32 highest) in bounded() function
131 int bounded(int highest) in bounded() function
137 int bounded(int lowest, int highest) in bounded() function
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqrandom.h112 double bounded(double highest) in bounded() function
117 quint32 bounded(quint32 highest) in bounded() function
125 quint32 bounded(quint32 lowest, quint32 highest) in bounded() function
131 int bounded(int highest) in bounded() function
137 int bounded(int lowest, int highest) in bounded() function
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqrandom.h112 double bounded(double highest) in bounded() function
117 quint32 bounded(quint32 highest) in bounded() function
125 quint32 bounded(quint32 lowest, quint32 highest) in bounded() function
131 int bounded(int highest) in bounded() function
137 int bounded(int lowest, int highest) in bounded() function
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqrandom.h112 double bounded(double highest) in bounded() function
117 quint32 bounded(quint32 highest) in bounded() function
125 quint32 bounded(quint32 lowest, quint32 highest) in bounded() function
131 int bounded(int highest) in bounded() function
137 int bounded(int lowest, int highest) in bounded() function
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqrandom.h112 double bounded(double highest) in bounded() function
117 quint32 bounded(quint32 highest) in bounded() function
125 quint32 bounded(quint32 lowest, quint32 highest) in bounded() function
131 int bounded(int highest) in bounded() function
137 int bounded(int lowest, int highest) in bounded() function
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqrandom.h112 double bounded(double highest) in bounded() function
117 quint32 bounded(quint32 highest) in bounded() function
125 quint32 bounded(quint32 lowest, quint32 highest) in bounded() function
131 int bounded(int highest) in bounded() function
137 int bounded(int lowest, int highest) in bounded() function

12345678910>>...29