HomeSort by relevance Sort by last modified time
    Searched full:invariant (Results 176 - 200 of 1030) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_lexer.ll 198 ^{SPC}#{SPC}pragma{SPCP}STDGL{SPCP}invariant{SPC}\({SPC}all{SPC}\) {
270 invariant KEYWORD(120 || ES, 120 || ES, INVARIANT);
ir_clone.cpp 53 var->invariant = this->invariant;
ir_print_visitor.cpp 148 const char *const inv = (ir->invariant) ? "invariant " : "";
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_database.h 184 // Invariant: The by_symbol_ map does not contain any symbols which are
188 // This invariant is important because it means that given a symbol name,
225 // contradict our map invariant which says that no symbol in the map is
  /external/eigen/Eigen/src/Householder/
HouseholderSequence.h 26 * the first unit vector invariant, the third Householder reflection leaves the two-dimensional subspace
27 * spanned by the first two unit vectors invariant, and so on up to the last reflection which leaves all but
28 * one dimensions invariant and acts only on the last dimension. Such sequences of Householder reflections
  /external/icu4c/io/
ustdio.c 360 } else { /*weiv: do the invariant conversion */
436 /* weiv: if converter is NULL, we use invariant converter with charwidth = 1)*/
471 } else { /*weiv: do the invariant conversion */
  /external/mesa3d/src/glsl/
glsl_lexer.ll 198 ^{SPC}#{SPC}pragma{SPCP}STDGL{SPCP}invariant{SPC}\({SPC}all{SPC}\) {
270 invariant KEYWORD(120 || ES, 120 || ES, INVARIANT);
ir_clone.cpp 53 var->invariant = this->invariant;
ir_print_visitor.cpp 148 const char *const inv = (ir->invariant) ? "invariant " : "";
  /external/protobuf/src/google/protobuf/
descriptor_database.h 183 // Invariant: The by_symbol_ map does not contain any symbols which are
187 // This invariant is important because it means that given a symbol name,
224 // contradict our map invariant which says that no symbol in the map is
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 328 /// isLoopInvariant - Return true if the specified value is loop invariant
333 /// specified instruction are loop invariant.
337 /// loop and it can be hoisted, do so to make it trivially loop-invariant.
338 /// Return true if the value after any hoisting is loop invariant. This
349 /// loop and it can be hoisted, do so to make it trivially loop-invariant.
350 /// Return true if the instruction after any hoisting is loop invariant. This
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
gprof.info 17 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
gprof.info 17 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
gprof.info 17 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
gprof.info 17 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
utrans.cpp 186 UnicodeString ID(id, -1, US_INV); // use invariant converter
261 UnicodeString ID(id, -1, US_INV); // use invariant converter
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 150 INVARIANT = 368,
351 #define INVARIANT 368
  /external/clang/include/clang/AST/
CommentCommands.td 129 def Invariant : BlockCommand<"invariant">;
  /external/icu4c/i18n/
utrans.cpp 186 UnicodeString ID(id, -1, US_INV); // use invariant converter
261 UnicodeString ID(id, -1, US_INV); // use invariant converter
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 85 // Make sure that all PHI entries coming from the loop are loop invariant.
157 // a loop invariant manner.
LoopUnswitch.cpp 1 //===-- LoopUnswitch.cpp - Hoist loop-invariant conditionals in loop ------===//
10 // This pass transforms loops that contain branches on loop-invariant conditions
24 // This pass expects LICM to be run before it to hoist invariant conditions out
351 /// invariant in the loop, or has an invariant piece, return the invariant.
365 // TODO: Handle: br (VARIANT|INVARIANT).
374 // If either the left or right side is invariant, we can unswitch on this,
434 // block that is branching on a loop-invariant condition, we can unswitch this
440 // If this isn't branching on an invariant condition, we can't unswitc
    [all...]
  /frameworks/base/services/java/com/android/server/input/
PersistentDataStore.java 395 // Maintain invariant that layouts are sorted.
398 // Maintain invariant that there is always a current keyboard layout unless
  /external/chromium_org/mojo/system/
core_impl.h 147 MojoHandle next_handle_; // Invariant: never |MOJO_HANDLE_INVALID|.
  /external/chromium_org/third_party/angle/src/compiler/
glslang_tab.h 58 INVARIANT = 258,
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_icu.cpp 54 * (in the system/ invariant charset).

Completed in 2475 milliseconds

1 2 3 4 5 6 78 91011>>