Searched defs:Normalized (Results 1 - 7 of 7) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVValue.h309 Normalized(TheNormalized), FilterMode(TheFilterMode){
314 Normalized(SPIRVWORD_MAX), FilterMode(SPIRVSFM_Invalid){}
325 return Normalized;
332 SPIRVWord Normalized; member in class:SPIRV::SPIRVConstantSampler
340 _SPIRV_DEF_ENCDEC5(Type, Id, AddrMode, Normalized, FilterMode)
/external/webrtc/webrtc/base/
H A Dipaddress.cc178 IPAddress IPAddress::Normalized() const { function in class:rtc::IPAddress
/external/clang/include/clang/Sema/
H A DSemaInternal.h149 unsigned getBestEditDistance(bool Normalized) { argument
154 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DScalarEvolutionExpander.cpp936 SCEVExpander::getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized, argument
949 SE.getEffectiveSCEVType(Normalized->getType())) ||
950 SE.getSCEV(PN) != Normalized)
988 Value *StartV = expandCodeFor(Normalized->getStart(), ExpandTy,
1001 const SCEV *Step = Normalized->getStepRecurrence(SE);
1073 const SCEVAddRecExpr *Normalized = S; local
1077 Normalized =
1083 const SCEV *Start = Normalized->getStart();
1087 Start = SE.getConstant(Normalized->getType(), 0);
1088 Normalized
[all...]
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1085 SCEVExpander::getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized, argument
1116 bool IsMatchingSCEV = PhiSCEV == Normalized;
1149 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) {
1154 TruncTy = SE.getEffectiveSCEVType(Normalized->getType());
1188 expandCodeFor(Normalized->getStart(), ExpandTy, &L->getHeader()->front());
1197 const SCEV *Step = Normalized->getStepRecurrence(SE);
1210 bool IncrementIsNUW = !useSubtract && IsIncrementNUW(SE, Normalized);
1211 bool IncrementIsNSW = !useSubtract && IsIncrementNSW(SE, Normalized);
1265 const SCEVAddRecExpr *Normalized = S; local
1269 Normalized
[all...]
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVWriter.cpp747 Normalized = ConstV->getOperand(1)->getUniqueInteger().getZExtValue(), local
750 assert(Normalized < 2 && "Invalid value of normalized coords");
754 AddrMode, Normalized, FilterMode);
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1347 GLboolean Normalized; /**< GL_ARB_vertex_program */ member in struct:gl_vertex_array
1378 GLboolean Normalized; /**< Fixed-point values are normalized when converted to floats */ member in struct:gl_array_attributes

Completed in 284 milliseconds