Searched refs:upper (Results 1 - 25 of 220) sorted by relevance

123456789

/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
H A DRandomData.java46 * <code>lower</code> and <code>upper</code> (endpoints included).
53 * <li><code>lower < upper</code> (otherwise an IllegalArgumentException
58 * @param upper upper bound for generated integer
60 * and less than or equal to <code>upper</code>.
62 int nextInt(int lower, int upper); argument
66 * <code>lower</code> and <code>upper</code> (endpoints included).
74 * <li><code>lower < upper</code> (otherwise an IllegalArgumentException
79 * @param upper upper boun
83 nextLong(long lower, long upper) argument
124 nextSecureInt(int lower, int upper) argument
148 nextSecureLong(long lower, long upper) argument
225 nextUniform(double lower, double upper) argument
[all...]
H A DRandomDataImpl.java190 * <code>lower</code> and <code>upper</code>, inclusive.
194 * @param upper
195 * the upper bound.
197 * @throws NumberIsTooLargeException if {@code lower >= upper}.
199 public int nextInt(int lower, int upper) { argument
200 if (lower >= upper) {
202 lower, upper, false);
205 return (int) ((r * upper) + ((1.0 - r) * lower) + r);
210 * <code>lower</code> and <code>upper</code>, inclusive.
214 * @param upper
219 nextLong(long lower, long upper) argument
310 nextSecureInt(int lower, int upper) argument
331 nextSecureLong(long lower, long upper) argument
511 nextUniform(double lower, double upper) argument
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/
H A DArgumentOutsideDomainException.java38 * @param upper upper bound of the domain
40 public ArgumentOutsideDomainException(double argument, double lower, double upper) { argument
41 super(argument, LocalizedFormats.ARGUMENT_OUTSIDE_DOMAIN, argument, lower, upper);
/external/icu/icu4c/source/samples/case/
H A Ducase.c25 static const UChar upper[] = {0x61, 0x42, 0x49, 0}; /* upper = "aBI" */ local
50 length = u_strToLower(buffer, sizeof(buffer)/sizeof(buffer[0]), upper,
51 sizeof(upper)/sizeof(upper[0]), "tr", &errorCode);
57 u_fprintf(out, "u_strToLower(%S, turkish) -> %S\n", upper, buffer);
63 length = u_strToUpper(buffer, sizeof(buffer)/sizeof(buffer[0]), upper,
64 sizeof(upper)/sizeof(upper[0]), "en", &errorCode);
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
H A DUnivariateRealSolverImpl.java147 * @param max the upper bound for the interval.
170 * @param max the upper bound for the interval.
225 * @param upper the upper endpoint
227 * @return true if f(lower) * f(upper) < 0
230 protected boolean isBracketing(final double lower, final double upper, argument
234 final double f2 = function.value(upper);
255 * @param upper upper endpoint
258 protected void verifyInterval(final double lower, final double upper) { argument
275 verifySequence(final double lower, final double initial, final double upper) argument
293 verifyBracketing(final double lower, final double upper, final UnivariateRealFunction function) argument
[all...]
/external/chromium-libpac/test/
H A Djstocstring.pl16 $upper = uc();
17 print FILE "#define $upper \\\n";
/external/bison/lib/
H A Dc-strcaseeq.h34 # define CASEEQ(other,upper) \
35 (c_isupper (upper) ? ((other) & ~0x20) == (upper) : (other) == (upper))
37 # define CASEEQ(other,upper) \
38 (c_isupper (upper) ? (other) == (upper) || (other) == (upper) - 'A' + 'a' : (other) == (upper))
40 # define CASEEQ(other,upper) \
[all...]
/external/google-breakpad/src/processor/
H A Dbinarystream.cc80 uint32_t lower, upper; local
81 *this >> lower >> upper; local
83 u64 = static_cast<uint64_t>(lower) | (static_cast<uint64_t>(upper) << 32);
119 uint32_t upper = static_cast<uint32_t>(u64 >> 32); local
120 *this << lower << upper; local
/external/guava/guava/src/com/google/common/collect/
H A DSortedLists.java70 int upper = list.size() - 1;
71 // Everything between lower and upper inclusive compares at >= 0.
72 while (lower < upper) {
73 int middle = (lower + upper + 1) >>> 1;
76 upper = middle - 1;
94 int upper = foundIndex;
96 // Everything between lower and upper inclusive compares at <= 0.
97 while (lower < upper) {
98 int middle = (lower + upper) >>> 1;
103 upper
[all...]
H A DRange.java66 * <p>When both endpoints exist, the upper endpoint may not be less than the lower. The endpoints
161 * lower} and strictly less than {@code upper}.
164 * equal to</i> {@code upper}
167 public static <C extends Comparable<?>> Range<C> open(C lower, C upper) { argument
168 return create(Cut.aboveValue(lower), Cut.belowValue(upper));
173 * {@code lower} and less than or equal to {@code upper}.
176 * upper}
179 public static <C extends Comparable<?>> Range<C> closed(C lower, C upper) { argument
180 return create(Cut.belowValue(lower), Cut.aboveValue(upper));
185 * {@code lower} and strictly less than {@code upper}
191 closedOpen( C lower, C upper) argument
204 openClosed( C lower, C upper) argument
218 range( C lower, BoundType lowerType, C upper, BoundType upperType) argument
[all...]
/external/deqp/scripts/
H A Dlaunchcontrol_build.py72 print "# %s %s BUILD" % (options.config.upper(), options.buildType.upper())
/external/mesa3d/src/gallium/docs/source/exts/
H A Dformatting.py11 envvar = envvar.strip().upper()
21 opcode = opcode.strip().upper()
/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
H A Dserial_number_generator.py43 group=None, upper=False):
85 if upper:
86 ident = ident.upper()
122 >>> hash_identifier(0, 10, group=4, upper=True, prefix='M-')
/external/icu/icu4c/source/i18n/
H A Dcollationweights.cpp219 printf("length of upper limit 0x%08lx is %ld\n", upperLimit, upperLength);
222 // Permit upperLength<middleLength: The upper limit for secondaries is 0x10000.
226 printf("error: no space between lower & upper limits\n");
235 printf("error: lower limit 0x%08lx is a prefix of upper limit 0x%08lx\n", lowerLimit, upperLimit);
240 /* if the upper limit is a prefix of the lower limit then the earlier test lowerLimit>=upperLimit has caught it */
242 WeightRange lower[5], middle, upper[5]; /* [0] and [1] are not used - this simplifies indexing */ local
245 uprv_memset(upper, 0, sizeof(upper));
254 * upper[2] 2
255 * upper[
[all...]
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
H A Dis_1.pass.cpp41 assert(f.is(F::upper, L'A'));
42 assert(!f.is(F::upper, L'a'));
66 assert(f.is(F::upper, L'\x00DA'));
84 assert(f.is(F::upper, L'A'));
85 assert(!f.is(F::upper, L'a'));
109 assert(!f.is(F::upper, L'\x00DA'));
H A Dis_many.pass.cpp43 assert( (m[0] & F::upper));
57 assert(!(m[1] & F::upper));
71 assert( (m[2] & F::upper));
85 assert(!(m[3] & F::upper));
99 assert(!(m[4] & F::upper));
113 assert(!(m[5] & F::upper));
127 assert(!(m[6] & F::upper));
152 assert(!(m[0] & F::upper));
166 assert(!(m[1] & F::upper));
180 assert( (m[2] & F::upper));
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
H A DUnivariateRealIntegratorImpl.java159 * @param upper upper endpoint
162 protected void verifyInterval(double lower, double upper) throws argument
164 if (lower >= upper) {
167 lower, upper);
172 * Verifies that the upper and lower limits of iterations are valid.
/external/libcxx/test/std/localization/locale.categories/category.ctype/
H A Dctype_base.pass.cpp26 // static const mask upper = 1 << 3;
47 assert(std::ctype_base::upper);
57 & std::ctype_base::upper
69 test(std::ctype_base::upper);
/external/vixl/tools/
H A Dgenerate_simulator_traces.py153 trace_f.write("#ifndef VIXL_" + test.upper() + "_TRACE_A64_H_\n")
154 trace_f.write("#define VIXL_" + test.upper() + "_TRACE_A64_H_\n")
158 trace_f.write('\n' + "#endif // VIXL_" + test.upper() + "_TRACE_A64_H_" + '\n')
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dutil.rb128 # within the given lower and upper bounds,
140 def bound( lower, upper=nil )
142 return self unless upper
143 return upper if self > upper
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationWeights.java294 // printf("length of upper limit 0x%08lx is %ld\n", upperLimit, upperLength);
296 // Permit upperLength<middleLength: The upper limit for secondaries is 0x10000.
299 // printf("error: no space between lower & upper limits\n");
306 // printf("error: lower limit 0x%08lx is a prefix of upper limit 0x%08lx\n", lowerLimit, upperLimit);
310 /* if the upper limit is a prefix of the lower limit then the earlier test lowerLimit>=upperLimit has caught it */
314 WeightRange[] upper = new WeightRange[5];
323 * upper[2] 2
324 * upper[3] 3
325 * upper[4] 4
354 upper[lengt
[all...]
/external/libcxx/test/std/re/re.traits/
H A Dlookup_classname.pass.cpp42 | std::ctype_base::upper | std::ctype_base::lower);
44 | std::ctype_base::upper | std::ctype_base::lower);
46 | std::ctype_base::upper | std::ctype_base::lower, true);
48 | std::ctype_base::upper | std::ctype_base::lower, true);
110 test("upper", std::ctype_base::upper);
111 test("UPPER", std::ctype_base::upper);
112 test("upper", std::ctype_base::upper | std::ctype_base::alpha, true);
113 test("Upper", std::ctype_base::upper | st
[all...]
/external/v8/src/compiler/
H A Dtyper.cc102 DCHECK(result.upper->Maybe(Type::Internal()));
105 return result.upper;
133 if (OperandType(node, i).upper->Is(Type::None())) {
181 DCHECK(previous.upper->Is(bounds.upper));
356 Type* upper = Type::Union(left.upper, right.upper, zone()); local
357 if (!upper->Is(Type::Signed32())) upper
366 Type* upper = Type::Union(left.upper, right.upper, zone()); local
405 Type* upper = local
630 Type* upper = fun.upper->IsFunction() local
702 Type* upper = arg.upper->Is(s32) ? arg.upper : s32; local
711 Type* upper = arg.upper->Is(u32) ? arg.upper : u32; local
[all...]
/external/v8/test/cctest/compiler/
H A Dtest-js-constant-cache.cc42 Type* upper(Node* node) { return NodeProperties::GetBounds(node).upper; } function in class:JSConstantCacheTester
66 Type* t = T.upper(zero);
87 Type* t = T.upper(minus_zero);
120 Type* t = T.upper(zero);
145 Type* t = T.upper(one);
170 Type* t = T.upper(one);
230 CHECK(T.upper(node)->Equals(Type::Of(value, T.main_zone())));
277 CHECK(T.upper(T.UndefinedConstant())->Is(Type::Undefined()));
279 // CHECK(T.upper(
[all...]
/external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
H A Dis_1.pass.cpp35 assert(f.is(F::upper, 'A'));
36 assert(!f.is(F::upper, 'a'));

Completed in 3552 milliseconds

123456789