HomeSort by relevance Sort by last modified time
    Searched refs:Normalize (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionNormalization.h 53 /// Normalize - Normalize according to the given loops.
54 Normalize,
56 /// update the given loop set, and normalize.
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolutionNormalization.h 53 /// Normalize - Normalize according to the given loops.
54 Normalize,
56 /// update the given loop set, and normalize.
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-filepath.h 65 Normalize();
69 Normalize();
197 void Normalize();
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 65 Normalize();
69 Normalize();
197 void Normalize();
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-filepath.h 65 Normalize();
69 Normalize();
197 void Normalize();
  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 65 Normalize();
69 Normalize();
197 void Normalize();
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 65 Normalize();
69 Normalize();
197 void Normalize();
  /external/v8/src/
diy-fp.h 18 // Multiplication and Subtraction do not normalize their results.
57 void Normalize() {
77 static DiyFp Normalize(const DiyFp& a) {
79 result.Normalize();
  /external/googletest/googletest/include/gtest/internal/
gtest-filepath.h 65 Normalize();
193 void Normalize();
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-filepath.h 65 Normalize();
193 void Normalize();
  /external/v8/testing/gtest/include/gtest/internal/
gtest-filepath.h 65 Normalize();
193 void Normalize();
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-filepath.h 65 Normalize();
193 void Normalize();
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h 65 Normalize();
193 void Normalize();
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h 65 Normalize();
193 void Normalize();
  /external/lzma/CPP/7zip/Compress/
PpmdEncoder.h 29 void Normalize(int level);
PpmdEncoder.cpp 23 void CEncProps::Normalize(int level)
49 _props.Normalize(-1);
96 props.Normalize(level);
RangeCoder.h 115 void Normalize()
143 Normalize();
192 Normalize();
  /external/pdfium/core/fxcrt/
fx_basic_coords.cpp 29 void FX_RECT::Normalize() {
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/mesa3d/src/mesa/tnl/
t_vb_normals.c 114 if (ctx->Transform.Normalize) {
131 if (ctx->Transform.Normalize) {
  /hardware/qcom/display/msm8996/sdm/include/utils/
rect.h 49 void Normalize(const uint32_t &align_x, const uint32_t &align_y, LayerRect *rect);
  /hardware/qcom/display/msm8998/sdm/include/utils/
rect.h 49 void Normalize(const uint32_t &align_x, const uint32_t &align_y, LayerRect *rect);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
Normalize.java 34 * The "normalize()" method puts all the nodes in the full
45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-normalize">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-normalize</a>
48 public final class Normalize extends DOMTestCase {
84 root.normalize();
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoder.cs 152 public void Normalize()
179 Normalize();
228 Normalize();
  /external/pdfium/core/fpdfapi/page/
cpdf_page.cpp 47 mediabox.Normalize();
55 m_BBox.Normalize();
  /external/skia/tests/
PointTest.cpp 24 // Tests SkPoint::Normalize() for this (x,y)
30 SkScalar returned = SkPoint::Normalize(&point);
84 // successfully normalize something whose mag overflows a float.
107 // report failure if we try to normalize them.
112 REPORTER_ASSERT(reporter, 0 == SkPoint::Normalize(&pt));

Completed in 671 milliseconds

1 2 3 4 5 6 7