HomeSort by relevance Sort by last modified time
    Searched refs:normalization (Results 1 - 25 of 31) sorted by null

1 2

  /external/v8/test/intl/collator/
normalization.js 28 // Make sure normalization is always on, and normalization flag is ignored.
31 // to make ICU fail comparison without normalization (upper, lower accent).
41 // Try with normalization off (as an option).
42 var collator = Intl.Collator([], {normalization: false});
43 // If we accepted normalization parameter, this would have failed.
45 assertFalse(collator.resolvedOptions().hasOwnProperty('normalization'));
47 // Try with normalization off (as Unicode extension).
49 // If we accepted normalization parameter, this would have failed.
51 assertFalse(collator.resolvedOptions().hasOwnProperty('normalization'));
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/transient/test/
readPCM.m 6 %x: The read signal after normalization.
  /external/hyphenation-patterns/
Android.mk 56 # folding and normalization, so don't build it until that's fixed.
  /external/v8/test/mjsunit/
object-literal-gc.js 47 // Force normalization of the properties.
messages.js 423 }, "The normalization form should be one of NFC, NFD, NFKC, NFKD.", RangeError);
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
animation-constructor.js 38 // TODO: Make this a live object - will need to separate normalization of
matrix-decomposition.js 110 // skip normalization step as m3d[3][3] should always be 1
  /prebuilts/go/darwin-x86/src/cmd/cover/
profile.go 144 // Divisor for normalization.
  /prebuilts/go/linux-x86/src/cmd/cover/
profile.go 144 // Divisor for normalization.
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.c 821 const float normalization = scale / ((float)PART_LEN2); local
823 time_data[0] = freq_data[0][0] * normalization;
824 time_data[1] = freq_data[0][PART_LEN] * normalization;
826 time_data[2 * i] = freq_data[0][i] * normalization;
827 time_data[2 * i + 1] = sign * freq_data[1][i] * normalization;
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-builder-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model-builder/3.3.9/
maven-model-builder-3.3.9.jar 
  /external/ImageMagick/www/api/
histogram.php 136 <p>If the adjustment values are both zero this function is equivalent to a perfect normalization (or autolevel) of the image.</p>
  /external/icu/icu4c/packaging/rpm/
icu.spec 26 and resources, message formatting, normalization, number and currency
  /external/icu/icu4c/source/test/testdata/
testdata.mak 162 # Target for test normalization data
  /external/v8/src/js/
math.js 219 // normalization to avoid overflow is not necessary. For now, we
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 22 ;# in normalization (fwd is twice unitary, inv is half unitary)
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
floatconv.go 75 // ebase**exp. Finally, mantissa normalization (shift left) requires
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
floatconv.go 72 // ebase**exp. Finally, mantissa normalization (shift left) requires
  /prebuilts/go/darwin-x86/src/math/big/
floatconv.go 72 // ebase**exp. Finally, mantissa normalization (shift left) requires
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
floatconv.go 75 // ebase**exp. Finally, mantissa normalization (shift left) requires
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
floatconv.go 72 // ebase**exp. Finally, mantissa normalization (shift left) requires
  /prebuilts/go/linux-x86/src/math/big/
floatconv.go 72 // ebase**exp. Finally, mantissa normalization (shift left) requires
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 662 --normalize Embed the normalization directive in the output file
  /prebuilts/go/darwin-x86/src/html/template/
escape_test.go 416 "HTML normalization 1",
421 "HTML normalization 2",
426 "HTML normalization 3",
    [all...]

Completed in 1438 milliseconds

1 2