HomeSort by relevance Sort by last modified time
    Searched full:subscripts (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/clang/test/SemaCXX/
warn-char-subscripts.cpp 1 // RUN: %clang_cc1 -Wchar-subscripts -fsyntax-only -verify %s
  /external/eigen/Eigen/src/SparseLU/
SparseLU_Utils.h 45 * \brief Fix up the data storage lsub for L-subscripts.
47 * It removes the subscripts sets for structural pruning,
48 * and applies permutation to the remaining subscripts
SparseLU_Structs.h 31 * Storage: original row subscripts
44 * structural subscripts can be rearranged without making physical
48 * only keep one set of subscripts. For any subscript interchange
66 * Storage: new row subscripts; that is subscripts of PA.
SparseLU_pivotL.h 65 Index lptr = glu.xlsub(fsupc); // pointer to the starting location of the row subscripts for this supernode portion
112 // Interchange row subscripts
SparseLU_kernel_bmod.h 26 * \param lsub compressed row subscripts of supernodes
SparseLU_pruneL.h 112 // only keep one set of subscripts. For any subscript
  /external/clang/test/CodeGen/
2005-01-02-ConstantInits.c 4 // array subscripts. This corresponds to PR487.
  /external/llvm/lib/Analysis/
Delinearization.cpp 117 SmallVector<const SCEV *, 3> Subscripts, Sizes;
118 AR->delinearize(*SE, Subscripts, Sizes, SE->getElementSize(Inst));
119 if (Subscripts.size() == 0 || Sizes.size() == 0 ||
120 Subscripts.size() != Sizes.size()) {
127 int Size = Subscripts.size();
134 O << "[" << *Subscripts[i] << "]";
DependenceAnalysis.cpp 23 // coupled RDIV subscripts and lacks a multi-subscript MIV test.
28 // subscripts. Since Clang linearizes some array subscripts, the dependence
30 // subscripts, and thus avoid the more expensive and less precise MIV tests. The
674 // distinct loop referenced in both the source and destination subscripts.
924 // All subscripts are all the same type.
    [all...]
  /external/dhcpcd/mk/
cc.mk 16 -Wchar-subscripts -Wcast-align -Wno-format-nonliteral \
  /external/chromium_org/third_party/icu/
icu_nacl.gyp 27 '-Wno-char-subscripts',
  /external/chromium_org/third_party/libc++abi/
libc++abi.gyp 43 '-Wchar-subscripts',
  /external/clang/test/Sema/
warn-char-subscripts.c 1 // RUN: %clang_cc1 -Wchar-subscripts -fsyntax-only -verify %s
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefinedArraySubscriptChecker.cpp 11 // that performs checks for undefined array subscripts.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_tuple_params.py 130 subscripts = [c.clone() for c in to_index[n.value]]
132 [new_param.clone()] + subscripts)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_tuple_params.py 130 subscripts = [c.clone() for c in to_index[n.value]]
132 [new_param.clone()] + subscripts)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
parse-js.js 1089 function subscripts(expr, allow_calls) { function
    [all...]
  /external/chromium_org/third_party/angle/build/
common.gypi 19 '-Wchar-subscripts',
  /external/libcxxabi/lib/
buildit 32 -Wmissing-field-initializers -Wchar-subscripts -Wmismatched-tags \
  /external/llvm/include/llvm/IR/
DIBuilder.h 404 /// @param Subscripts Subscripts.
406 DIType Ty, DIArray Subscripts);
412 /// @param Subscripts Subscripts.
414 DIType Ty, DIArray Subscripts);
    [all...]
  /external/freetype/src/autofit/
afranges.c 66 AF_UNIRANGE_REC( 0x2070UL, 0x209FUL ), /* Superscripts and Subscripts */
  /external/libcap-ng/libcap-ng-0.7/
configure.ac 72 -Wnested-externs -Winline -Wfloat-equal -Wchar-subscripts"
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/lib/
buildit 54 -Wmissing-field-initializers -Wchar-subscripts -Wmismatched-tags \
  /external/deqp/modules/gles2/scripts/
gen-swizzles.py 20 # Subscripts:
  /external/deqp/modules/gles3/scripts/
gen-swizzles.py 20 # Subscripts:

Completed in 505 milliseconds

1 2 3 4 5