HomeSort by relevance Sort by last modified time
    Searched refs:places (Results 26 - 50 of 108) sorted by null

12 3 4 5

  /external/skqp/src/pdf/
SkPDFUtils.cpp 247 // return "x/pow(10, places)", given 0<x<pow(10, places)
248 // result points to places+2 chars.
249 static size_t print_permil_as_decimal(int x, char* result, unsigned places) {
251 for (int i = places; i > 0; --i) {
256 for (j = places; j > 1; --j) {
  /external/curl/docs/cmdline-opts/
config.d 35 the following places in this order:
  /external/libunwind/doc/
unw_getcontext.tex 35 initialized by \Func{unw\_getcontext()} in places where a structure
  /external/ltp/testcases/kernel/fs/doio/
rwtest 65 -P Places Not used
149 PLACES=$2
251 places*)
252 FSIZE=${Scenario#places-}
255 set -- $PLACES
275 # check if PLACES is set; if so, put one file in each place
281 # put one file in each of $PLACES
  /external/python/cpython2/Lib/ctypes/test/
test_callbacks.py 22 self.assertAlmostEqual(result, arg, places=5)
30 self.assertAlmostEqual(result, arg, places=5)
  /external/python/cpython3/Lib/ctypes/test/
test_callbacks.py 22 self.assertAlmostEqual(result, arg, places=5)
30 self.assertAlmostEqual(result, arg, places=5)
  /external/tensorflow/tensorflow/core/profiler/g3doc/
profile_time.md 168 Usually scope view allows you to pin point the problematic places if you
  /external/dng_sdk/source/
dng_xmp.h 195 uint32 places = 6,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
SerializableTestUtility.java 143 private static Locale places[] = { field in class:SerializableTestUtility
460 Currency currencies[] = new Currency[places.length];
462 for (int i = 0; i < places.length; i += 1) {
463 currencies[i] = Currency.getInstance(places[i]);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
SerializableTestUtility.java 140 private static Locale places[] = { field in class:SerializableTestUtility
457 Currency currencies[] = new Currency[places.length];
459 for (int i = 0; i < places.length; i += 1) {
460 currencies[i] = Currency.getInstance(places[i]);
    [all...]
  /external/tensorflow/tensorflow/contrib/feature_column/python/feature_column/
sequence_feature_column_integration_test.py 169 self.assertAlmostEqual(ctx_result['float_ctx'][0], 123.6, places=1)
  /external/tensorflow/tensorflow/contrib/kernel_methods/python/
kernel_estimators_test.py 126 self.assertAlmostEqual(logreg_loss, np.log(2), places=3)
  /external/tensorflow/tensorflow/contrib/metrics/python/kernel_tests/
histogram_ops_test.py 173 self.assertAlmostEqual(auc_eval, auc.eval(), places=5)
  /external/tensorflow/tensorflow/python/feature_column/
sequence_feature_column_integration_test.py 171 self.assertAlmostEqual(ctx_result['float_ctx'][0], 123.6, places=1)
  /external/tensorflow/tensorflow/python/ops/ragged/
ragged_segment_op_test.py 149 self.assertRaggedAlmostEqual(segmented, expected, places=5)
  /external/tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/
attention_wrapper_test.py 528 self.assertAlmostEqual(x, y, places=5)
561 self.assertAlmostEqual(x, y, places=5)
582 self.assertAlmostEqual(x, y, places=5)
610 self.assertAlmostEqual(x, y, places=5)
653 self.assertAlmostEqual(x, y, places=2)
    [all...]
  /build/soong/cc/config/
x86_linux_host.go 121 // Most places use the full GCC version. A few only use up to the first two numbers.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cmath.py 117 self.assertAlmostEqual(cmath.pi, pi_expected, places=9,
119 self.assertAlmostEqual(cmath.e, e_expected, places=9,
  /external/python/cpython2/Doc/
make.bat 25 rem Search for HHC in likely places
  /external/python/cpython2/Lib/test/
test_cmath.py 117 self.assertAlmostEqual(cmath.pi, pi_expected, places=9,
119 self.assertAlmostEqual(cmath.e, e_expected, places=9,
  /external/syzkaller/vendor/golang.org/x/oauth2/google/
default.go 58 // It looks for credentials in the following places,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Utility.java 581 // 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 785 int places = 1; local
792 store += places * value;
794 places *= 16;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Utility.java 577 // This part of the loop places the next byte into the local
    [all...]

Completed in 3420 milliseconds

12 3 4 5