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

12

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionNormalization.h53 /// Normalize - Normalize according to the given loops.
54 Normalize, enumerator in enum:llvm::TransformKind
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DScalarEvolutionNormalization.h53 /// Normalize - Normalize according to the given loops.
54 Normalize, enumerator in enum:llvm::TransformKind
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dformat_conversion.h123 /// @brief Normalize the given component based on the requirements on the
128 INLINE simdscalar Normalize(simdscalar vComp, uint32_t Component) function
184 vComp = Normalize<DstFormat>(vComp, comp);
291 /// @brief Normalize the given component based on the requirements on the
296 INLINE simd16scalar Normalize(simd16scalar vComp, uint32_t Component) function
352 vComp = Normalize<DstFormat>(vComp, comp);
/external/pdfium/core/fxcrt/
H A Dfx_basic_coords.cpp29 void FX_RECT::Normalize() { function in class:FX_RECT
43 src_n.Normalize();
44 Normalize();
83 void CFX_FloatRect::Normalize() {
97 Normalize();
99 other.Normalize();
109 Normalize();
111 other.Normalize();
119 Normalize();
120 s.Normalize();
[all...]
/external/trappy/tests/trappy/plotter/
H A DColorMap.py19 from matplotlib.colors import ListedColormap, Normalize namespace
44 self.color_norm = clrs.Normalize(vmin=0, vmax=num_colors)
/external/trappy/trappy/plotter/
H A DColorMap.py19 from matplotlib.colors import ListedColormap, Normalize namespace
44 self.color_norm = clrs.Normalize(vmin=0, vmax=num_colors)
/external/lzma/CPP/7zip/Compress/
H A DPpmdEncoder.cpp19 void CEncProps::Normalize(int level) function in class:NCompress::NPpmd::CEncProps
45 _props.Normalize(-1);
92 props.Normalize(level);
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DDurationPartial.cs124 return Normalize(-value.Seconds, -value.Nanos);
140 return Normalize(lhs.Seconds + rhs.Seconds, lhs.Nanos + rhs.Nanos);
156 return Normalize(lhs.Seconds - rhs.Seconds, lhs.Nanos - rhs.Nanos);
164 internal static Duration Normalize(long seconds, int nanoseconds) method in class:Google.Protobuf.WellKnownTypes.Duration
H A DTimestampPartial.cs66 return Duration.Normalize(lhs.Seconds - rhs.Seconds, lhs.Nanos - rhs.Nanos);
82 return Normalize(lhs.Seconds + rhs.Seconds, lhs.Nanos + rhs.Nanos);
98 return Normalize(lhs.Seconds - rhs.Seconds, lhs.Nanos - rhs.Nanos);
173 internal static Timestamp Normalize(long seconds, int nanoseconds) method in class:Google.Protobuf.WellKnownTypes.Timestamp
/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/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/google-breakpad/src/testing/gtest/src/
H A Dgtest-filepath.cc349 void FilePath::Normalize() { function in class:testing::internal::FilePath
/external/googletest/googletest/src/
H A Dgtest-filepath.cc356 void FilePath::Normalize() { function in class:testing::internal::FilePath
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-filepath.cc356 void FilePath::Normalize() { function in class:testing::internal::FilePath
/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.cc351 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.cpp97 SkScalar SkPoint::Normalize(SkPoint* pt) { function in class:SkPoint
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest-filepath.cc349 void FilePath::Normalize() { function in class:testing::internal::FilePath
/external/v8/testing/gtest/src/
H A Dgtest-filepath.cc356 void FilePath::Normalize() { function in class:testing::internal::FilePath
/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/lzma/CPP/7zip/Bundles/LzmaSpec/
H A DLzmaSpec.cpp137 void Normalize();
169 void CRangeDecoder::Normalize() function in class:CRangeDecoder
191 Normalize();
218 Normalize();

Completed in 1074 milliseconds

12