Searched defs:normalize (Results 51 - 75 of 111) sorted by relevance

12345

/external/chromium_org/third_party/icu/source/common/
H A Dnormalizer2.cpp39 normalize(const UnicodeString &src, function in class:NoopNormalizer2
104 // normalize
106 normalize(const UnicodeString &src, function in class:Normalizer2WithImpl
122 normalize(sArray, sArray+src.length(), buffer, errorCode);
127 normalize(const UChar *src, const UChar *limit,
130 // normalize and append
229 normalize(const UChar *src, const UChar *limit, function in class:DecomposeNormalizer2
233 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function.
259 normalize(const UChar *src, const UChar *limit, function in class:ComposeNormalizer2
263 using Normalizer2WithImpl::normalize; // Avoi
328 normalize(const UChar *src, const UChar *limit, function in class:FCDNormalizer2
[all...]
/external/eigen/Eigen/src/Geometry/
H A DQuaternion.h122 * \sa normalized(), MatrixBase::normalize() */
123 inline void normalize() { coeffs().normalize(); } function in class:Eigen::QuaternionBase
125 * \sa normalize(), MatrixBase::normalized() */
/external/icu4c/common/
H A Dnormalizer2.cpp58 normalize(const UnicodeString &src, function in class:NoopNormalizer2
127 // normalize
129 normalize(const UnicodeString &src, function in class:Normalizer2WithImpl
145 normalize(sArray, sArray+src.length(), buffer, errorCode);
150 normalize(const UChar *src, const UChar *limit,
153 // normalize and append
288 normalize(const UChar *src, const UChar *limit, function in class:DecomposeNormalizer2
292 using Normalizer2WithImpl::normalize; // Avoid warning about hiding base class function.
322 normalize(const UChar *src, const UChar *limit, function in class:ComposeNormalizer2
326 using Normalizer2WithImpl::normalize; // Avoi
395 normalize(const UChar *src, const UChar *limit, function in class:FCDNormalizer2
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DQuaternion.java274 normalize();
557 Vector3f normAxis = axis.normalize();
1084 * <code>normalize</code> normalizes the current <code>Quaternion</code>
1089 public void normalize() { method in class:Quaternion
1098 * <code>normalize</code> normalizes the current <code>Quaternion</code>
H A DVector3f.java745 * <code>normalize</code> returns the unit vector of this vector.
749 public Vector3f normalize() { method in class:Vector3f
772 // than the old jme normalize as this method
H A DVector4f.java691 * <code>normalize</code> returns the unit vector of this vector.
695 public Vector4f normalize() { method in class:Vector4f
718 // than the old jme normalize as this method
H A DFastMath.java876 * the angle to normalize (in radians)
879 public static float normalize(float val, float min, float max) { method in class:FastMath
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPMetaImpl.java1262 * @see XMPMeta#normalize(ParseOptions)
1264 public void normalize(ParseOptions options) throws XMPException method in class:XMPMetaImpl
1291 * "last()", normalize it and check the insert flags. The order of the
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java980 public void normalize(){} method in class:ElemLiteralResult.Attribute
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java812 * @param normalize true if the content should be normalized according to
814 * <a href="http://www.w3.org/TR/xpath#function-normalize-space">normalize-space</a>
820 int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize)
819 dispatchCharactersEvents( int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize) argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java492 * @param normalize true if the content should be normalized according to
494 * <a href="http://www.w3.org/TR/xpath#function-normalize-space">normalize-space</a>
500 boolean normalize)
517 if(normalize)
554 if(normalize)
572 if(normalize)
499 dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize) argument
H A DSAX2DTM2.java3006 * @param normalize true if the content should be normalized according to
3008 * <a href="http://www.w3.org/TR/xpath#function-normalize-space">normalize-space</a>
3014 boolean normalize)
3067 if(normalize)
3080 if (normalize)
3089 if (normalize)
3109 if(normalize)
3013 dispatchCharactersEvents(int nodeHandle, ContentHandler ch, boolean normalize) argument
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java261 public void normalize() method in class:UnImplNode
263 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"normalize not supported!");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
H A Djarprocessor-ant.jar ... void setPack (boolean) boolean pack public void setNormalize (boolean) boolean normalize public void setUnsign (boolean) boolean unsign public void setSign (boolean ...
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DCamera.java724 * normalize normalizes the camera vectors.
726 public void normalize() { method in class:Camera
/external/opencv/cv/src/
H A Dcvsurf.cpp516 double normalize = 0; local
518 normalize += vec[kk]*vec[kk];
519 normalize = 1./(sqrt(normalize) + DBL_EPSILON);
521 vec[kk] = (float)(vec[kk]*normalize);
540 double normalize = 0; local
542 normalize += vec[kk]*vec[kk];
543 normalize = 1./(sqrt(normalize) + DBL_EPSILON);
545 vec[kk] = (float)(vec[kk]*normalize);
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java2186 * @param normalize true if the content should be normalized according to
2188 * <a href="http://www.w3.org/TR/xpath#function-normalize-space">normalize-space</a>
2194 int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize)
2193 dispatchCharactersEvents( int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize) argument
H A DDTMDocumentImpl.java2011 int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize)
2010 dispatchCharactersEvents( int nodeHandle, org.xml.sax.ContentHandler ch, boolean normalize) argument
H A DDTMNodeProxy.java1179 public final void normalize() method in class:DTMNodeProxy
/external/chromium_org/third_party/icu/source/i18n/
H A Dastro.cpp213 inline static double normalize(double value, double range) { function
223 return normalize(angle, CalendarAstronomer::PI * 2.0);
230 return normalize(angle + CalendarAstronomer::PI, CalendarAstronomer::PI * 2.0) - CalendarAstronomer::PI;
384 double UT = normalize(fTime/(double)HOUR_MS, 24.);
386 siderealTime = normalize(getSiderealOffset() + UT*1.002737909, 24.);
396 siderealT0 = normalize(6.697374558 + 2400.051336*T + 0.000025862*T*T, 24);
407 return normalize(getGreenwichSidereal() + (fGmtOffset/(double)HOUR_MS), 24.);
421 double lt = normalize((lst - getSiderealOffset()) * 0.9972695663, 24);
813 // if (t00p < 0) t00p += 24; // do NOT normalize
856 // return normalize(ls
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dssearch.cpp215 UColAttributeValue normalize = UCOL_OFF; local
219 normalize = UCOL_ON;
294 ucol_setAttribute(collator.getAlias(), UCOL_NORMALIZATION_MODE, normalize, &status);
553 UColAttributeValue normalize = UCOL_OFF; local
557 normalize = UCOL_ON;
632 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, normalize, &status);
1611 //ucol_setAttribute(collator.getAlias(), UCOL_NORMALIZATION_MODE, normalize, &status);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dffvertex_prog.c60 unsigned normalize:1; member in struct:state_key
219 key->normalize = 1;
791 !p->state->normalize &&
814 if (p->state->normalize) {
/external/icu4c/i18n/
H A Dastro.cpp212 inline static double normalize(double value, double range) { function
222 return normalize(angle, CalendarAstronomer::PI * 2.0);
229 return normalize(angle + CalendarAstronomer::PI, CalendarAstronomer::PI * 2.0) - CalendarAstronomer::PI;
383 double UT = normalize(fTime/(double)HOUR_MS, 24.);
385 siderealTime = normalize(getSiderealOffset() + UT*1.002737909, 24.);
395 siderealT0 = normalize(6.697374558 + 2400.051336*T + 0.000025862*T*T, 24);
406 return normalize(getGreenwichSidereal() + (fGmtOffset/(double)HOUR_MS), 24.);
420 double lt = normalize((lst - getSiderealOffset()) * 0.9972695663, 24);
818 // if (t00p < 0) t00p += 24; // do NOT normalize
861 // return normalize(ls
[all...]
/external/icu4c/test/intltest/
H A Dssearch.cpp181 UColAttributeValue normalize = UCOL_OFF; local
185 normalize = UCOL_ON;
260 ucol_setAttribute(collator.getAlias(), UCOL_NORMALIZATION_MODE, normalize, &status);
926 //ucol_setAttribute(collator.getAlias(), UCOL_NORMALIZATION_MODE, normalize, &status);
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java698 static String normalize(String number) { method in class:PhoneNumberUtil
709 * normalize(String number) but does in-place normalization of the StringBuilder provided.
714 static void normalize(StringBuilder number) { method in class:PhoneNumberUtil
715 String normalizedNumber = normalize(number.toString());
1526 // To do this, first we normalize punctuation. We retain number grouping symbols such as " "
2498 // Can now normalize the rest of the number since we've consumed the "+" sign at the start.
2499 normalize(number);
2504 normalize(number);
2802 normalize(nationalNumber);

Completed in 1262 milliseconds

12345