HomeSort by relevance Sort by last modified time
    Searched refs:places (Results 51 - 75 of 102) sorted by null

1 23 4 5

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmath.py 117 self.assertAlmostEqual(cmath.pi, pi_expected, places=9,
119 self.assertAlmostEqual(cmath.e, e_expected, places=9,
test_random.py 352 self.assertAlmostEqual(a,e,places=14)
535 self.assertAlmostEqual(s1/N, mu, places=2,
537 self.assertAlmostEqual(s2/(N-1), sigmasqrd, places=2,
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Utility.java 575 // This part of the loop places the next byte into the local
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DumbTextComponent.java 783 int places = 1; local
790 store += places * value;
792 places *= 16;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Utility.java 571 // This part of the loop places the next byte into the local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_random.py 352 self.assertAlmostEqual(a,e,places=14)
535 self.assertAlmostEqual(s1/N, mu, places=2,
537 self.assertAlmostEqual(s2/(N-1), sigmasqrd, places=2,
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_random.py 352 self.assertAlmostEqual(a,e,places=14)
535 self.assertAlmostEqual(s1/N, mu, places=2,
537 self.assertAlmostEqual(s2/(N-1), sigmasqrd, places=2,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_random.py 352 self.assertAlmostEqual(a,e,places=14)
535 self.assertAlmostEqual(s1/N, mu, places=2,
537 self.assertAlmostEqual(s2/(N-1), sigmasqrd, places=2,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/math/
BigDecimal.java 196 * <code>digits</code> (the default is 9 digits). If the number of places needed before the decimal point exceeds the
2101 int places = 0; local
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
BigDecimal.java 193 * <code>digits</code> (the default is 9 digits). If the number of places needed before the decimal point exceeds the
2153 int places = 0; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
BigDecimal.java 195 * <code>digits</code> (the default is 9 digits). If the number of places needed before the decimal point exceeds the
2155 int places = 0; local
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
TransliteratorInputMethod.java 605 * event both places.
  /external/protobuf/python/
mox.py 835 def __init__(self, float_value, places=7):
840 places: The number of decimal places to round to.
844 self._places = places
    [all...]
  /external/dng_sdk/source/
dng_xmp.cpp 287 // Round to fractional four decimal places.
1439 uint32 places,
1448 sprintf (s, "+%0.*f", (unsigned) places, (double) x);
1452 sprintf (s, "%0.*f", (unsigned) places, (double) x);
    [all...]
  /external/bison/data/
glr.c 444 ]dnl Do not use b4_int_type_for here, since there are places where
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
mox.py     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
json.js 42 // include them in the reg exps in all places where whitespace is allowed.
  /external/chromium-trace/catapult/third_party/mox3/mox3/
mox.py     [all...]
  /external/harfbuzz_ng/
git.mk 34 # Note that for files like editor backup, etc, there are better places to
  /external/libvpx/libvpx/vp8/common/arm/armv6/
simpleloopfilter_v6.asm 70 mov lr, #0 ; need 0 in a couple places
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 353 ; there are a couple functions which return from multiple places.

Completed in 1268 milliseconds

1 23 4 5