Home
last modified time | relevance | path

Searched refs:Normalized (Results 1 – 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1159 SCEVExpander::getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized, in getAddRecExprPHILiterally() argument
1189 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1225 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
1230 TruncTy = SE.getEffectiveSCEVType(Normalized->getType()); in getAddRecExprPHILiterally()
1265 Value *StartV = expandCodeFor(Normalized->getStart(), ExpandTy, in getAddRecExprPHILiterally()
1276 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally()
1289 bool IncrementIsNUW = !useSubtract && IsIncrementNUW(SE, Normalized); in getAddRecExprPHILiterally()
1290 bool IncrementIsNSW = !useSubtract && IsIncrementNSW(SE, Normalized); in getAddRecExprPHILiterally()
1344 const SCEVAddRecExpr *Normalized = S; in expandAddRecExprLiterally() local
1348 Normalized = cast<SCEVAddRecExpr>(normalizeForPostIncUse(S, Loops, SE)); in expandAddRecExprLiterally()
[all …]
/third_party/gn/src/gn/
Dsource_file.cc116 std::string Normalized(std::string value) { in Normalized() function
126 : SourceFile(StringAtom(Normalized(value))) {} in SourceFile()
129 : SourceFile(StringAtom(Normalized(std::move(value)))) {} in SourceFile()
/third_party/skia/third_party/externals/d3d12allocator/src/
DCommon.h101 vec2 Normalized() const in Normalized() function
121 vec3 Normalized() const in Normalized() function
306 vec3 zAxis = (at - eye).Normalized(); in LookAt()
307 vec3 xAxis = Cross(up, zAxis).Normalized(); in LookAt()
/third_party/openGLES/extensions/EXT/
DEXT_render_snorm.txt109 8bit Unsigned Normalized Fixed-point RGBA UNSIGNED_BYTE
110 8bit Signed Normalized Fixed-point RGBA BYTE
111 16bit Signed Normalized Fixed-point RGBA SHORT
142 "Normalized fixed-point destination (framebuffer) components are
DEXT_texture_norm16.txt151 16bit Unsigned Normalized Fixed-point RGBA UNSIGNED_SHORT
DEXT_depth_bounds_test.txt106 RESOLUTION: Normalized window-space depth values. This means
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_render_snorm.txt109 8bit Unsigned Normalized Fixed-point RGBA UNSIGNED_BYTE
110 8bit Signed Normalized Fixed-point RGBA BYTE
111 16bit Signed Normalized Fixed-point RGBA SHORT
142 "Normalized fixed-point destination (framebuffer) components are
DEXT_texture_norm16.txt151 16bit Unsigned Normalized Fixed-point RGBA UNSIGNED_SHORT
DEXT_depth_bounds_test.txt106 RESOLUTION: Normalized window-space depth values. This means
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DAttributeLayoutTest.cpp175 template <class CType, GLenum GLType, bool Normalized>
178 static_assert(!(Normalized && GLType == GL_FLOAT), "Normalized float does not make sense.");
206 Normalized, sizeof(CType), minIn, maxIn, minOut, rangeOut / (maxIn - minIn), in operator ()()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRPrinter.cpp577 SmallVector<BranchProbability,8> Normalized(MBB.Probs.begin(), in canPredictBranchProbabilities() local
579 BranchProbability::normalizeProbabilities(Normalized.begin(), in canPredictBranchProbabilities()
580 Normalized.end()); in canPredictBranchProbabilities()
581 SmallVector<BranchProbability,8> Equal(Normalized.size()); in canPredictBranchProbabilities()
584 return std::equal(Normalized.begin(), Normalized.end(), Equal.begin()); in canPredictBranchProbabilities()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DAttributeLayoutTest.cpp175 template <class CType, GLenum GLType, bool Normalized>
178 static_assert(!(Normalized && GLType == GL_FLOAT), "Normalized float does not make sense.");
206 Normalized, sizeof(CType), minIn, maxIn, minOut, rangeOut / (maxIn - minIn), in operator ()()
/third_party/skia/third_party/externals/icu/source/data/lang/
Den_CA.txt7 colNormalization{"Normalized Sorting"}
Dfil.txt12 colNormalization{"Normalized na Pag-uuri-uri"}
547 yes{"Pag-uri-uriin ang Unicode nang Normalized"}
/third_party/icu/icu4c/source/data/lang/
Den_CA.txt7 colNormalization{"Normalized Sorting"}
Dfil.txt12 colNormalization{"Normalized na Pag-uuri-uri"}
547 yes{"Pag-uri-uriin ang Unicode nang Normalized"}
/third_party/mesa3d/src/mesa/tnl/
Dt_draw.c73 if (attrib->Format.Normalized) { \
107 assert(attrib->Format.Normalized); in convert_bgra_to_float()
156 if (attrib->Format.Normalized) { in convert_fixed_to_float()
/third_party/mesa3d/docs/gallium/
Dformat.rst25 - ``NORM``: Normalized integers, signed or unsigned per channel
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw_upload.c262 glformat->Size, glformat->Normalized); in brw_get_vertex_surface_type()
293 } else if (glformat->Normalized) { in brw_get_vertex_surface_type()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp986 std::string Normalized; in normalize() local
988 if (i) Normalized += '-'; in normalize()
989 Normalized += Components[i]; in normalize()
991 return Normalized; in normalize()
DAPFloat.cpp3876 IEEEFloat Normalized(Arg); in ilogb() local
3879 Normalized.exponent += SignificandBits; in ilogb()
3880 Normalized.normalize(IEEEFloat::rmNearestTiesToEven, lfExactlyZero); in ilogb()
3881 return Normalized.exponent - SignificandBits; in ilogb()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h399 PHINode *getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized,
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_half.inl93 // Normalized number
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/
Dfil.txt11 colNormalization{"Normalized na Pag-uuri-uri"}
537 yes{"Pag-uri-uriin ang Unicode nang Normalized"}
/third_party/mesa3d/src/mesa/main/
Dapi_arrayelt.c72 else if (vformat->Normalized) in vertex_format_to_index()
1397 return AttribFuncsNV[vformat->Normalized][vformat->Size-1] in func_nv()

12