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

1 2 3 4

  /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/chromium/testing/gtest/include/gtest/internal/
gtest-filepath.h 65 Normalize();
69 Normalize();
197 void Normalize();
  /external/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/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 65 Normalize();
69 Normalize();
193 void Normalize();
  /external/v8/src/
diy-fp.h 37 // Multiplication and Subtraction do not normalize their results.
76 void Normalize() {
96 static DiyFp Normalize(const DiyFp& a) {
98 result.Normalize();
double.h 165 DiyFp m_plus = DiyFp::Normalize(DiyFp((v.f() << 1) + 1, v.e() - 1));
strtod.cc 273 input.Normalize();
313 input.Normalize();
  /external/skia/tests/
PointTest.cpp 25 // Tests SkPoint::Normalize() for this (x,y)
31 SkScalar returned = SkPoint::Normalize(&point);
  /external/skia/third_party/glu/libtess/
normal.c 55 static void Normalize( GLdouble v[3] )
222 Normalize( norm );
233 Normalize( sUnit );
239 Normalize( tUnit );
  /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/skia/src/gpu/
FlingState.cpp 54 fSpeed0 = SkPoint::Normalize(&fDirection);
  /external/chromium/third_party/libjingle/source/talk/base/
pathutils.h 71 // Normalize changes all folder delimiters to folder_delimiter()
72 void Normalize();
  /external/openfst/src/include/fst/
state-reachable.h 117 (*isets_)[s].Normalize();
interval-set.h 131 void Normalize();
174 void IntervalSet<T>::Normalize() {
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
vertexconversion.h 66 struct Normalize
  /external/skia/samplecode/
SampleWarp.cpp 372 SkScalar length = SkPoint::Normalize(&delta);
393 SkScalar length = SkPoint::Normalize(&delta);
422 SkScalar length = SkPoint::Normalize(&delta);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
canonicalform01.js 81 Normalize document with 'canonical-form' set to true, check that
canonicalform02.js 81 Normalize document with normalize-characters set to false, check that
canonicalform03.js 82 Normalize a document with the 'canonical-form' parameter set to true and
canonicalform04.js 81 Normalize document with canonical-form set to true, check that
canonicalform07.js 81 Normalize document with canonical-form set to true and validation set to true, check that
canonicalform09.js 82 Normalize document based on section 3.1 with canonical-form set to true
canonicalform12.js 81 Normalize document with 'canonical-form' set to true, check that
cdatasections01.js 81 Normalize a document using Node.normalize and check that
85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ID-normalize
117 doc.normalize();

Completed in 487 milliseconds

1 2 3 4