HomeSort by relevance Sort by last modified time
    Searched refs:digits (Results 151 - 175 of 235) sorted by null

1 2 3 4 5 67 8 910

  /system/vold/
VolumeManager.cpp 80 static const char* digits = "0123456789abcdef"; local
103 *p++ = digits[sig[i] >> 4];
104 *p++ = digits[sig[i] & 0x0F];
    [all...]
  /external/bison/build-aux/
depcomp 116 digits=0123456789
  /external/eigen/bench/
bench_norm.cpp 106 it = std::numeric_limits<Scalar>::digits; //NumTraits<Scalar>::Mantissa; // number of base-beta digits in mantissa
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-internal.h 348 std::numeric_limits<RawType>::digits - 1;
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 346 std::numeric_limits<RawType>::digits - 1;
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.cpp 166 unsigned int mask = std::numeric_limits<unsigned int>::max() >> (std::numeric_limits<unsigned int>::digits - allocationSize);
  /external/chromium/chrome/browser/autofill/
autofill_manager.cc     [all...]
  /external/mksh/src/
shf.c 957 const char *digits = (flags & FL_UPPER) ? local
960 *--cp = digits[lnum & 0xf];
  /external/opencv/cxcore/src/
cxdxt.cpp 223 int digits[34], radix[34]; local
261 digits[nf] = 0;
264 digits[i] = 0;
307 digits[1]++;
318 for( k = 1; ++digits[k] >= factors[k]; k++ )
320 digits[k] = 0;
334 for( k = 0; ++digits[k] >= factors[k]; k++ )
336 digits[k] = 0;
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 137 digits = re.compile("\d+")
140 return [int(digits.search(tag["href"]).group(0))
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 255 fixed an appalling bug in gettok: any sequence of digits, +,-, E, e,
730 Limited octal to octal digits; \8 and \9 are not octal.
831 non-octal digits in \ooo. Warning: not all compilers and libraries
    [all...]
  /external/elfutils/src/
readelf.c 4056 int digits = 1; local
5249 int digits = 1; local
5261 digits + 2, sgettext ("debugstr|Offset")); local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java 750 int digits = address.length(); local
751 int dataBits = digits * 4;
755 for (int i = 0; i < digits; i++) {
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 324 std::numeric_limits<RawType>::digits - 1;
    [all...]
  /external/dropbear/libtommath/
tommath.h 81 /* this is the default case, 28-bit digits */
98 /* this is an extension that uses 31-bit digits */
101 /* default case is 28-bit digits, defines MP_28BIT as a handy macro to test */
169 #define MP_PREC 32 /* default digits of precision */
171 #define MP_PREC 8 /* default digits of precision */
217 /* init to a given number of digits */
249 /* trim unused digits */
254 /* right shift by "b" digits */
257 /* left shift by "b" digits */
284 int mp_rand(mp_int *a, int digits);
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 330 std::numeric_limits<RawType>::digits - 1;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 330 std::numeric_limits<RawType>::digits - 1;
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 358 std::numeric_limits<RawType>::digits - 1;
    [all...]
  /external/v8/benchmarks/
base.js 158 // digits.
  /external/v8/src/
uri.js 378 // Returns true if all digits in string s are valid hex numbers
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 195 HChar *digits = "0123456789ABCDEF"; local
217 buf[ind++] = digits[p % base];
    [all...]
  /hardware/ril/libril/
ril.cpp 919 rcsm.sAddress.digits[digitCount] = (uint8_t) ut;
934 rcsm.sSubAddress.digits[digitCount] = (uint8_t) ut;
1170 rcsw.message.sAddress.digits[digitCount] = (uint8_t) uct;
1184 rcsw.message.sSubAddress.digits[digitCount] = (uint8_t) uct;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
random.h 71 (std::numeric_limits<_UIntType>::digits)>
118 std::numeric_limits<_DInputType>::digits,
391 static_assert(__w <= std::numeric_limits<_UIntType>::digits,
601 static_assert(0u < __w && __w <= std::numeric_limits<_UIntType>::digits,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
random.h 71 (std::numeric_limits<_UIntType>::digits)>
118 std::numeric_limits<_DInputType>::digits,
391 static_assert(__w <= std::numeric_limits<_UIntType>::digits,
601 static_assert(0u < __w && __w <= std::numeric_limits<_UIntType>::digits,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h 71 (std::numeric_limits<_UIntType>::digits)>
118 std::numeric_limits<_DInputType>::digits,
391 static_assert(__w <= std::numeric_limits<_UIntType>::digits,
601 static_assert(0u < __w && __w <= std::numeric_limits<_UIntType>::digits,
    [all...]

Completed in 1039 milliseconds

1 2 3 4 5 67 8 910