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

1 2 3 4 5

  /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/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/mesa/src/src/gtest/include/gtest/internal/
gtest-filepath.h 65 Normalize();
69 Normalize();
197 void Normalize();
  /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/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/mesa3d/src/gtest/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();
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
normalizedunicodetext.h 39 DWORD Normalize(NORM_FORM normalization_form, const WCHAR* text);
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-filepath.h 65 Normalize();
193 void Normalize();
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h 65 Normalize();
193 void 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/ceres-solver/examples/
bal_problem.h 59 void 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) {
path.h 55 static StringArray_t Normalize(const StringArray_t& paths);
  /external/lzma/CPP/7zip/Compress/
RangeCoder.h 117 void Normalize()
147 Normalize();
196 Normalize();
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_normals.c 114 if (ctx->Transform.Normalize) {
131 if (ctx->Transform.Normalize) {
  /external/mesa3d/src/mesa/tnl/
t_vb_normals.c 114 if (ctx->Transform.Normalize) {
131 if (ctx->Transform.Normalize) {
  /external/ceres-solver/internal/ceres/
jet_quaternion_integration_test.cc 60 // The quaternions should be valid rotations, so normalize them.
61 a.Normalize();
62 b.Normalize();
63 double_a.Normalize();
64 double_b.Normalize();
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_url_filter.h 60 static GURL Normalize(const GURL& url);
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_worditerator.h 152 bool Normalize(int input_start,
  /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).

Completed in 1539 milliseconds

1 2 3 4 5