Searched refs:Normalize (Results 1 - 25 of 95) sorted by relevance

1234

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionNormalization.h53 /// Normalize - Normalize according to the given loops.
54 Normalize, enumerator in enum:llvm::TransformKind
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h65 Normalize();
69 Normalize();
197 void Normalize();
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Ddiy-fp.h79 void Normalize() { function in class:WTF::double_conversion::DiyFp
99 static DiyFp Normalize(const DiyFp& a) { function in class:WTF::double_conversion::DiyFp
101 result.Normalize();
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h65 Normalize();
69 Normalize();
197 void Normalize();
/external/chromium_org/v8/src/
H A Ddiy-fp.h76 void Normalize() { function in class:v8::internal::DiyFp
96 static DiyFp Normalize(const DiyFp& a) { function in class:v8::internal::DiyFp
98 result.Normalize();
/external/gtest/include/gtest/internal/
H A Dgtest-filepath.h65 Normalize();
69 Normalize();
197 void Normalize();
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-filepath.h65 Normalize();
69 Normalize();
197 void Normalize();
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h65 Normalize();
69 Normalize();
197 void Normalize();
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h65 Normalize();
69 Normalize();
197 void Normalize();
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-filepath.h65 Normalize();
69 Normalize();
193 void Normalize();
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-filepath.h65 Normalize();
69 Normalize();
193 void Normalize();
/external/v8/src/
H A Ddiy-fp.h76 void Normalize() { function in class:v8::internal::DiyFp
96 static DiyFp Normalize(const DiyFp& a) { function in class:v8::internal::DiyFp
98 result.Normalize();
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dnormalizedunicodetext.h39 DWORD Normalize(NORM_FORM normalization_form, const WCHAR* text);
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h65 Normalize();
193 void Normalize();
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapi_list_data_source.py25 def Normalize(string): function in function:APIListDataSource.Factory.__init__
27 self._api_path = Normalize(api_path)
28 self._public_path = Normalize(public_path)
/external/ceres-solver/examples/
H A Dbal_problem.h59 void Normalize();
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dpath.cc50 paths_ = Normalize(paths_);
62 paths_ = Normalize(paths);
68 paths_ = Normalize(paths);
97 StringArray_t Path::Normalize(const StringArray_t& paths) { function in class:nacl_io::Path
/external/lzma/CPP/7zip/Compress/
H A DRangeCoder.h117 void Normalize() function in class:NCompress::NRangeCoder::CDecoder
147 Normalize();
196 Normalize();
/external/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoder.cs152 public void Normalize() method in class:SevenZip.Compression.RangeCoder.Decoder
179 Normalize();
228 Normalize();
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_normals.c114 if (ctx->Transform.Normalize) {
131 if (ctx->Transform.Normalize) {
/external/llvm/lib/Support/Unix/
H A DHost.inc42 // Normalize the arch, since the target triple may not actually match the target.
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_normals.c114 if (ctx->Transform.Normalize) {
131 if (ctx->Transform.Normalize) {
/external/ceres-solver/internal/ceres/
H A Djet_quaternion_integration_test.cc61 a.Normalize();
62 b.Normalize();
63 double_a.Normalize();
64 double_b.Normalize();
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_mode_url_filter.h60 static GURL Normalize(const GURL& url);
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_worditerator.h152 bool Normalize(int input_start,

Completed in 697 milliseconds

1234