Home
last modified time | relevance | path

Searched refs:TAIL_LIMIT (Results 1 – 21 of 21) sorted by relevance

/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/
H A D_dual_annealing.py46 TAIL_LIMIT = 1.e8 variable in VisitingDistribution
83 visits[visits > self.TAIL_LIMIT] = self.TAIL_LIMIT * upper_sample
84 visits[visits < -self.TAIL_LIMIT] = -self.TAIL_LIMIT * lower_sample
96 if visit > self.TAIL_LIMIT:
97 visit = self.TAIL_LIMIT * self.rand_gen.uniform()
98 elif visit < -self.TAIL_LIMIT:
99 visit = -self.TAIL_LIMIT * self.rand_gen.uniform()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DFontRunIterator.java137 static final int TAIL_LIMIT = 0xe000; field in FontRunIterator
154 if (nch >= TAIL_START && nch < TAIL_LIMIT) { in nextCodePoint()
H A DScriptRun.java239 static final int TAIL_LIMIT = 0xe000; field in ScriptRun
252 if (nch >= TAIL_START && nch < TAIL_LIMIT) { in nextCodePoint()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/font/
H A DFontRunIterator.java137 static final int TAIL_LIMIT = 0xe000; field in FontRunIterator
154 if (nch >= TAIL_START && nch < TAIL_LIMIT) { in nextCodePoint()
H A DScriptRun.java239 static final int TAIL_LIMIT = 0xe000; field in ScriptRun
252 if (nch >= TAIL_START && nch < TAIL_LIMIT) { in nextCodePoint()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DFontRunIterator.java137 static final int TAIL_LIMIT = 0xe000; field in FontRunIterator
154 if (nch >= TAIL_START && nch < TAIL_LIMIT) { in nextCodePoint()
H A DScriptRun.java239 static final int TAIL_LIMIT = 0xe000; field in ScriptRun
252 if (nch >= TAIL_START && nch < TAIL_LIMIT) { in nextCodePoint()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DFontRunIterator.java137 static final int TAIL_LIMIT = 0xe000; field in FontRunIterator
154 if (nch >= TAIL_START && nch < TAIL_LIMIT) { in nextCodePoint()
H A DScriptRun.java239 static final int TAIL_LIMIT = 0xe000; field in ScriptRun
252 if (nch >= TAIL_START && nch < TAIL_LIMIT) { in nextCodePoint()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/font/
H A DFontRunIterator.java137 static final int TAIL_LIMIT = 0xe000; field in FontRunIterator
154 if (nch >= TAIL_START && nch < TAIL_LIMIT) { in nextCodePoint()
H A DScriptRun.java239 static final int TAIL_LIMIT = 0xe000; field in ScriptRun
252 if (nch >= TAIL_START && nch < TAIL_LIMIT) { in nextCodePoint()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/font/
H A DFontRunIterator.java137 static final int TAIL_LIMIT = 0xe000; field in FontRunIterator
154 if (nch >= TAIL_START && nch < TAIL_LIMIT) { in nextCodePoint()
H A DScriptRun.java239 static final int TAIL_LIMIT = 0xe000; field in ScriptRun
252 if (nch >= TAIL_START && nch < TAIL_LIMIT) { in nextCodePoint()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/font/
H A DFontRunIterator.java137 static final int TAIL_LIMIT = 0xe000; field in FontRunIterator
154 if (nch >= TAIL_START && nch < TAIL_LIMIT) { in nextCodePoint()
H A DScriptRun.java239 static final int TAIL_LIMIT = 0xe000; field in ScriptRun
252 if (nch >= TAIL_START && nch < TAIL_LIMIT) { in nextCodePoint()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/font/
H A DFontRunIterator.java137 static final int TAIL_LIMIT = 0xe000; field in FontRunIterator
154 if (nch >= TAIL_START && nch < TAIL_LIMIT) { in nextCodePoint()
H A DScriptRun.java239 static final int TAIL_LIMIT = 0xe000; field in ScriptRun
252 if (nch >= TAIL_START && nch < TAIL_LIMIT) { in nextCodePoint()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/font/
H A DFontRunIterator.java137 static final int TAIL_LIMIT = 0xe000; field in FontRunIterator
154 if (nch >= TAIL_START && nch < TAIL_LIMIT) { in nextCodePoint()
H A DScriptRun.java239 static final int TAIL_LIMIT = 0xe000; field in ScriptRun
252 if (nch >= TAIL_START && nch < TAIL_LIMIT) { in nextCodePoint()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DFontRunIterator.java137 static final int TAIL_LIMIT = 0xe000; field in FontRunIterator
154 if (nch >= TAIL_START && nch < TAIL_LIMIT) { in nextCodePoint()
H A DScriptRun.java239 static final int TAIL_LIMIT = 0xe000; field in ScriptRun
252 if (nch >= TAIL_START && nch < TAIL_LIMIT) { in nextCodePoint()