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().
164 // @T may not be normalized
249 // @T was normalized by calling RSExportType::NormalizeType() before calling
256 bool Normalized = false);
264 bool Normalized)
267 mNormalized(Normalized) {
277 // T is normalized by calling RSExportType::NormalizeType() before
281 // @T may not be normalized
333 // @PT was normalized by calling RSExportType::NormalizeType() before calling
360 bool Normalized,
    [all...]
slang_rs_export_type.cpp 949 bool Normalized) {
956 DT, Normalized);
    [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 471 // Stick the corrected components back together to form the normalized string.
472 std::string Normalized;
474 if (i) Normalized += '-';
475 Normalized += Components[i];
477 return Normalized;
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 256 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 390 milliseconds