/external/python/cpython2/Lib/ |
decimal.py | [all...] |
/external/python/cpython2/Lib/test/ |
test_random.py | 378 self.assertAlmostEqual(a,e,places=14) 561 self.assertAlmostEqual(s1/N, mu, places=2, 563 self.assertAlmostEqual(s2/(N-1), sigmasqrd, places=2,
|
/external/icu/android_icu4j/src/main/java/android/icu/math/ |
BigDecimal.java | 198 * <code>digits</code> (the default is 9 digits). If the number of places needed before the decimal point exceeds the 2107 int places = 0; local [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/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/main/classes/core/src/com/ibm/icu/math/ |
BigDecimal.java | 197 * <code>digits</code> (the default is 9 digits). If the number of places needed before the decimal point exceeds the 2161 int places = 0; local [all...] |
/external/toybox/toys/pending/ |
bc.c | [all...] |
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
head_test.py | 64 test_case.assertAlmostEqual(expected_loss, model_fn_ops.loss.eval(), places=4) 74 places=4, 80 places=4, [all...] |
/external/python/cpython3/Lib/ |
_pydecimal.py | [all...] |
/external/python/cpython3/Lib/test/ |
test_random.py | 541 self.assertAlmostEqual(a,e,places=14) [all...] |
test_cmath.py | 154 self.assertAlmostEqual(cmath.pi, pi_expected, places=9, 156 self.assertAlmostEqual(cmath.e, e_expected, places=9, 615 # test complex values that are close to within 12 decimal places 626 # test values near zero that are near to within three decimal places
|
/external/golang-protobuf/proto/ |
decode.go | 327 // Unmarshal parses the protocol buffer representation in buf and places the 391 // Buffer and places the decoded result in pb. If the struct
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/ |
TransliteratorInputMethod.java | 607 * event both places.
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
decode.go | 328 // Unmarshal parses the protocol buffer representation in buf and places the 392 // Buffer and places the decoded result in pb. If the struct
|
/external/golang-protobuf/ptypes/ |
any.go | 103 // message and places the decoded result in pb. It returns an error if type of
|
/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/python/cpython3/Doc/ |
make.bat | 42 rem Search for HHC in likely places
|
/external/syzkaller/vendor/github.com/golang/protobuf/ptypes/ |
any.go | 103 // message and places the decoded result in pb. It returns an error if type of
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
optimizers_test.py | 498 self.assertAlmostEqual(float(mean), log_norm, places=4) 499 self.assertAlmostEqual(float(sq_mean), log_norm**2, places=4)
|
/external/tensorflow/tensorflow/contrib/metrics/python/ops/ |
metric_ops_test.py | [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/libaom/libaom/aom_ports/ |
x86_abi_support.asm | 354 ; there are a couple functions which return from multiple places.
|
/external/libvpx/libvpx/vpx_ports/ |
x86_abi_support.asm | 351 ; there are a couple functions which return from multiple places.
|
/external/virglrenderer/ |
git.mk | 33 # Note that for files like editor backup, etc, there are better places to
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
metrics_test.py | 278 self.assertAlmostEqual(expected, update_op.eval(), places=5) 279 self.assertAlmostEqual(expected, mean.eval(), places=5) [all...] |
/external/tensorflow/tensorflow/python/keras/engine/ |
training_test.py | 518 self.assertAlmostEqual(0.01, loss, places=4) 541 self.assertAlmostEqual(loss_small_batch, loss_big_batch, places=4) [all...] |