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

1 2

  /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_org/native_client_sdk/src/examples/demo/flock/
vector2.h 38 // Normalize this vector in-place. If the vector is degenerate (size 0)
40 void Normalize() {
58 Scale(max_mag / mag); // Does Normalize() followed by Scale(max_mag).
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
diy-fp.h 40 // Multiplication and Subtraction do not normalize their results.
79 void Normalize() {
99 static DiyFp Normalize(const DiyFp& a) {
101 result.Normalize();
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
normalizedunicodetext.cc 86 DWORD NormalizedUnicodeText::Normalize(NORM_FORM normalization_form,
  /external/chromium_org/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();
  /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();
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
path.cc 52 paths_ = Normalize(paths_);
64 paths_ = Normalize(paths);
70 paths_ = Normalize(paths);
99 StringArray_t Path::Normalize(const StringArray_t& paths) {
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
vertexconversion.h 61 struct Normalize
  /external/chromium_org/third_party/skia/src/core/
SkPoint.cpp 78 bool SkPoint::normalize() { function in class:SkPoint
107 SkScalar SkPoint::Normalize(SkPoint* pt) {
  /external/skia/src/core/
SkPoint.cpp 78 bool SkPoint::normalize() { function in class:SkPoint
107 SkScalar SkPoint::Normalize(SkPoint* pt) {
  /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/ceres-solver/examples/
bal_problem.cc 233 void BALProblem::Normalize() {
  /external/chromium/third_party/libjingle/source/talk/base/
pathutils.cc 90 void Pathname::Normalize() {
  /external/chromium_org/third_party/libjingle/source/talk/base/
pathutils.cc 90 void Pathname::Normalize() {
  /external/llvm/utils/unittest/googletest/
gtest-filepath.cc 347 void FilePath::Normalize() {
  /external/lzma/CPP/7zip/Compress/
RangeCoder.h 117 void Normalize()
147 Normalize();
196 Normalize();
  /external/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs 69 Normalize();
357 void Normalize()
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoder.cs 152 public void Normalize()
179 Normalize();
228 Normalize();
  /external/open-vcdiff/gtest/src/
gtest-filepath.cc 313 // Normalize removes any redundant separators that might be in the pathname.
316 void FilePath::Normalize() {
  /external/protobuf/gtest/src/
gtest-filepath.cc 313 // Normalize removes any redundant separators that might be in the pathname.
316 void FilePath::Normalize() {
  /external/chromium/testing/gtest/src/
gtest-filepath.cc 349 void FilePath::Normalize() {
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_url_filter.cc 192 GURL ManagedModeURLFilter::Normalize(const GURL& url) {
264 std::map<GURL, bool>::const_iterator url_it = url_map_.find(Normalize(url));
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_worditerator.cc 331 // Set the character attributes so we can normalize the words extracted by
383 if (Normalize(position_, next - position_, word_string)) {
408 bool SpellcheckWordIterator::Normalize(int input_start,
412 // canonical Composition) defined in Unicode Standard Annex #15 to normalize
421 icu::Normalizer::normalize(input, UNORM_NFKC, 0, output, status);
  /external/chromium_org/testing/gtest/src/
gtest-filepath.cc 351 void FilePath::Normalize() {
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-filepath.cc 349 void FilePath::Normalize() {

Completed in 275 milliseconds

1 2