HomeSort by relevance Sort by last modified time
    Searched refs:normalize (Results 26 - 50 of 529) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_normalization.py 7 from unicodedata import normalize, unidata_version namespace
20 return normalize("NFC", str)
23 return normalize("NFKC", str)
26 return normalize("NFD", str)
29 return normalize("NFKD", str)
95 normalize('NFC', u'\ud55c\uae00')
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
Reverb.h 46 Reverb(AudioBus* impulseResponseBuffer, size_t renderSliceSize, size_t maxFFTSize, size_t numberOfChannels, bool useBackgroundThreads, bool normalize);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.hlsl 107 return normalize(p * k.x + q * k.y + r * k.z);
170 float3 _u = normalize((abs(s.x) > abs(s.y)) ? float3(-s.z, 0, s.x) : float3(0, -s.z, s.y));
171 float3 _v = normalize(cross(s, _u));
175 result.objnormal = normalize(cross(dc_dU, dc_dV));
184 float3 light = normalize(float3(0, 1, -1));
187 // r.xyz = normalize(input.objpos + 2 * input.objnormal);
188 r.xyz = pseudoambient * saturate(dot(normalize(input.objnormal), normalize(input.objpos)));
189 r.xyz += saturate(dot(light, normalize(input.worldnormal))) * diffuse;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.hlsl 107 return normalize(p * k.x + q * k.y + r * k.z);
170 float3 _u = normalize((abs(s.x) > abs(s.y)) ? float3(-s.z, 0, s.x) : float3(0, -s.z, s.y));
171 float3 _v = normalize(cross(s, _u));
175 result.objnormal = normalize(cross(dc_dU, dc_dV));
184 float3 light = normalize(float3(0, 1, -1));
187 // r.xyz = normalize(input.objpos + 2 * input.objnormal);
188 r.xyz = pseudoambient * saturate(dot(normalize(input.objnormal), normalize(input.objpos)));
189 r.xyz += saturate(dot(light, normalize(input.worldnormal))) * diffuse;
  /libcore/luni/src/main/java/libcore/icu/
NativeNormalizer.java 26 public static String normalize(CharSequence src, Form form) { method in class:NativeNormalizer
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Vector2D.cpp 52 void Vector2D::normalize() { function in class:Vector2D
61 normalize();
  /external/chromium_org/third_party/flot/
jquery.colorhelpers.min.js 1 (function(b){b.color={};b.color.make=function(f,e,c,d){var h={};h.r=f||0;h.g=e||0;h.b=c||0;h.a=d!=null?d:1;h.add=function(k,j){for(var g=0;g<k.length;++g){h[k.charAt(g)]+=j}return h.normalize()};h.scale=function(k,j){for(var g=0;g<k.length;++g){h[k.charAt(g)]*=j}return h.normalize()};h.toString=function(){if(h.a>=1){return"rgb("+[h.r,h.g,h.b].join(",")+")"}else{return"rgba("+[h.r,h.g,h.b,h.a].join(",")+")"}};h.normalize=function(){function g(j,k,i){return k<j?j:(k>i?i:k)}h.r=g(0,parseInt(h.r),255);h.g=g(0,parseInt(h.g),255);h.b=g(0,parseInt(h.b),255);h.a=g(0,h.a,1);return h};h.clone=function(){return b.color.make(h.r,h.b,h.g,h.a)};return h.normalize()};b.color.extract=function(e,d){var f;do{f=e.css(d).toLowerCase();if(f!=""&&f!="transparent"){bre (…)
  /frameworks/base/libs/hwui/
Vector.h 89 void normalize() { function in struct:android::uirenderer::Vector2
97 v.normalize();
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/
NameDistanceTest.java 70 byte[] s1 = Hex.decodeHex(NameNormalizer.normalize(name1));
71 byte[] s2 = Hex.decodeHex(NameNormalizer.normalize(name2));
  /external/icu4c/common/unicode/
normalizer2.h 194 normalize(const UnicodeString &src, UErrorCode &errorCode) const { function in class:Normalizer2
196 normalize(src, result, errorCode);
213 normalize(const UnicodeString &src,
478 normalize(const UnicodeString &src,
640 normalize(const UnicodeString &src,
  /build/core/combo/
TARGET_linux-arm.mk 242 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
245 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
248 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
267 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
270 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
273 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
292 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
294 $(call normalize-target-libraries,$(filter-out %libc_nomalloc.a,$(filter-out %libc.a,$(PRIVATE_ALL_STATIC_LIBRARIES)))) \
296 $(call normalize-target-libraries,$(filter %libc.a,$(PRIVATE_ALL_STATIC_LIBRARIES))) \
297 $(call normalize-target-libraries,$(filter %libc_nomalloc.a,$(PRIVATE_ALL_STATIC_LIBRARIES)))
    [all...]
TARGET_linux-mips.mk 233 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
236 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
239 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
258 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
261 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
264 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
283 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
285 $(call normalize-target-libraries,$(filter-out %libc_nomalloc.a,$(filter-out %libc.a,$(PRIVATE_ALL_STATIC_LIBRARIES)))) \
287 $(call normalize-target-libraries,$(filter %libc.a,$(PRIVATE_ALL_STATIC_LIBRARIES))) \
288 $(call normalize-target-libraries,$(filter %libc_nomalloc.a,$(PRIVATE_ALL_STATIC_LIBRARIES)))
    [all...]
TARGET_linux-x86.mk 188 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
191 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
194 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
213 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
216 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
219 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
236 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
239 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
  /external/eigen/demos/opengl/
gpuhelper.cpp 64 ax.normalize();
66 tmp.normalize();
85 ax.normalize();
87 tmp.normalize();
  /external/llvm/lib/Support/
TimeValue.cpp 32 TimeValue::normalize( void ) { function in class:llvm::TimeValue
  /frameworks/compile/mclinker/include/mcld/
Linker.h 45 /// normalize - To normalize the command line language into mcld::Module.
46 bool normalize(Module& pModule, IRBuilder& pBuilder);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementnormalize.java 31 * The "normalize()" method puts all the nodes in the full
73 root.normalize();
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
hc_nodedocumentfragmentnormalize2.java 68 docFragment.normalize();
  /packages/apps/Dialer/tests/src/com/android/dialer/dialpad/
SmartDialNameMatcherTest.java 258 + " nfd=" + Normalizer.normalize(displayName, Normalizer.Form.NFD)
259 + " nfc=" + Normalizer.normalize(displayName, Normalizer.Form.NFC)
260 + " nfkd=" + Normalizer.normalize(displayName, Normalizer.Form.NFKD)
261 + " nfkc=" + Normalizer.normalize(displayName, Normalizer.Form.NFKC)
  /external/compiler-rt/lib/
muldf3.c 64 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
85 // Normalize the significand, adjust exponent if needed.
mulsf3.c 64 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
85 // Normalize the significand, adjust exponent if needed.
  /frameworks/base/core/java/android/gesture/
Instance.java 50 private void normalize() { method in class:Instance
78 instance.normalize();
  /libcore/luni/src/test/java/tests/org/w3c/dom/
HCNodeDocumentFragmentNormalize.java 11 * Create a document fragment with two adjacent text nodes, normalize and see if
62 docFragment.normalize();
78 docFragment.normalize();
  /ndk/tests/build/issue22345-ICE-postreload/jni/
issue22345-ICE-postreload.cpp 24 inline Vector3 normalize(const Vector3& v1) { function in namespace:math
49 math::normalize(math::cross(v1, v2));
  /external/chromium_org/third_party/icu/source/common/
filterednormalizer2.cpp 30 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);

Completed in 1957 milliseconds

12 3 4 5 6 7 8 91011>>