HomeSort by relevance Sort by last modified time
    Searched refs:bound1 (Results 1 - 16 of 16) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-bound2.d 2 #source: rd-bound1.s
rd-bound4.d 2 #source: rd-bound1.s
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
MultiStartUnivariateRealOptimizer.java 242 final double bound1 = (i == 0) ? min : min + generator.nextDouble() * (max - min); local
245 FastMath.min(bound1, bound2),
246 FastMath.max(bound1, bound2));
  /art/compiler/optimizing/
bounds_check_elimination.cc 221 static ValueBound NarrowLowerBound(ValueBound bound1, ValueBound bound2) {
222 if (bound1.GreaterThanOrEqualTo(bound2)) {
223 return bound1;
225 if (bound2.GreaterThanOrEqualTo(bound1)) {
231 return bound1.IsConstant() ? bound1 : bound2;
236 static ValueBound NarrowUpperBound(ValueBound bound1, ValueBound bound2) {
237 if (bound1.LessThanOrEqualTo(bound2)) {
238 return bound1;
240 if (bound2.LessThanOrEqualTo(bound1)) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
fractions.py 254 bound1 = Fraction(p0+k*p1, q0+k*q1)
256 if abs(bound2 - self) <= abs(bound1-self):
259 return bound1
  /prebuilts/gdb/linux-x86/lib/python2.7/
fractions.py 254 bound1 = Fraction(p0+k*p1, q0+k*q1)
256 if abs(bound2 - self) <= abs(bound1-self):
259 return bound1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fractions.py 254 bound1 = Fraction(p0+k*p1, q0+k*q1)
256 if abs(bound2 - self) <= abs(bound1-self):
259 return bound1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fractions.py 254 bound1 = Fraction(p0+k*p1, q0+k*q1)
256 if abs(bound2 - self) <= abs(bound1-self):
259 return bound1
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/
kotlin-compiler-embeddable-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 

Completed in 3330 milliseconds