HomeSort by relevance Sort by last modified time
    Searched refs:Normalize (Results 1 - 25 of 172) 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/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/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/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();
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h 65 Normalize();
193 void Normalize();
  /external/ceres-solver/examples/
bal_problem.h 59 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/mesa3d/src/mesa/tnl/
t_vb_normals.c 114 if (ctx->Transform.Normalize) {
131 if (ctx->Transform.Normalize) {
  /external/pdfium/core/src/fxcrt/
fx_basic_coords.cpp 12 void FX_RECT::Normalize() {
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/v8/test/mjsunit/es6/
math-log1p.js 59 // Normalize u.
61 // Normalize u/2.
  /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/msmcobalt/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/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2CollideCircle.cpp 118 manifold->localNormal.Normalize();
133 manifold->localNormal.Normalize();
b2TimeOfImpact.cpp 70 float32 s = m_axis.Normalize();
81 m_axis.Normalize();
106 m_axis.Normalize();
270 // Large rotations can make the root finder fail, so we normalize the
272 sweepA.Normalize();
273 sweepB.Normalize();
  /external/skia/tests/
PointTest.cpp 25 // Tests SkPoint::Normalize() for this (x,y)
31 SkScalar returned = SkPoint::Normalize(&point);
85 // successfully normalize something whose mag overflows a float.
108 // report failure if we try to normalize them.
113 REPORTER_ASSERT(reporter, 0 == SkPoint::Normalize(&pt));
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 129 void Normalize() {
206 FXT_RECT::Normalize();
210 FXT_RECT::Normalize();
225 void Normalize() {
447 void Normalize();
512 void Normalize();
546 Normalize();
557 Normalize();
569 Normalize();
580 Normalize();
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
b2CircleShape.cpp 77 output->normal.Normalize();

Completed in 528 milliseconds

1 2 3 4 5 6 7