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

  /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 426 }, "The normalization form should be one of NFC, NFD, NFKC, NFKD.", RangeError);
  /external/v8/src/js/
math.js 94 // normalization to avoid overflow is not necessary. For now, we
i18n.js 514 * It's used for extension-option pairs only, e.g. kn-normalization, but not
    [all...]
string.js 147 // For now we do nothing, as proper normalization requires big tables.
  /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
  /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)
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 662 --normalize Embed the normalization directive in the output file
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
ui_webui_resources_js_util.js 172 // Use getAttribute() to prevent URL normalization.
  /prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/machinelearning/
layer1.py 533 MAX_DOUBLE. The default is not to use L1 normalization. The
541 The default is not to use L2 normalization. This cannot be used
    [all...]

Completed in 313 milliseconds