HomeSort by relevance Sort by last modified time
    Searched refs:Normalize (Results 1 - 25 of 80) 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();
193 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 271 input.Normalize();
311 input.Normalize();
  /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/gpu/src/
FlingState.cpp 61 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/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
vertexconversion.h 66 struct Normalize
  /external/skia/samplecode/
SampleWarp.cpp 365 SkScalar length = SkPoint::Normalize(&delta);
386 SkScalar length = SkPoint::Normalize(&delta);
415 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();
checkcharacternormalization01.js 81 Normalize document with check-character-normalization set to false, check that
checkcharacternormalization02.js 81 Normalize document with check-character-normalization set to true, check that
checkcharacternormalization03.js 81 Normalize document using Node.normalize checking that "check-character-normalization"
85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ID-normalize
122 doc.normalize();
datatypenormalization13.js 81 Normalize document with datatype-normalization set to true.

Completed in 770 milliseconds

1 2 3 4