HomeSort by relevance Sort by last modified time
    Searched refs:normalize (Results 176 - 200 of 371) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
wellformed04.js 75 normalize document with well-formed set to false.
  /external/webkit/Source/WebCore/dom/
Node.idl 80 void normalize();
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 241 info.name = normalize(info.name);
425 private static String normalize(String s) { method in class:CallerInfo
  /frameworks/rs/scriptc/
rs_cl.rsh 840 * Normalize a vector.
844 _RS_RUNTIME float __attribute__((overloadable)) normalize(float v);
845 _RS_RUNTIME float2 __attribute__((overloadable)) normalize(float2 v);
846 _RS_RUNTIME float3 __attribute__((overloadable)) normalize(float3 v);
847 _RS_RUNTIME float4 __attribute__((overloadable)) normalize(float4 v);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java     [all...]
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 840 * Normalize a vector.
844 _RS_RUNTIME float __attribute__((overloadable)) normalize(float v);
845 _RS_RUNTIME float2 __attribute__((overloadable)) normalize(float2 v);
846 _RS_RUNTIME float3 __attribute__((overloadable)) normalize(float3 v);
847 _RS_RUNTIME float4 __attribute__((overloadable)) normalize(float4 v);
  /external/llvm/lib/Support/
APFloat.cpp 738 normalize(rmNearestTiesToEven, lfExactlyZero);
910 /* Normalize our MSB. */
998 /* Normalize the divisor. */
1005 /* Normalize the dividend. */
1180 APFloat::normalize(roundingMode rounding_mode,
1189 /* Before rounding normalize the exponent of fcNormal numbers. */
    [all...]
  /build/core/
droiddoc.mk 96 $(full_target): PRIVATE_SOURCE_PATH := $(call normalize-path-list,$(LOCAL_DROIDDOC_SOURCE_PATH))
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 86 public void normalize() {return;} method in class:DOM2DTMdefaultNamespaceDeclarationNode
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 492 * @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)
    [all...]
  /external/icu4c/common/
unorm.cpp 93 /* normalize() API ---------------------------------------------------------- */
181 n2->normalize(buffer, destString, *pErrorCode).extract(dest, destCapacity, *pErrorCode);
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
FlyByCamera.java 266 q.normalize();
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
TangentBinormalGenerator.java 323 boolean normalize = false;
331 normalize = true;
353 if (normalize) {
360 if (normalize) {
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
PhysicsHoverControl.java 153 float d = dir.dot(linearVelocity.normalize());
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainGridTest.java 122 light.setDirection((new Vector3f(-0.5f, -1f, -0.5f)).normalize());
TerrainTest.java 169 light.setDirection((new Vector3f(-0.5f, -1f, -0.5f)).normalize());
  /external/llvm/include/llvm/ADT/
APFloat.h 402 opStatus normalize(roundingMode, lostFraction);
  /external/llvm/tools/lli/
lli.cpp 233 Mod->setTargetTriple(Triple::normalize(TargetTriple));
  /external/webkit/Source/WebKit/win/
DOMHTMLClasses.h 268 virtual HRESULT STDMETHODCALLTYPE normalize( void) { return DOMDocument::normalize(); } function in class:DOMHTMLDocument
542 virtual HRESULT STDMETHODCALLTYPE normalize( void) { return DOMElement::normalize(); } function in class:DOMHTMLElement
801 virtual HRESULT STDMETHODCALLTYPE normalize( void) { return DOMHTMLElement::normalize(); } function in class:DOMHTMLFormElement
1106 virtual HRESULT STDMETHODCALLTYPE normalize( void) { return DOMHTMLElement::normalize(); } function in class:DOMHTMLSelectElement
1430 virtual HRESULT STDMETHODCALLTYPE normalize( void) { return DOMHTMLElement::normalize(); } function in class:DOMHTMLOptionElement
1728 virtual HRESULT STDMETHODCALLTYPE normalize( void) { return DOMHTMLElement::normalize(); } function in class:DOMHTMLInputElement
2138 virtual HRESULT STDMETHODCALLTYPE normalize( void) { return DOMHTMLElement::normalize(); } function in class:DOMHTMLTextAreaElement
2463 virtual HRESULT STDMETHODCALLTYPE normalize( void) { return DOMHTMLElement::normalize(); } function in class:DOMHTMLIFrameElement
    [all...]
  /frameworks/base/core/java/android/widget/
DateTimeView.java 130 nowMillis = t.normalize(false);
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 957 bool normalize) {
966 attrib.normalized = normalize;
983 bool normalize) {
992 attrib.normalized = normalize;
    [all...]
  /frameworks/compile/mclinker/lib/CodeGen/
SectLinker.cpp 104 // 4. - normalize the input tree
105 m_pLDDriver->normalize();
  /frameworks/compile/mclinker/lib/MC/
MCLDDriver.cpp 38 void MCLDDriver::normalize() { function in class:MCLDDriver
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 472 float3 f = normalize(center - eye);
473 float3 s = normalize(cross(f, up));
    [all...]
  /gdk/sources/llvm-ndk-cc/
Compiler.cpp 88 mTargetOpts.Triple = llvm::Triple::normalize(DEFAULT_TARGET_TRIPLE_STRING);

Completed in 1160 milliseconds

1 2 3 4 5 6 78 91011>>