HomeSort by relevance Sort by last modified time
    Searched refs:Normalized (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/slang/
slang_rs_export_type.h 92 // @T was normalized by calling RSExportType::NormalizeType().
136 // @T may not be normalized
223 // @T was normalized by calling RSExportType::NormalizeType() before calling
231 bool Normalized = false);
240 bool Normalized)
244 mNormalized(Normalized) {
254 // T is normalized by calling RSExportType::NormalizeType() before
258 // @T may not be normalized
302 // @PT was normalized by calling RSExportType::NormalizeType() before calling
330 bool Normalized,
    [all...]
slang_rs_export_type.cpp 858 bool Normalized) {
865 DT, DK, Normalized);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Support/
Triple.cpp 544 // Stick the corrected components back together to form the normalized string.
545 std::string Normalized;
547 if (i) Normalized += '-';
548 Normalized += Components[i];
550 return Normalized;
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 243 PHINode *getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized,