HomeSort by relevance Sort by last modified time
    Searched full:radix (Results 201 - 225 of 372) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeResources.java 423 int radix = 10; local
426 radix = 16;
429 return Integer.parseInt(v, radix);
  /packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp 882 uint16 radix = spl_start[pos + 1] - spl_start[pos]; local
883 splids[pos] = spl_mtrx[ spl_start[pos] + try_pos / mod % radix];
884 mod *= radix;
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 1267 int radix = 10; local
    [all...]
  /external/icu4c/i18n/
nfsubs.cpp 85 virtual void setDivisor(int32_t radix, int32_t exponent, UErrorCode& status) {
86 divisor = uprv_pow(radix, exponent);
134 virtual void setDivisor(int32_t radix, int32_t exponent, UErrorCode& status) {
135 divisor = uprv_pow(radix, exponent);
503 * @param radix The radix of the divisor
507 NFSubstitution::setDivisor(int32_t /*radix*/, int32_t /*exponent*/, UErrorCode& /*status*/) {
    [all...]
gregoimp.cpp 102 // Convert from the day number to the multiple radix
  /external/icu4c/i18n/unicode/
rbnf.h 249 * let the radix be 10, and the exponent be the highest exponent of the radix that yields a
251 * decreases the exponent by 1. If the exponent is positive or 0, the divisor is the radix
257 * let the radix be <em>rad</em>, and the exponent be the highest exponent of the radix that
258 * yields a result less than or equal to the base value. Every &gt; character after the radix
259 * decreases the exponent by 1. If the exponent is positive or 0, the divisor is the radix
    [all...]
  /external/bzip2/
blocksort.c 226 Initial 1-char radix sort to generate
249 "exponential radix sort" (!), inspired by the
802 /*-- Complete the initial radix sort --*/
962 the fallback sorting mechanism, exponential radix sort).
  /external/libvpx/examples/includes/geshi/geshi/
asm.php 106 'nolistif','nolistmacro','radix','repeat','sall','seq','sfcond','stack',
  /external/quake/quake/src/QW/
qwchangelog.txt 23 telefrag, they both die (happens in deathmatch 4). Thanks to Nolan 'Radix'
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/info/
binutils.info 502 [`-t' RADIX|`--radix='RADIX] [`-P'|`--portability']
512 * The symbol value, in the radix selected by options (see below), or
712 `-t RADIX'
713 `--radix=RADIX'
714 Use RADIX as the radix for printing the symbol values. It must be
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/info/
binutils.info 502 [`-t' RADIX|`--radix='RADIX] [`-P'|`--portability']
512 * The symbol value, in the radix selected by options (see below), or
712 `-t RADIX'
713 `--radix=RADIX'
714 Use RADIX as the radix for printing the symbol values. It must be
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
binutils.info 524 [`-t' RADIX|`--radix='RADIX] [`-P'|`--portability']
534 * The symbol value, in the radix selected by options (see below), or
749 `-t RADIX'
750 `--radix=RADIX'
751 Use RADIX as the radix for printing the symbol values. It must be
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
binutils.info 524 [`-t' RADIX|`--radix='RADIX] [`-P'|`--portability']
534 * The symbol value, in the radix selected by options (see below), or
749 `-t RADIX'
750 `--radix=RADIX'
751 Use RADIX as the radix for printing the symbol values. It must be
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
binutils.info 524 [`-t' RADIX|`--radix='RADIX] [`-P'|`--portability']
534 * The symbol value, in the radix selected by options (see below), or
749 `-t RADIX'
750 `--radix=RADIX'
751 Use RADIX as the radix for printing the symbol values. It must be
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 491 function sc_number2jsstring(x, radix) {
492 if (radix)
493 return x.toString(radix);
498 function sc_jsstring2number(s, radix) {
501 if (radix) {
502 var t = parseInt(s, radix);
506 var allowedChars = "01234567890abcdefghijklmnopqrstuvwxyz".substring(0, radix+1);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js 485 function sc_number2jsstring(x, radix) {
486 if (radix)
487 return x.toString(radix);
492 function sc_jsstring2number(s, radix) {
495 if (radix) {
496 var t = parseInt(s, radix);
500 var allowedChars = "01234567890abcdefghijklmnopqrstuvwxyz".substring(0, radix+1);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js 485 function sc_number2jsstring(x, radix) {
486 if (radix)
487 return x.toString(radix);
492 function sc_jsstring2number(s, radix) {
495 if (radix) {
496 var t = parseInt(s, radix);
500 var allowedChars = "01234567890abcdefghijklmnopqrstuvwxyz".substring(0, radix+1);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js 485 function sc_number2jsstring(x, radix) {
486 if (radix)
487 return x.toString(radix);
492 function sc_jsstring2number(s, radix) {
495 if (radix) {
496 var t = parseInt(s, radix);
500 var allowedChars = "01234567890abcdefghijklmnopqrstuvwxyz".substring(0, radix+1);
    [all...]
  /external/aac/libFDK/src/
fft_rad2.cpp 128 * 1+2 stage radix 4
334 1+2 stage radix 4
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ShortTest.java 206 "Failed to throw exception when passed hex string and base 2 radix");
332 "Failed to throw exception when passed hex string and base 2 radix");
  /external/elfutils/src/
strings.c 79 { "radix", 't', "{o,d,x}", 0,
81 { NULL, 'o', NULL, 0, N_("Alias for --radix=o"), 0 },
  /frameworks/av/media/libstagefright/codecs/aacdec/
fft_rx4_long.cpp 83 Fast Fourier Transform, radix 4 with Decimation in Frequency and block
85 The radix-4 FFT simply divides the FFT into four smaller FFTs. Each of
fft_rx4_short.cpp 81 Fast Fourier Transform, radix 4 with Decimation in Frequency and block
83 The radix-4 FFT simply divides the FFT into four smaller FFTs. Each of
fft_rx4_tables_fxp.cpp 108 Forward FFT radix-4 tables
228 Forward FFT radix-2 table
ps_fft_rx8.cpp 48 In-place calculation of a 8-point FFT (radix-8)
62 8-point DFT, radix 8 with Decimation in Frequency

Completed in 2212 milliseconds

1 2 3 4 5 6 7 891011>>