Searched defs:Normalize (Results 1 - 25 of 33) sorted by relevance

12

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_coords.cpp12 void FX_RECT::Normalize() { function in class:FX_RECT
26 src_n.Normalize();
27 Normalize();
37 Normalize();
39 other.Normalize();
74 void CFX_FloatRect::Normalize() {
88 Normalize();
90 other.Normalize();
100 Normalize();
102 other.Normalize();
[all...]
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionNormalization.h53 /// Normalize - Normalize according to the given loops.
54 Normalize, enumerator in enum:llvm::TransformKind
/external/v8/src/
H A Ddiy-fp.h57 void Normalize() { function in class:v8::internal::DiyFp
77 static DiyFp Normalize(const DiyFp& a) { function in class:v8::internal::DiyFp
79 result.Normalize();
/external/lzma/CPP/7zip/Compress/
H A DPpmdEncoder.cpp23 void CEncProps::Normalize(int level) function in class:NCompress::NPpmd::CEncProps
49 _props.Normalize(-1);
96 props.Normalize(level);
H A DRangeCoder.h115 void Normalize() function in class:NCompress::NRangeCoder::CDecoder
143 Normalize();
192 Normalize();
/external/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoder.cs152 public void Normalize() method in class:SevenZip.Compression.RangeCoder.Decoder
179 Normalize();
228 Normalize();
/external/webrtc/webrtc/base/
H A Dpathutils.cc73 void Pathname::Normalize() { function in class:rtc::Pathname
/external/ceres-solver/examples/
H A Dbal_problem.cc215 void BALProblem::Normalize() { function in class:ceres::examples::BALProblem
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-filepath.cc349 void FilePath::Normalize() { function in class:testing::internal::FilePath
/external/gtest/src/
H A Dgtest-filepath.cc351 void FilePath::Normalize() { function in class:testing::internal::FilePath
/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lz/
H A DBinTree.java57 if (_pos == kMaxValForNormalize) Normalize();
287 void Normalize () { method in class:BinTree
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc347 void FilePath::Normalize() { function in class:testing::internal::FilePath
/external/lzma/CS/7zip/Compress/LZ/
H A DLzBinTree.cs69 Normalize();
357 void Normalize() method in class:SevenZip.Compression.LZ.BinTree
/external/lzma/Java/SevenZip/Compression/LZ/
H A DBinTree.java69 Normalize();
357 void Normalize() method in class:BinTree
/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc349 void FilePath::Normalize() { function in class:testing::internal::FilePath
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc349 void FilePath::Normalize() { function in class:testing::internal::FilePath
/external/skia/src/core/
H A DSkPoint.cpp98 SkScalar SkPoint::Normalize(SkPoint* pt) { function in class:SkPoint
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-filepath.cc351 void FilePath::Normalize() { function in class:testing::internal::FilePath
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
H A Db2Math.h118 float32 Normalize() function in struct:b2Vec2
394 /// Normalize the angles.
395 void Normalize();
715 /// Normalize an angle in radians to be between -pi and pi
716 inline void b2Sweep::Normalize()
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
H A DLzmaSpec.cpp137 void Normalize();
169 void CRangeDecoder::Normalize() function in class:CRangeDecoder
191 Normalize();
218 Normalize();
/external/mesa3d/src/mesa/main/
H A Dattrib.c109 GLboolean Normalize; member in struct:gl_enable_attrib
302 attr->Normalize = ctx->Transform.Normalize;
577 TEST_AND_UPDATE(ctx->Transform.Normalize, enable->Normalize, GL_NORMALIZE);
1262 if (xform->Normalize != ctx->Transform.Normalize)
1263 _mesa_set_enable(ctx, GL_NORMALIZE,ctx->Transform.Normalize);
/external/opencv3/modules/core/test/ocl/
H A Dtest_arithm.cpp1454 //////////////////////////////// Normalize ////////////////////////////////////////////////
1456 typedef ArithmTestBase Normalize; typedef in namespace:cvtest::ocl
1458 OCL_TEST_P(Normalize, Mat)
1844 OCL_INSTANTIATE_TEST_CASE_P(Arithm, Normalize, Combine(OCL_ALL_DEPTHS, Values(Channels(1)), Bool()));
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h129 void Normalize() { function in class:CFX_VTemplate
206 FXT_RECT::Normalize();
210 FXT_RECT::Normalize();
225 void Normalize() { function in class:CFX_RTemplate
447 void Normalize();
512 void Normalize();
546 Normalize();
557 Normalize();
569 Normalize();
580 Normalize();
[all...]
/external/freetype/src/truetype/
H A Dttinterp.c2502 /* Normalize */
2518 /* In case Vx and Vy are both zero, `Normalize' returns SUCCESS, and */
2522 Normalize( FT_F26Dot6 Vx, function
4203 Normalize( A, B, Vec );
4328 Normalize( X, Y, &exc->GS.projVector );
4355 Normalize( X, Y, &exc->GS.freeVector );
4891 Normalize( A, B, &exc->GS.dualVector );
4915 Normalize( A, B, &exc->GS.projVector );
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
H A Dttinterp.c2543 /* Normalize */
2559 /* In case Vx and Vy are both zero, `Normalize' returns SUCCESS, and */
2563 Normalize( FT_F26Dot6 Vx, function
4253 Normalize( A, B, Vec );
4385 Normalize( X, Y, &exc->GS.projVector );
4413 Normalize( X, Y, &exc->GS.freeVector );
4976 Normalize( A, B, &exc->GS.dualVector );
5000 Normalize( A, B, &exc->GS.projVector );

Completed in 5443 milliseconds

12