HomeSort by relevance Sort by last modified time
    Searched refs:normalize (Results 601 - 625 of 1394) sorted by null

<<21222324252627282930>>

  /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/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java     [all...]
  /external/icu/icu4c/source/i18n/
collationbuilder.cpp 305 UnicodeString nfdString = nfd.normalize(str, errorCode);
654 nfd.normalize(prefix, nfdPrefix, errorCode);
660 UnicodeString nfdString = nfd.normalize(str, errorCode);
733 UnicodeString nfdExtension = nfd.normalize(extension, errorCode);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTVector.h 264 @fn normalize
268 PVRTVec2 normalize() function in struct:PVRTVec2
282 return out.normalize();
566 @fn normalize
570 PVRTVec3 normalize() function in struct:PVRTVec3
925 PVRTVec4 normalize() function in struct:PVRTVec4
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 205 spec.attribs[0].normalize = false;
216 spec.attribs[1].normalize = false;
287 spec.attribs[0].normalize = false;
323 spec.attribs[0].normalize = false;
334 spec.attribs[1].normalize = false;
370 spec.attribs[0].normalize = false;
382 spec.attribs[1].normalize = false;
395 spec.attribs[2].normalize = false;
431 spec.attribs[0].normalize = false;
459 spec.attribs[1].normalize = false
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
archive.c 1391 normalize (bfd *abfd, const char *file) function
1424 normalize (bfd *abfd ATTRIBUTE_UNUSED, const char *file) function
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorTest.java     [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorTest.java     [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 829 static private void normalize(double[] in, Target.Floaty[] out, Target t) { method in class:CoreMathVerifier
841 static private void normalize(float[] in, Target.Floaty[] out, Target t) { method in class:CoreMathVerifier
1948 normalize(new float[] {args.inV}, out, t); method
1954 normalize(args.inV, args.out, t); method
    [all...]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 182 UColAttributeValue normalize = UCOL_OFF; local
186 normalize = UCOL_ON;
261 ucol_setAttribute(collator.getAlias(), UCOL_NORMALIZATION_MODE, normalize, &status);
922 //ucol_setAttribute(collator.getAlias(), UCOL_NORMALIZATION_MODE, normalize, &status);
    [all...]
ucdtest.cpp 343 UnicodeString decomp=nfd->normalize(UnicodeString(start), errorCode);
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 328 time.normalize(false);
331 time.normalize(false);
565 long timeInMillis = tmpTime.normalize(true);
    [all...]
  /external/ImageMagick/Magick++/demo/
demo.cpp 294 cout << " normalize ..." << endl;
296 example.label( "Normalize" );
297 example.normalize( );
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Vector3D.java 285 public Vector3D normalize() { method in class:Vector3D
301 * Vector3D k = u.normalize();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WNafUtil.java 408 preComp[0] = p.normalize();
  /external/deqp/modules/gles3/scripts/
genutil.py 212 def normalize(a): return a.normalize() member in class:GenMath
293 def normalize(self): member in class:Scalar
378 def normalize(self): member in class:Vec
  /external/deqp/modules/gles31/scripts/
genutil.py 212 def normalize(a): return a.normalize() member in class:GenMath
293 def normalize(self): member in class:Scalar
380 def normalize(self): member in class:Vec
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 44 M->setTargetTriple(Triple::normalize(BuilderTriple));
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 60 unsigned normalize:1; member in struct:state_key
217 if (ctx->Transform.Normalize)
218 key->normalize = 1;
779 !p->state->normalize &&
800 /* Normalize/Rescale:
802 if (p->state->normalize) {
1129 /* Normalize VPpli. The dist value also used in
    [all...]
  /external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/
TestNanolets.java 292 public void normalize() throws Exception { method in class:TestNanolets
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTime.java 94 // Set the time to 12am and re-normalize.
98 millis = time.normalize(true);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTime.java 99 // Set the time to 12am and re-normalize.
103 millis = time.normalize(true);
  /external/skia/src/pathops/
SkPathOpsQuad.cpp 182 lineParameters.normalize();
  /external/skqp/src/pathops/
SkPathOpsQuad.cpp 179 lineParameters.normalize();

Completed in 1316 milliseconds

<<21222324252627282930>>