Searched refs:startValue (Results 1 - 17 of 17) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
H A DNewtonSolver.java69 public double solve(final double min, final double max, final double startValue) argument
71 return solve(f, min, max, startValue);
114 * Find a zero near the value <code>startValue</code>.
119 * @param startValue the start value to use.
124 * @throws IllegalArgumentException if startValue is not between min and max or
129 final double min, final double max, final double startValue)
132 return solve(f, min, max, startValue);
136 * Find a zero near the value <code>startValue</code>.
141 * @param startValue the start value to use.
145 * @throws IllegalArgumentException if startValue i
128 solve(int maxEval, final UnivariateRealFunction f, final double min, final double max, final double startValue) argument
150 solve(final UnivariateRealFunction f, final double min, final double max, final double startValue) argument
[all...]
H A DUnivariateRealSolver.java104 * Solve for a zero in the given interval, start at startValue.
111 * @param startValue the start value to use
122 double solve(double min, double max, double startValue) argument
126 * Solve for a zero in the given interval, start at startValue.
134 * @param startValue the start value to use
145 double solve(UnivariateRealFunction f, double min, double max, double startValue) argument
H A DUnivariateRealSolverImpl.java163 * Solve for a zero in the given interval, start at startValue.
171 * @param startValue the start value to use
181 public double solve(int maxEval, UnivariateRealFunction function, double min, double max, double startValue) argument
/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
H A DSliceFunction.java39 Value startValue = args[1];
42 int start = startValue.asNumber();
65 || startValue.isPartiallyEscaped() || endValue.isPartiallyEscaped());
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
H A DUnivariateRealOptimizer.java75 * Find an optimum in the given interval, start at startValue.
84 * @param startValue the start value to use.
94 double min, double max, double startValue)
93 optimize(UnivariateRealFunction f, GoalType goalType, double min, double max, double startValue) argument
H A DMultiStartUnivariateRealOptimizer.java314 final double min, final double max, final double startValue)
313 optimize(final UnivariateRealFunction f, final GoalType goalType, final double min, final double max, final double startValue) argument
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DFastMath.java95 * Linear interpolation from startValue to endValue by the given percent.
96 * Basically: ((1 - percent) * startValue) + (percent * endValue)
99 * scale value to use. if 1, use endValue, if 0, use startValue.
100 * @param startValue
104 * @return The interpolated value between startValue and endValue.
106 public static float interpolateLinear(float scale, float startValue, float endValue) { argument
107 if (startValue == endValue) {
108 return startValue;
111 return startValue;
116 return ((1f - scale) * startValue)
132 interpolateLinear(float scale, Vector3f startValue, Vector3f endValue, Vector3f store) argument
154 interpolateLinear(float scale, Vector3f startValue, Vector3f endValue) argument
168 extrapolateLinear(float scale, float startValue, float endValue) argument
186 extrapolateLinear(float scale, Vector3f startValue, Vector3f endValue, Vector3f store) argument
209 extrapolateLinear(float scale, Vector3f startValue, Vector3f endValue) argument
[all...]
/external/aac/libFDK/include/
H A DFDK_crc.h124 USHORT startValue; /*!< CRC start value. */ member in struct:__anon145
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
H A DAbstractUnivariateRealOptimizer.java219 double min, double max, double startValue)
224 this.searchStart = startValue;
218 optimize(UnivariateRealFunction f, GoalType goal, double min, double max, double startValue) argument
/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp3688 int32_t Calendar::getActualHelper(UCalendarDateFields field, int32_t startValue, int32_t endValue, UErrorCode &status) const argument
3691 fprintf(stderr, "getActualHelper(%d,%d .. %d, %s)\n", field, startValue, endValue, u_errorName(status));
3693 if (startValue == endValue) {
3695 return startValue;
3698 int32_t delta = (endValue > startValue) ? 1 : -1;
3702 if(U_FAILURE(status)) return startValue;
3704 if(!work) { status = U_MEMORY_ALLOCATION_ERROR; return startValue; }
3716 work->set(field, startValue);
3723 int32_t result = startValue;
3724 if ((work->get(field, status) != startValue
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCalendar.java2653 private int getActualHelper(int field, int startValue, int endValue) { argument
2655 if (startValue == endValue) {
2657 return startValue;
2660 final int delta = (endValue > startValue) ? 1 : -1;
2677 work.set(field, startValue);
2683 if (work.get(field) != startValue
2685 return startValue;
2687 int result = startValue;
2689 startValue += delta;
2691 if (work.get(field) != startValue) {
[all...]
/external/aac/libFDK/src/
H A DFDK_crc.cpp216 hCrcInfo->startValue = crcStartValue;
245 hCrcInfo->crcValue = hCrcInfo->startValue;
/external/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h1849 * @param startValue starting (least max) value of field
1854 int32_t getActualHelper(UCalendarDateFields field, int32_t startValue, int32_t endValue, UErrorCode &status) const;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 778 milliseconds