HomeSort by relevance Sort by last modified time
    Searched refs:Normalized (Results 1 - 8 of 8) 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 99 /// If Normalized is true, scale the distance down by the CharDistanceWeight
101 unsigned getEditDistance(bool Normalized = true) const {
114 return Normalized ? NormalizeEditDistance(ED) : ED;
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Support/
Triple.cpp 480 // Stick the corrected components back together to form the normalized string.
481 std::string Normalized;
483 if (i) Normalized += '-';
484 Normalized += Components[i];
486 return Normalized;
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 260 PHINode *getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized,
  /external/mesa3d/src/mesa/main/
mtypes.h 650 GLfloat _NormSpotDirection[4]; /**< normalized spotlight direction */
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 110 milliseconds