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

1 2 3

  /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/chrome/common/extensions/docs/server2/
api_list_data_source.py 25 def Normalize(string):
27 self._api_path = Normalize(api_path)
28 self._public_path = Normalize(public_path)
  /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 50 paths_ = Normalize(paths_);
62 paths_ = Normalize(paths);
68 paths_ = Normalize(paths);
97 StringArray_t Path::Normalize(const StringArray_t& paths) {
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
vertexconversion.h 61 struct 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/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/chromium_org/ui/gfx/
transform_util.cc 93 bool Normalize(SkMatrix44& m) {
95 // Cannot normalize.
148 // If we cannot normalize the matrix, then bail early as we cannot decompose.
149 if (!Normalize(matrix))
205 // Compute X scale factor and normalize first row.
214 // Now, compute Y scale and normalize 2nd row.
227 // Next, get Z scale and normalize 3rd row.
  /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 191 GURL ManagedModeURLFilter::Normalize(const GURL& url) {
220 std::map<GURL, bool>::const_iterator url_it = url_map_.find(Normalize(url));
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_worditerator.cc 325 // Set the character attributes so we can normalize the words extracted by
377 if (Normalize(position_, next - position_, word_string)) {
402 bool SpellcheckWordIterator::Normalize(int input_start,
406 // canonical Composition) defined in Unicode Standard Annex #15 to normalize
415 icu::Normalizer::normalize(input, UNORM_NFKC, 0, output, status);
  /external/chromium_org/testing/gtest/src/
gtest-filepath.cc 350 void FilePath::Normalize() {
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-filepath.cc 349 void FilePath::Normalize() {

Completed in 728 milliseconds

1 2 3