/external/eigen/blas/fortran/ |
dtbmv.f | 18 * upper or lower triangular band matrix, with ( k + 1 ) diagonals. 24 * On entry, UPLO specifies whether the matrix is an upper or 27 * UPLO = 'U' or 'u' A is an upper triangular matrix. 71 * by n part of the array A must contain the upper triangular 77 * The following program segment will transfer an upper
|
ssbmv.f | 25 * On entry, UPLO specifies whether the upper or lower 29 * UPLO = 'U' or 'u' The upper triangular part of A is 53 * by n part of the array A must contain the upper triangular 59 * The following program segment will transfer the upper 225 * Form y when upper triangle of A is stored.
|
stbmv.f | 18 * upper or lower triangular band matrix, with ( k + 1 ) diagonals. 24 * On entry, UPLO specifies whether the matrix is an upper or 27 * UPLO = 'U' or 'u' A is an upper triangular matrix. 71 * by n part of the array A must contain the upper triangular 77 * The following program segment will transfer an upper
|
zhbmv.f | 25 * On entry, UPLO specifies whether the upper or lower 29 * UPLO = 'U' or 'u' The upper triangular part of A is 53 * by n part of the array A must contain the upper triangular 59 * The following program segment will transfer the upper 229 * Form y when upper triangle of A is stored.
|
ztbmv.f | 18 * upper or lower triangular band matrix, with ( k + 1 ) diagonals. 24 * On entry, UPLO specifies whether the matrix is an upper or 27 * UPLO = 'U' or 'u' A is an upper triangular matrix. 71 * by n part of the array A must contain the upper triangular 77 * The following program segment will transfer an upper
|
/external/v8/src/compiler/ |
js-typed-lowering.cc | 50 left_type_(NodeProperties::GetBounds(node->InputAt(0)).upper), 51 right_type_(NodeProperties::GetBounds(node->InputAt(1)).upper) {} 208 Type* input_type = NodeProperties::GetBounds(node).upper; 435 Type* input_type = NodeProperties::GetBounds(input).upper; 468 Type* input_type = NodeProperties::GetBounds(input).upper; 496 Type* input_type = NodeProperties::GetBounds(input).upper; 531 Type* key_type = NodeProperties::GetBounds(key).upper; 532 Type* base_type = NodeProperties::GetBounds(base).upper; 572 Type* key_type = NodeProperties::GetBounds(key).upper; 573 Type* base_type = NodeProperties::GetBounds(base).upper; [all...] |
/external/v8/test/mjsunit/ |
escape.js | 46 // Check escapes are upper case 77 // Check unescape can cope with upper and lower case 80 // Check upper case U
|
/frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/ |
ColorCutQuantizer.java | 212 // lower and upper index are inclusive 402 final int lower, final int upper) { 409 for (int i = lower; i <= upper; i++) { 418 for (int i = lower; i <= upper; i++) {
|
/ndk/sources/android/support/src/musl-ctype/ |
towctrans.c | 9 unsigned short upper; member in struct:__anon27861 236 /* special case because the diff between upper/lower is too big */ 244 int base = casemaps[i].upper + (lmask & casemaps[i].lower); 247 return wc + lower - ((wc-casemaps[i].upper)&1);
|
/external/deqp/scripts/src_util/ |
check_include_guards.py | 32 return '_' + os.path.basename(headerFile).upper().replace('.', '_')
|
/external/google-breakpad/src/testing/gtest/scripts/ |
pump.py | 608 def PushRange(self, var, lower, upper): 609 self.ranges[:0] = [(var, lower, upper)] 633 for (var, lower, upper) in self.ranges: 635 return (lower, upper) 666 upper = int(env.EvalExp(node.exp2)) 667 env.PushRange(identifier, lower, upper) 674 (lower, upper) = env.GetRange(identifier) 675 for i in range(lower, upper + 1): 679 if i != upper:
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_throw_on_failure_test.py | 63 env_var = env_var.upper()
|
/external/gtest/test/ |
gtest_throw_on_failure_test.py | 63 env_var = env_var.upper()
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/ |
scan_is.pass.cpp | 34 assert(f.scan_is(F::upper, in.data(), in.data() + in.size()) - in.data() == 1);
|
scan_not.pass.cpp | 34 assert(f.scan_not(F::upper, in.data(), in.data() + in.size()) - in.data() == 0);
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/ |
scan_is.pass.cpp | 34 assert(f.scan_is(F::upper, in.data(), in.data() + in.size()) - in.data() == 1);
|
scan_not.pass.cpp | 34 assert(f.scan_not(F::upper, in.data(), in.data() + in.size()) - in.data() == 0);
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/ARM/ |
MachO_ARM_PIC_relocations.s | 13 # Check upper 16-bits of section difference relocation
|
/external/protobuf/gtest/scripts/ |
pump.py | 601 def PushRange(self, var, lower, upper): 602 self.ranges[:0] = [(var, lower, upper)] 626 for (var, lower, upper) in self.ranges: 628 return (lower, upper) 659 upper = int(env.EvalExp(node.exp2)) 660 env.PushRange(identifier, lower, upper) 667 (lower, upper) = env.GetRange(identifier) 668 for i in range(lower, upper + 1): 672 if i != upper:
|
/external/protobuf/gtest/test/ |
gtest_throw_on_failure_test.py | 63 env_var = env_var.upper()
|
/external/strace/ |
unwind.c | 311 int upper = (int) tcp->mmap_cache_size - 1; local 318 while (lower <= upper) { 320 int mid = (upper + lower) / 2; 341 upper = mid - 1;
|
/frameworks/base/media/mca/ |
structgen.py | 89 upper = [c.title() for c in lower] 90 return "".join(lower[:start_upper_at] + upper[start_upper_at:]) 96 return "%s_%s" % (pname.replace(".", "_").upper(), cname.upper())
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/ |
scan_is.pass.cpp | 34 assert(f.scan_is(F::upper, in.data(), in.data() + in.size()) - in.data() == 1);
|
scan_not.pass.cpp | 34 assert(f.scan_not(F::upper, in.data(), in.data() + in.size()) - in.data() == 0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/ |
scan_is.pass.cpp | 34 assert(f.scan_is(F::upper, in.data(), in.data() + in.size()) - in.data() == 1);
|