Searched refs:normalize (Results 1 - 25 of 213) sorted by relevance

123456789

/external/webkit/Source/WebCore/platform/graphics/
H A DFloatPoint3D.cpp30 void FloatPoint3D::normalize() function in class:WebCore::FloatPoint3D
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
H A DAndroid22Workaround.java6 public static void glVertexAttribPointer(int location, int components, int format, boolean normalize, int stride, int offset){ argument
10 normalize,
/external/webkit/LayoutTests/fast/dom/Node/script-tests/
H A Dnormalize-with-cdata.js1 description('Test of normalize on an XML document with CDATA.');
14 debug('Before normalize');
17 xmlChunk.documentElement.normalize();
18 debug('After normalize');
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DNormalizerTest.java131 * @tests java.text.Normalizer#normalize(CharSequence, Form)
135 assertEquals("\u00c1", Normalizer.normalize(src, Form.NFC));
136 assertEquals("\u0041\u0301", Normalizer.normalize(src, Form.NFD));
137 assertEquals("\u00c1", Normalizer.normalize(src, Form.NFKC));
138 assertEquals("\u0041\u0301", Normalizer.normalize(src, Form.NFKD));
141 assertEquals("\u00c1", Normalizer.normalize(src, Form.NFC));
142 assertEquals("\u0041\u0301", Normalizer.normalize(src, Form.NFD));
143 assertEquals("\u00c1", Normalizer.normalize(src, Form.NFKC));
144 assertEquals("\u0041\u0301", Normalizer.normalize(src, Form.NFKD));
147 assertEquals("\ufb03", Normalizer.normalize(sr
[all...]
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/
H A Dsimple_water.frag63 vec4 lightTS = normalize(lightDir);
64 vec4 viewt = normalize(viewDir);
67 fdist =normalize( fdist * 2.0 - 1.0)* m_distortionScale;
74 vec4 vNorm = normalize(nmap);
101 vec4 L=normalize(viewLightDir);
102 vec4 E=normalize(viewCamDir);
103 vec4 vRef = normalize(reflect(-L,vNorm));
114 vec4 fresnelTerm = vec4(0.02+0.97*pow((1.0-dot(normalize(viewt), vNorm)),5.0));
/external/llvm/unittests/ADT/
H A DTripleTest.cpp136 EXPECT_EQ("", Triple::normalize(""));
137 EXPECT_EQ("-", Triple::normalize("-"));
138 EXPECT_EQ("--", Triple::normalize("--"));
139 EXPECT_EQ("---", Triple::normalize("---"));
140 EXPECT_EQ("----", Triple::normalize("----"));
142 EXPECT_EQ("a", Triple::normalize("a"));
143 EXPECT_EQ("a-b", Triple::normalize("a-b"));
144 EXPECT_EQ("a-b-c", Triple::normalize("a-b-c"));
145 EXPECT_EQ("a-b-c-d", Triple::normalize("a-b-c-d"));
147 EXPECT_EQ("i386-b-c", Triple::normalize("i38
[all...]
/external/llvm/include/llvm/Support/
H A DTimeValue.h89 : seconds_( seconds ), nanos_( nanos ) { this->normalize(); }
100 this->normalize();
118 this->normalize();
128 this->normalize();
283 this->normalize();
294 this->normalize();
301 this->normalize();
308 this->normalize();
316 this->normalize();
324 this->normalize();
[all...]
/external/webkit/Source/WebCore/platform/audio/
H A DCone.cpp52 sourceToListener.normalize();
55 normalizedSourceOrientation.normalize();
/external/icu4c/common/unicode/
H A Dnormalizer2.h118 normalize(const UnicodeString &src, UErrorCode &errorCode) const { function in class:Normalizer2
120 normalize(src, result, errorCode);
137 normalize(const UnicodeString &src,
344 normalize(const UnicodeString &src,
385 * Gets the decomposition mapping of c. Equivalent to normalize(UnicodeString(c))
467 normalize(const UnicodeString &src,
/external/replicaisland/src/com/replica/replicaisland/
H A DOrbitalMagnetComponent.java78 mRim.normalize();
92 mDelta.normalize();
100 mDelta.normalize();
105 mVelocity.normalize();
120 targetVelocity.normalize();
/external/llvm/lib/Support/
H A DTimeValue.cpp27 TimeValue::normalize( void ) { function in class:llvm::TimeValue
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dtest_files.py63 return normalized_find(filesystem, normalize(filesystem, port.layout_tests_dir(), paths))
66 def normalize(filesystem, base_dir, paths): function
/external/webkit/LayoutTests/dom/html/level2/core/
H A Dhc_nodedocumentfragmentnormalize1.js78 Create a document fragment with two adjacent text nodes, normalize and see if the text nodes
104 docFragment.normalize();
H A Dhc_nodedocumentfragmentnormalize2.js102 docFragment.normalize();
/external/webkit/LayoutTests/dom/xhtml/level2/core/
H A Dhc_nodedocumentfragmentnormalize1.js78 Create a document fragment with two adjacent text nodes, normalize and see if the text nodes
104 docFragment.normalize();
H A Dhc_nodedocumentfragmentnormalize2.js102 docFragment.normalize();
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dsplitcdatasections01.js80 Add a CDATASection containing "]]>" and call Node.normalize which should not
84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ID-normalize
117 doc.normalize();
/external/compiler-rt/lib/
H A Dmuldf3.c64 if (aAbs < implicitBit) scale += normalize(&aSignificand);
65 if (bAbs < implicitBit) scale += normalize(&bSignificand);
69 // denormal path it was already set by normalize( ), but setting it twice
H A Dmulsf3.c64 if (aAbs < implicitBit) scale += normalize(&aSignificand);
65 if (bAbs < implicitBit) scale += normalize(&bSignificand);
69 // denormal path it was already set by normalize( ), but setting it twice
H A Dadddf3.c71 if (aExponent == 0) aExponent = normalize(&aSignificand);
72 if (bExponent == 0) bExponent = normalize(&bSignificand);
81 // was already set by normalize( ), but setting it twice won't hurt
H A Daddsf3.c70 if (aExponent == 0) aExponent = normalize(&aSignificand);
71 if (bExponent == 0) bExponent = normalize(&bSignificand);
80 // was already set by normalize( ), but setting it twice won't hurt
H A Ddivdf3.c67 if (aAbs < implicitBit) scale += normalize(&aSignificand);
68 if (bAbs < implicitBit) scale -= normalize(&bSignificand);
72 // denormal path it was already set by normalize( ), but setting it twice
/external/icu4c/common/
H A Dfilterednormalizer2.cpp30 FilteredNormalizer2::normalize(const UnicodeString &src, function in class:FilteredNormalizer2
43 return normalize(src, dest, USET_SPAN_SIMPLE, errorCode);
54 FilteredNormalizer2::normalize(const UnicodeString &src, function in class:FilteredNormalizer2
71 dest.append(norm2.normalize(src.tempSubStringBetween(prevSpanLimit, spanLimit),
114 return normalize(second, first, errorCode);
143 normalize(rest, first, USET_SPAN_NOT_CONTAINED, errorCode);
/external/icu4c/test/intltest/
H A Dtstnrapi.cpp138 Normalizer::normalize(s, UNORM_NONE, 0, out, status);
140 errln("error in Normalizer::normalize(UNORM_NONE)");
145 Normalizer::normalize(s, UNORM_NFD, 0, s, status);
147 dataerrln("error in Normalizer::normalize(UNORM_NFD, self)");
149 Normalizer::normalize(s, UNORM_NFC, 0, s, status);
151 dataerrln("error in Normalizer::normalize(UNORM_NFC, self)");
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DElementType.java200 if (!type.equals("CDATA")) value = normalize(value);
205 if (!type.equals("CDATA")) value=normalize(value);
213 @param value The value to normalize
216 public static String normalize(String value) { method in class:ElementType

Completed in 1248 milliseconds

123456789