/external/clang/test/CXX/temp/temp.param/ |
D | p15-cxx0x.cpp | 60 template<place...> struct places {}; struct 64 struct append_places<places<X1...>, places<X2...>> { 65 typedef places<X1...,X2...> type; 71 template<> struct make_places<0> { typedef places<> type; }; 72 template<> struct make_places<1> { typedef places<_> type; }; 79 template<place...X> struct takedrop_impl<places<X...>> {
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_assertions.py | 15 self.assertAlmostEqual(1.1, 1.0, places=0) 17 self.assertAlmostEqual, 1.1, 1.0, places=1) 19 self.assertAlmostEqual(0, .1+.1j, places=0) 20 self.assertNotAlmostEqual(0, .1+.1j, places=1) 22 self.assertAlmostEqual, 0, .1+.1j, places=1) 24 self.assertNotAlmostEqual, 0, .1+.1j, places=0) 46 1.1, 1.0, places=2, delta=2) 48 1.1, 1.0, places=2, delta=2)
|
/external/bart/tests/ |
D | test_sched_assert.py | 52 self.assertAlmostEqual(s.getRuntime(), expected_time, places=9) 53 self.assertAlmostEqual(s.getRuntime(), expected_time, places=9) 59 places=9) 65 places=9) 71 places=9)
|
/external/python/cpython2/Lib/test/ |
D | test_difflib.py | 11 self.assertAlmostEqual(sm.ratio(), 0.995, places=3) 16 self.assertAlmostEqual(sm.ratio(), 0.995, places=3) 24 self.assertAlmostEqual(sm.ratio(), 0.994, places=3) 40 self.assertAlmostEqual(sm.ratio(), 0, places=3) 44 self.assertAlmostEqual(sm.ratio(), 0.9975, places=3)
|
/external/python/cpython2/Lib/unittest/ |
D | case.py | 525 def assertAlmostEqual(self, first, second, places=None, msg=None, delta=None): argument 540 if delta is not None and places is not None: 551 if places is None: 552 places = 7 554 if round(abs(second-first), places) == 0: 559 places) 563 def assertNotAlmostEqual(self, first, second, places=None, msg=None, delta=None): argument 574 if delta is not None and places is not None: 583 if places is None: 584 places = 7 [all …]
|
/external/v8/tools/gcmole/ |
D | README | 4 dependent GC-unsafe places in the V8 codebase. 58 Such places are marked with a "Possible problem with evaluation order."
|
/external/e2fsprogs/ |
D | .release-checklist | 14 doc/libext2fs.texinfo (three places)
|
/external/skia/ |
D | README.android | 2 key places to look are in the folders:
|
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/ |
D | gentramp.sh | 96 // This places the first usable config value at _ffi_closure_trampoline_table-4080
|
/external/libpng/ |
D | README.android | 20 Upstream places the patch for SSE support
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | mmx-copy-gprs.ll | 7 ; increases the places that need to use emms.
|
/external/llvm/test/CodeGen/X86/ |
D | mmx-copy-gprs.ll | 7 ; increases the places that need to use emms.
|
D | pseudo_cmov_lower2.ll | 49 ; the operands of the resulting instructions are from the proper places. 75 ; the operands of the resulting instructions are from the proper places
|
D | constant-combines.ll | 7 ; Check that we can materialize the zero constants we store in two places here,
|
/external/mesa3d/src/compiler/glsl/ |
D | TODO | 10 places where we cannot emit line numbers for errors (and currently emit 0:0)
|
/external/autotest/client/site_tests/kernel_ConfigVerifyPPP/ |
D | control | 18 most boards and the kernel config is set in different places. This makes
|
/external/valgrind/docs/internals/ |
D | multiple-architectures.txt | 122 In places where compilation should happen twice (on a dual-arch 126 But there are also places where building must only happen once, 127 for the primary architecture. These places are (at least):
|
/external/mdnsresponder/mDNSCore/ |
D | Implementer Notes.txt | 24 This means that the new architecture places an additional responsibility 53 places that should call mDNS_Execute():
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_callbacks.py | 22 self.assertAlmostEqual(result, arg, places=5) 30 self.assertAlmostEqual(result, arg, places=5)
|
/external/python/cpython2/Objects/stringlib/ |
D | README.txt | 4 the stuff in here is included into relevant places; see the individual
|
/external/python/cpython2/Doc/library/ |
D | decimal.rst | 49 * The decimal module incorporates a notion of significant places so that ``1.30 57 alterable precision (defaulting to 28 places) which can be as large as needed for 221 places: 846 operand gives the number of places to rotate. If the second operand is 872 operand gives the number of places to shift. If the second operand is 968 For example, the following code sets the current decimal precision to 42 places, 1759 def moneyfmt(value, places=2, curr='', sep=',', dp='.', 1763 places: required number of places after the decimal point 1767 only specify as blank when places is zero 1775 >>> moneyfmt(d, places=0, sep='.', dp='', neg='', trailneg='-') [all …]
|
/external/ltp/ |
D | TODO | 10 store comprehensive list of syscalls, but there are a few places to look at:
|
/external/iproute2/doc/ |
D | nstat.sgml | 14 them simultaneously, using name <tt/Xstat/ in the places which apply 70 variables to put their history in safe places
|
/external/libjpeg-turbo/ |
D | jconfig.txt | 65 * ANSI-standard places (stddef.h, stdlib.h, or stdio.h), but places it in
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr24546.ll | 9 define double @_php_math_round(double %value, i32 signext %places, i32 signext %mode) #0 !dbg !6 { 70 !12 = !DILocalVariable(name: "places", arg: 2, scope: !6, file: !1, line: 15, type: !9)
|