HomeSort by relevance Sort by last modified time
    Searched defs:normalize (Results 101 - 125 of 223) sorted by null

1 2 3 45 6 7 8 9

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h 150 * \sa normalized(), MatrixBase::normalize() */
151 inline void normalize() { m_coeffs.normalize(); } function in class:Eigen::Quaternion
153 * \sa normalize(), MatrixBase::normalized() */
  /external/replicaisland/src/com/replica/replicaisland/
CameraSystem.java 130 mBias.normalize();
237 mBias.normalize();
  /external/skia/src/utils/
SkCamera.cpp 64 SkUnitScalar SkPoint3D::normalize(SkUnit3D* unit) const { function in class:SkPoint3D
269 fAxis.normalize(&axis);
278 SkTCast<SkPoint3D*>(&zenith)->normalize(&zenith);
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 239 info.name = normalize(info.name);
423 private static String normalize(String s) { method in class:CallerInfo
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfo.java 237 info.name = normalize(info.name);
420 private static String normalize(String s) { method in class:CallerInfo
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FilenameUtils.java 200 * @param filename the filename to normalize, null returns null
203 public static String normalize(String filename) { method in class:FilenameUtils
246 * @param filename the filename to normalize, null returns null
361 * The returned path is always normalized via {@link #normalize(String)},
399 return normalize(fullFilenameToAdd);
406 return normalize(fullFilenameToAdd);
410 return normalize(basePath + fullFilenameToAdd);
412 return normalize(basePath + '/' + fullFilenameToAdd);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 812 def normalize(self): member in class:IntSet
887 self.normalize()
903 self.normalize()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 812 def normalize(self): member in class:IntSet
887 self.normalize()
903 self.normalize()
    [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
gl-matrix.js 401 * Normalize a vec2
404 * @param {vec2} a vector to normalize
407 vec2.normalize = function(out, a) {
904 * Normalize a vec3
907 * @param {vec3} a vector to normalize
910 vec3.normalize = function(out, a) {
    [all...]
  /external/chromium_org/third_party/gtk+/gtk/
compose-parse.py 15 from unicodedata import normalize namespace
610 normalized = normalize('NFC', unichr(basechar) + "".join(perm))
897 normalized = normalize('NFC', "".join(chrsequence))
912 recomposedchar = normalize('NFC', "".join(map(unichr, decomposedsequence)))
    [all...]
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 122 * \sa normalized(), MatrixBase::normalize() */
123 inline void normalize() { coeffs().normalize(); } function in class:Eigen::QuaternionBase
125 * \sa normalize(), MatrixBase::normalized() */
  /external/icu4c/common/
normalizer2.cpp 58 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; // Avoid warning about hiding base class function
395 normalize(const UChar *src, const UChar *limit, function in class:FCDNormalizer2
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
FastMath.java 876 * the angle to normalize (in radians)
879 public static float normalize(float val, float min, float max) { method in class:FastMath
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
ShaderUtils.java 237 public static final float[] normalize(final float[] v) { method in class:ShaderUtils
  /external/skia/bench/
benchmain.cpp 674 // Normalize to ms per 1000 iterations.
675 const double normalize = 1000.0 / loopsPerIter; local
677 {'w', "msecs", normalize * timer.fWall},
678 {'W', "Wmsecs", normalize * timer.fTruncatedWall},
679 {'c', "cmsecs", normalize * timer.fCpu},
680 {'C', "Cmsecs", normalize * timer.fTruncatedCpu},
681 {'g', "gmsecs", normalize * timer.fGpu},
  /frameworks/base/core/java/android/text/format/
Time.java 197 * current value of this calendar is March 32, normalize() will convert it
211 native public long normalize(boolean ignoreDst); method in class:Time
216 * normalize() in some cases
397 * fields, call {@link #normalize(boolean)} after parsing.
406 * long millis = time.normalize(false);
490 * to normalize the fields in this Time object and also get the milliseconds
491 * then use {@link #normalize(boolean)}.
515 * time.normalize(); // this sets isDst = 1
572 * Call {@link #normalize(boolean)} if you need those.
591 * Call {@link #normalize(boolean)} if you need those
    [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 955 extern float __attribute__((overloadable)) normalize(float v) { function
958 extern float2 __attribute__((overloadable)) normalize(float2 v) { function
961 extern float3 __attribute__((overloadable)) normalize(float3 v) { function
964 extern float4 __attribute__((overloadable)) normalize(float4 v) { function
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Policy.java 169 normalize(); method
215 * Normalize the Policy. If the password mode is "none", zero out all password-related fields;
218 public void normalize() { method in class:Policy
  /packages/apps/Email/src/com/android/email/
SecurityPolicy.java 530 policy.normalize();
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
SearchIndexManager.java 207 // Because we "normalize" names when putting into the index, if we only put
228 * Normalize a name and add to {@link #mSbName}
234 mSbName.append(NameNormalizer.normalize(name));
475 final String normalizedToken = NameNormalizer.normalize(token);
495 builder.append(NameNormalizer.normalize(token));
509 final String normalizedToken = NameNormalizer.normalize(token);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 980 public void normalize(){} method
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 1179 public final void normalize() method in class:DTMNodeProxy
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 261 public void normalize() method in class:UnImplNode
263 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"normalize not supported!");
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
astro.cpp 213 inline static double normalize(double value, double range) { function
218 * Normalize an angle so that it's in the range 0 - 2pi.
223 return normalize(angle, CalendarAstronomer::PI * 2.0);
227 * Normalize an angle into the range -PI - PI
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)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
jarprocessor-ant.jar 

Completed in 837 milliseconds

1 2 3 45 6 7 8 9