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

1 2 3 4 5 6

  /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/google-breakpad/src/testing/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/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 65 Normalize();
69 Normalize();
197 void Normalize();
  /external/v8/src/
diy-fp.h 18 // Multiplication and Subtraction do not normalize their results.
57 void Normalize() {
77 static DiyFp Normalize(const DiyFp& a) {
79 result.Normalize();
  /external/gtest/include/gtest/internal/
gtest-filepath.h 65 Normalize();
193 void Normalize();
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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/ceres-solver/examples/
bal_problem.h 59 void Normalize();
  /external/lzma/CPP/7zip/Compress/
PpmdEncoder.h 29 void Normalize(int level);
PpmdEncoder.cpp 23 void CEncProps::Normalize(int level)
49 _props.Normalize(-1);
96 props.Normalize(level);
RangeCoder.h 115 void Normalize()
143 Normalize();
192 Normalize();
  /hardware/qcom/display/msm8996/sdm/include/utils/
rect.h 43 void Normalize(const uint32_t &align_x, const uint32_t &align_y, LayerRect *rect);
  /external/mesa3d/src/mesa/tnl/
t_vb_normals.c 114 if (ctx->Transform.Normalize) {
131 if (ctx->Transform.Normalize) {
  /external/pdfium/core/src/fxcrt/
fx_basic_coords.cpp 12 void FX_RECT::Normalize() {
26 src_n.Normalize();
27 Normalize();
37 Normalize();
39 other.Normalize();
74 void CFX_FloatRect::Normalize() {
88 Normalize();
90 other.Normalize();
100 Normalize();
102 other.Normalize();
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/
effect.js 8 // Test normalize.
9 test('Normalize keyframes with all offsets specified but not sorted by offset. Some offsets are out of [0, 1] range.', function() {
22 test('Normalize keyframes with some offsets not specified, and not sorted by offset.', function() {
34 test('Normalize keyframes with some offsets not specified, and not sorted by offset. Out of order keyframes are out of [0, 1] range.', function() {
46 test('Normalize keyframes with some offsets not specified, but sorted by offset where specified. Some offsets are out of [0, 1] range.', function() {
65 test('Normalize keyframes with some offsets not specified, but sorted by offset where specified. All specified offsets in [0, 1] range.', function() {
92 test('Normalize keyframes with no offsets specified.', function() {
116 test('Normalize keyframes where a keyframe has an offset that is not a number.', function() {
126 test('Normalize keyframes where a keyframe has an offset that is a numeric string.', function() {
141 test('Normalize keyframes where some keyframes have easings.', function()
    [all...]
  /external/v8/test/mjsunit/es6/
math-log1p.js 59 // Normalize u.
61 // Normalize u/2.
  /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/lzma/CS/7zip/Compress/RangeCoder/
RangeCoder.cs 152 public void Normalize()
179 Normalize();
228 Normalize();
  /external/skia/tests/
PointTest.cpp 25 // Tests SkPoint::Normalize() for this (x,y)
31 SkScalar returned = SkPoint::Normalize(&point);
85 // successfully normalize something whose mag overflows a float.
108 // report failure if we try to normalize them.
113 REPORTER_ASSERT(reporter, 0 == SkPoint::Normalize(&pt));
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 129 void Normalize() {
206 FXT_RECT::Normalize();
210 FXT_RECT::Normalize();
225 void Normalize() {
447 void Normalize();
512 void Normalize();
546 Normalize();
557 Normalize();
569 Normalize();
580 Normalize();
    [all...]
  /external/webrtc/webrtc/base/
pathutils.h 54 // Normalize changes all folder delimiters to folder_delimiter()
55 void Normalize();
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
strtod.h 149 v = v.Normalize();
178 v = v.Normalize();
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp 643 rcSubject.Normalize();
653 rcDate.Normalize();
662 rcContents.Normalize();
1120 rcIcon.Normalize();
1129 rcCloseBox.Normalize();
1140 rcDate.Normalize();
1151 rcSubject.Normalize();
1161 rcOptions.Normalize();
    [all...]

Completed in 1651 milliseconds

1 2 3 4 5 6