HomeSort by relevance Sort by last modified time
    Searched refs:Normalize (Results 1 - 25 of 96) 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/libvpx/libvpx/third_party/googletest/src/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/open-vcdiff/gtest/include/gtest/internal/
gtest-filepath.h 65 Normalize();
69 Normalize();
193 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/ceres-solver/examples/
bal_problem.h 59 void Normalize();
  /external/skia/tests/
PointTest.cpp 27 // Tests SkPoint::Normalize() for this (x,y)
33 SkScalar returned = SkPoint::Normalize(&point);
  /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/src/core/
SkPoint.cpp 78 bool SkPoint::normalize() { function in class:SkPoint
109 SkScalar SkPoint::Normalize(SkPoint* pt) {
170 SkScalar SkPoint::Normalize(SkPoint* pt) {
262 /* We "normalize" x,y to be .14 values (so we can square them and stay 32bits.
310 Normalize x,y, and then scale them by length.
326 We normalize by first shifting x,y so that at least one of them
  /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

Completed in 973 milliseconds

1 2 3 4