HomeSort by relevance Sort by last modified time
    Searched refs:digits (Results 276 - 300 of 1027) sorted by null

<<11121314151617181920>>

  /external/python/cpython2/Python/
codecs.c 766 int digits; local
780 digits = 1;
784 digits = 2;
788 digits = 3;
792 digits = 4;
796 digits = 5;
800 digits = 6;
804 digits = 7;
807 while (digits-->0) {
  /external/python/cpython3/Lib/idlelib/
autoexpand.py 30 wordchars = string.ascii_letters + string.digits + "_"
  /external/python/cpython3/Lib/test/
test_long.py 16 # Max number of base BASE digits to use in test cases. Doubling
117 # Get quasi-random long consisting of ndigits digits (in base BASE).
144 # Get random long consisting of ndigits random digits (relative to base
171 digits = list(range(1, MAXDIGITS+1)) + list(range(KARATSUBA_CUTOFF,
173 digits.append(KARATSUBA_CUTOFF * 3)
174 for lenx in digits:
176 for leny in digits:
210 digits = list(range(1, 5)) + list(range(KARATSUBA_CUTOFF,
212 digits.extend([KARATSUBA_CUTOFF * 10, KARATSUBA_CUTOFF * 100])
214 bits = [digit * SHIFT for digit in digits]
    [all...]
  /frameworks/base/core/java/android/text/style/
TtsSpan.java 159 * The text associated with this span is a series of digits that have to be
160 * read sequentially. The digits can be set with {@link #ARG_DIGITS}.
164 public static final String TYPE_DIGITS = "android.type.digits";
233 * digits of any size optionally prefixed with a - or +.
240 * value can be a string of digits of any size optionally prefixed with
248 * be a string of digits of any size.
274 * string of digits of any size optionally prefixed with a - or +.
281 * a string of digits of any size optionally prefixed with a + or -.
369 * a string of digits optionally prefixed with a "+".
376 * be a string of digits where the different parts of the telephone numbe
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ExecutionDepsFix.h 75 static_cast<unsigned>(std::numeric_limits<unsigned>::digits) &&
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ExecutionDepsFix.h 88 static_cast<unsigned>(std::numeric_limits<unsigned>::digits) &&
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ExecutionDepsFix.h 88 static_cast<unsigned>(std::numeric_limits<unsigned>::digits) &&
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ExecutionDepsFix.h 88 static_cast<unsigned>(std::numeric_limits<unsigned>::digits) &&
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
ExecutionDepsFix.h 88 static_cast<unsigned>(std::numeric_limits<unsigned>::digits) &&
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
ExecutionDepsFix.h 88 static_cast<unsigned>(std::numeric_limits<unsigned>::digits) &&
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
ExecutionDepsFix.h 88 static_cast<unsigned>(std::numeric_limits<unsigned>::digits) &&
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ExecutionDepsFix.h 75 static_cast<unsigned>(std::numeric_limits<unsigned>::digits) &&
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
ExecutionDepsFix.h 88 static_cast<unsigned>(std::numeric_limits<unsigned>::digits) &&
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
ExecutionDepsFix.h 88 static_cast<unsigned>(std::numeric_limits<unsigned>::digits) &&
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
ExecutionDepsFix.h 88 static_cast<unsigned>(std::numeric_limits<unsigned>::digits) &&
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
ExecutionDepsFix.h 88 static_cast<unsigned>(std::numeric_limits<unsigned>::digits) &&
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
ExecutionDepsFix.h 88 static_cast<unsigned>(std::numeric_limits<unsigned>::digits) &&
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
ExecutionDepsFix.h 88 static_cast<unsigned>(std::numeric_limits<unsigned>::digits) &&
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
AutoExpand.py 16 wordchars = string.ascii_letters + string.digits + "_"
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
AutoExpand.py 16 wordchars = string.ascii_letters + string.digits + "_"
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits/
default.pass.cpp 33 static_assert(std::numeric_limits<A>::digits == 0,
34 "std::numeric_limits<A>::digits == 0");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
float_comparison.h 165 std::numeric_limits<RawType>::digits - 1;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py 16 wordchars = string.ascii_letters + string.digits + "_"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py 16 wordchars = string.ascii_letters + string.digits + "_"
  /external/icu/android_icu4j/src/main/java/android/icu/math/
BigDecimal.java 83 /* 1999.02.04 lostdigits=0 behaviour rounds instead of digits+1 guard */
98 /* 1999.06.29 1.02 constructors should not allow exponent > 9 digits */
99 /* 1999.07.03 1.03 lost digits should not be checked if digits=0 */
100 /* 1999.07.06 lost digits Exception message changed */
135 * <i>operator methods</i>. The default settings provided by the constant {@link MathContext#DEFAULT} (<code>digits=9,
137 * arithmetic to nine digits of precision. The <code>MathContext</code> parameter must not be <code>null</code>.
140 * version of each method, the context settings used are <code>digits=0,
168 * <li>Results are normally calculated with up to some maximum number of significant digits. For example, if the
170 * rounded to 9 digits; the division of 2 by 3 would then result in 0.666666667. <br
    [all...]

Completed in 912 milliseconds

<<11121314151617181920>>