HomeSort by relevance Sort by last modified time
    Searched full:10000 (Results 276 - 300 of 2586) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
ddLogB.decTest 96 ddlogb1104 logb 10000 -> 4
126 ddlogb1404 logb 10000E-2 -> 2
130 ddlogb1408 logb 10000E-1 -> 3
134 ddlogb1412 logb 10000E0 -> 4
138 ddlogb1416 logb 10000E1 -> 5
142 ddlogb1420 logb 10000E2 -> 6
dqLogB.decTest 97 dqlogb1104 logb 10000 -> 4
127 dqlogb1404 logb 10000E-2 -> 2
131 dqlogb1408 logb 10000E-1 -> 3
135 dqlogb1412 logb 10000E0 -> 4
139 dqlogb1416 logb 10000E1 -> 5
143 dqlogb1420 logb 10000E2 -> 6
ddSubtract.decTest 77 ddsub060 subtract '70' '10000e+16' -> '-1.000000000000000E+20' Inexact Rounded
78 ddsub061 subtract '700' '10000e+16' -> '-1.000000000000000E+20' Inexact Rounded
79 ddsub062 subtract '7000' '10000e+16' -> '-9.999999999999999E+19' Inexact Rounded
80 ddsub063 subtract '70000' '10000e+16' -> '-9.999999999999993E+19' Rounded
81 ddsub064 subtract '700000' '10000e+16' -> '-9.999999999999930E+19' Rounded
83 ddsub065 subtract '10000e+16' '70' -> '1.000000000000000E+20' Inexact Rounded
84 ddsub066 subtract '10000e+16' '700' -> '1.000000000000000E+20' Inexact Rounded
85 ddsub067 subtract '10000e+16' '7000' -> '9.999999999999999E+19' Inexact Rounded
86 ddsub068 subtract '10000e+16' '70000' -> '9.999999999999993E+19' Rounded
87 ddsub069 subtract '10000e+16' '700000' -> '9.999999999999930E+19' Rounde
    [all...]
dqSubtract.decTest 77 dqsub060 subtract '70' '10000e+34' -> '-1.000000000000000000000000000000000E+38' Inexact Rounded
78 dqsub061 subtract '700' '10000e+34' -> '-1.000000000000000000000000000000000E+38' Inexact Rounded
79 dqsub062 subtract '7000' '10000e+34' -> '-9.999999999999999999999999999999999E+37' Inexact Rounded
80 dqsub063 subtract '70000' '10000e+34' -> '-9.999999999999999999999999999999993E+37' Rounded
81 dqsub064 subtract '700000' '10000e+34' -> '-9.999999999999999999999999999999930E+37' Rounded
83 dqsub065 subtract '10000e+34' '70' -> '1.000000000000000000000000000000000E+38' Inexact Rounded
84 dqsub066 subtract '10000e+34' '700' -> '1.000000000000000000000000000000000E+38' Inexact Rounded
85 dqsub067 subtract '10000e+34' '7000' -> '9.999999999999999999999999999999999E+37' Inexact Rounded
86 dqsub068 subtract '10000e+34' '70000' -> '9.999999999999999999999999999999993E+37' Rounded
87 dqsub069 subtract '10000e+34' '700000' -> '9.999999999999999999999999999999930E+37' Rounde
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ServRespTestCase.java 97 }, 10000, 10000);
  /cts/suite/audio_quality/test/
ClientInterfaceTest.cpp 64 const int maxPositive = 10000;
83 const int maxPositive = 10000;
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorCtsHelperTest.java 56 assertEquals(0.1, SensorCtsHelper.getPeriod(10000, TimeUnit.MILLISECONDS), 0.001);
57 assertEquals(100, SensorCtsHelper.getPeriod(10000, TimeUnit.MICROSECONDS), 0.001);
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
dateinterval.py 68 >>> interval_decode('10000s')
69 10000
  /external/eigen/bench/
sparse_transpose.cpp 2 //g++ -O3 -g0 -DNDEBUG sparse_transpose.cpp -I.. -I/home/gael/Coding/LinearAlgebra/mtl4/ -DDENSITY=0.005 -DSIZE=10000 && ./a.out
7 #define SIZE 10000
  /external/iptables/extensions/
libxt_HMARK.man 56 \-j HMARK \-\-hmark-tuple ct,src,dst,proto \-\-hmark-offset 10000
59 iptables \-t mangle \-A PREROUTING -j HMARK \-\-hmark\-offset 10000
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
PhysicsSpace.java 94 private Vector3f worldMin = new Vector3f(-10000f, -10000f, -10000f);
95 private Vector3f worldMax = new Vector3f(10000f, 10000f, 10000f);
123 this(new Vector3f(-10000f, -10000f, -10000f), new Vector3f(10000f, 10000f, 10000f), BroadphaseType.DBVT)
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
PhysicsSpace.java 111 private Vector3f worldMin = new Vector3f(-10000f, -10000f, -10000f);
112 private Vector3f worldMax = new Vector3f(10000f, 10000f, 10000f);
139 this(new Vector3f(-10000f, -10000f, -10000f), new Vector3f(10000f, 10000f, 10000f), BroadphaseType.DBVT)
    [all...]
  /external/libcxx/test/std/numerics/complex.number/complex.transcendentals/
tan.pass.cpp 33 test(std::complex<T>(10000, -10000), std::complex<T>(0, -1));
  /external/v8/test/mjsunit/
json-stringify-recursive.js 31 for (i = 0; i < 10000; i++) {
46 var depth = 10000;
  /external/v8/test/mjsunit/regress/
regress-1122.js 57 function_with_n_params_and_m_args(10000, 8000));
63 function_with_n_params_and_m_args(32000, 10000));
  /external/webrtc/src/system_wrappers/source/
cpu_wrapper_unittest.cc 51 // Should not take more than 10000 ms.
52 while (!cpu_usage_available && (++num_iterations < 10000)) {
  /frameworks/av/media/ndk/
NdkMediaMuxer.cpp 72 return translate_error(muxer->mImpl->setLocation(latitude * 10000, longtitude * 10000));
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseStressTest.java 69 for (; i < 10000; ++i) {
91 for (; i < 10000; ++i) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/
tan.pass.cpp 33 test(std::complex<T>(10000, -10000), std::complex<T>(0, -1));
  /packages/apps/Gallery/src/com/android/camera/
DeleteImage.java 74 // The max progress value of the bar is set to 10000 in the xml file.
75 mProgressBar.setProgress(mIndex * 10000 / mUriList.size());
  /external/regex-re2/benchlog/
benchlog.wreck 125 Search_Easy0_CachedPCRE/32K 10000 189172 ns/op 173.22 MB/s
148 Search_Easy0_CachedRE2/64K 10000 105293 ns/op 622.41 MB/s
169 Search_Easy1_CachedPCRE/32K 10000 196635 ns/op 166.64 MB/s
192 Search_Easy1_CachedRE2/64K 10000 104803 ns/op 625.32 MB/s
229 Search_Medium_CachedRE2/32K 10000 154440 ns/op 212.17 MB/s
261 Search_Hard_CachedRE2/32K 10000 154236 ns/op 212.45 MB/s
284 Search_Parens_CachedRE2/32K 10000 154317 ns/op 212.34 MB/s
305 Search_BigFixed_CachedPCRE/16K 10000 175594 ns/op 93.31 MB/s
320 Search_BigFixed_CachedRE2/64K 10000 159585 ns/op 410.66 MB/s
336 Search_Success_PCRE/16K 10000 174412 ns/op 93.94 MB/
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
ddSubtract.decTest 77 ddsub060 subtract '70' '10000e+16' -> '-1.000000000000000E+20' Inexact Rounded
78 ddsub061 subtract '700' '10000e+16' -> '-1.000000000000000E+20' Inexact Rounded
79 ddsub062 subtract '7000' '10000e+16' -> '-9.999999999999999E+19' Inexact Rounded
80 ddsub063 subtract '70000' '10000e+16' -> '-9.999999999999993E+19' Rounded
81 ddsub064 subtract '700000' '10000e+16' -> '-9.999999999999930E+19' Rounded
83 ddsub065 subtract '10000e+16' '70' -> '1.000000000000000E+20' Inexact Rounded
84 ddsub066 subtract '10000e+16' '700' -> '1.000000000000000E+20' Inexact Rounded
85 ddsub067 subtract '10000e+16' '7000' -> '9.999999999999999E+19' Inexact Rounded
86 ddsub068 subtract '10000e+16' '70000' -> '9.999999999999993E+19' Rounded
87 ddsub069 subtract '10000e+16' '700000' -> '9.999999999999930E+19' Rounde
    [all...]
dqSubtract.decTest 77 dqsub060 subtract '70' '10000e+34' -> '-1.000000000000000000000000000000000E+38' Inexact Rounded
78 dqsub061 subtract '700' '10000e+34' -> '-1.000000000000000000000000000000000E+38' Inexact Rounded
79 dqsub062 subtract '7000' '10000e+34' -> '-9.999999999999999999999999999999999E+37' Inexact Rounded
80 dqsub063 subtract '70000' '10000e+34' -> '-9.999999999999999999999999999999993E+37' Rounded
81 dqsub064 subtract '700000' '10000e+34' -> '-9.999999999999999999999999999999930E+37' Rounded
83 dqsub065 subtract '10000e+34' '70' -> '1.000000000000000000000000000000000E+38' Inexact Rounded
84 dqsub066 subtract '10000e+34' '700' -> '1.000000000000000000000000000000000E+38' Inexact Rounded
85 dqsub067 subtract '10000e+34' '7000' -> '9.999999999999999999999999999999999E+37' Inexact Rounded
86 dqsub068 subtract '10000e+34' '70000' -> '9.999999999999999999999999999999993E+37' Rounded
87 dqsub069 subtract '10000e+34' '700000' -> '9.999999999999999999999999999999930E+37' Rounde
    [all...]
  /bionic/libc/include/android/
api-level.h 36 #define __ANDROID_API__ 10000
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_limit.h 22 #define XT_LIMIT_SCALE 10000

Completed in 244 milliseconds

<<11121314151617181920>>