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

  /frameworks/compile/slang/
slang_rs_export_type.h 120 // @T was normalized by calling RSExportType::NormalizeType().
173 // @T may not be normalized
258 // @T was normalized by calling RSExportType::NormalizeType() before calling
265 bool Normalized = false);
273 bool Normalized)
276 mNormalized(Normalized) {
286 // T is normalized by calling RSExportType::NormalizeType() before
290 // @T may not be normalized
344 // @PT was normalized by calling RSExportType::NormalizeType() before calling
371 bool Normalized,
    [all...]
slang_rs_export_type.cpp     [all...]
  /external/clang/include/clang/Sema/
TypoCorrection.h 100 /// If Normalized is true, scale the distance down by the CharDistanceWeight
102 unsigned getEditDistance(bool Normalized = true) const {
115 return Normalized ? NormalizeEditDistance(ED) : ED;
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Support/
Triple.cpp 467 // Stick the corrected components back together to form the normalized string.
468 std::string Normalized;
470 if (i) Normalized += '-';
471 Normalized += Components[i];
473 return Normalized;
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 262 PHINode *getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized,
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 49 milliseconds