HomeSort by relevance Sort by last modified time
    Searched refs:Level (Results 326 - 350 of 550) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 438 CodeGenOpt::Level OptLevel,
ARMSubtarget.h 438 bool enablePostRAScheduler(CodeGenOpt::Level OptLevel,
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 90 CodeGenOpt::Level OL) {
  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 180 MipsSubtarget::enablePostRAScheduler(CodeGenOpt::Level OptLevel,
MipsSubtarget.h 163 bool enablePostRAScheduler(CodeGenOpt::Level OptLevel,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 91 CodeGenOpt::Level OL) {
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 130 CodeGenOpt::Level OL) {
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 363 X86Subtarget::enablePostRAScheduler(CodeGenOpt::Level OptLevel,
X86Subtarget.h 457 bool enablePostRAScheduler(CodeGenOpt::Level OptLevel,
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_validate.c 125 int level; local
133 level = intel_image->base.Base.Level;
137 for (int i = 0; i < mt->level[level].depth; i++)
138 intel_miptree_slice_resolve_depth(intel, mt, level, i);
148 for (i = 0; i < mt->level[level].depth; i++) {
149 intel_miptree_get_image_offset(mt, level, face, i, &x, &y);
158 intel_miptree_get_image_offset(mt, level, face, 0, &x, &y)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 300 ULONGLONG Level:2;
333 ULONGLONG Level:2;
378 ULONGLONG Level:2;
527 ULONGLONG Level:3;
usbdlib.h 226 IN USHORT Level,
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 104 Collation::Level parseRelationAndString(UnicodeString &s, IcuTestErrorCode &errorCode);
121 UCollationResult expectedOrder, Collation::Level expectedLevel,
633 // Other bytes just need to avoid the level separator.
1641 int32_t level = Collation::PRIMARY_LEVEL; local
    [all...]
  /external/eigen/blas/testing/
cblat2.f 3 * Test program for the COMPLEX Level 2 Blas.
371 9993 FORMAT( ' TESTS OF THE COMPLEX LEVEL 2 BLAS', //' THE F',
405 * Auxiliary routine for test program for Level 2 Blas.
750 * Auxiliary routine for test program for Level 2 Blas.
    [all...]
dblat2.f 3 * Test program for the DOUBLE PRECISION Level 2 Blas.
366 9993 FORMAT( ' TESTS OF THE DOUBLE PRECISION LEVEL 2 BLAS', //' THE F',
398 * Auxiliary routine for test program for Level 2 Blas.
739 * Auxiliary routine for test program for Level 2 Blas.
    [all...]
dblat3.f 3 * Test program for the DOUBLE PRECISION Level 3 Blas.
34 * A Set of Level 3 Basic Linear Algebra Subprograms.
332 9995 FORMAT( ' TESTS OF THE DOUBLE PRECISION LEVEL 3 BLAS', //' THE F',
362 * Auxiliary routine for test program for Level 3 Blas.
643 * Auxiliary routine for test program for Level 3 Blas.
913 * Auxiliary routine for test program for Level 3 Blas.
    [all...]
sblat2.f 3 * Test program for the REAL Level 2 Blas.
366 9993 FORMAT( ' TESTS OF THE REAL LEVEL 2 BLAS', //' THE F',
398 * Auxiliary routine for test program for Level 2 Blas.
739 * Auxiliary routine for test program for Level 2 Blas.
    [all...]
sblat3.f 3 * Test program for the REAL Level 3 Blas.
34 * A Set of Level 3 Basic Linear Algebra Subprograms.
332 9995 FORMAT( ' TESTS OF THE REAL LEVEL 3 BLAS', //' THE F',
362 * Auxiliary routine for test program for Level 3 Blas.
643 * Auxiliary routine for test program for Level 3 Blas.
913 * Auxiliary routine for test program for Level 3 Blas.
    [all...]
zblat2.f 3 * Test program for the COMPLEX*16 Level 2 Blas.
372 9993 FORMAT( ' TESTS OF THE COMPLEX*16 LEVEL 2 BLAS', //' THE F',
406 * Auxiliary routine for test program for Level 2 Blas.
752 * Auxiliary routine for test program for Level 2 Blas.
    [all...]
  /external/chromium_org/ui/gfx/geometry/
r_tree_unittest.cc 22 EXPECT_EQ(0, rt->root()->Level());
29 EXPECT_GT(rt->root()->Level(), -1);
45 if (node_base->Level() >= 0) {
64 EXPECT_EQ(node->Level() - 1, child_node->Level());
115 scoped_ptr<RTreeNode> NewNodeAtLevel(size_t level) {
116 return make_scoped_ptr(new RTreeBase::Node(level));
602 // Now remove all of the level 0 nodes so we get the record nodes as orphans.
    [all...]
  /external/clang/lib/Format/
ContinuationIndenter.cpp 77 State.Stack.push_back(ParenState(FirstIndent, Line->Level, FirstIndent,
431 // Any break on this level means that the parent level has been broken
689 for (SmallVectorImpl<prec::Level>::const_reverse_iterator
    [all...]
TokenAnnotator.cpp 74 // If we're on the top level, it contains only the base context and
    [all...]
  /external/clang/lib/Lex/
Pragma.cpp 116 // Invoke the first level of pragma handlers which reads the namespace id.
    [all...]
  /external/chromium_org/chrome/installer/util/
installer_state.cc 77 InstallerState::InstallerState(Level level)
88 set_level(level);
133 // App Host will happily use Chrome at system level, or binaries at system
134 // level, even if app host is user level.
136 true, // system level
138 // If Chrome is at system-level, multi- or otherwise. We'll use it.
141 true, // system level
148 // Chrome multi needs Binaries at its own level
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 484 // Save the current top-level hash value.
585 void HandleDiagnostic(DiagnosticsEngine::Level Level,
617 void StoredDiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level Level,
620 DiagnosticConsumer::HandleDiagnostic(Level, Info);
626 StoredDiags.push_back(StoredDiagnostic(Level, Info));
790 /// \brief Add the given declaration to the hash of all top-level entities.
805 // enter the top-level namespace.
847 // reported as top-level declarations, even though their DeclContex
    [all...]

Completed in 898 milliseconds

<<11121314151617181920>>