Home
last modified time | relevance | path

Searched refs:places (Results 1 – 25 of 637) sorted by relevance

12345678910>>...26

/external/clang/test/CXX/temp/temp.param/
Dp15-cxx0x.cpp60 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/
Dtest_assertions.py15 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/
Dtest_sched_assert.py52 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/
Dtest_difflib.py11 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/
Dcase.py525 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/
DREADME4 dependent GC-unsafe places in the V8 codebase.
58 Such places are marked with a "Possible problem with evaluation order."
/external/e2fsprogs/
D.release-checklist14 doc/libext2fs.texinfo (three places)
/external/skia/
DREADME.android2 key places to look are in the folders:
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dgentramp.sh96 // This places the first usable config value at _ffi_closure_trampoline_table-4080
/external/libpng/
DREADME.android20 Upstream places the patch for SSE support
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dmmx-copy-gprs.ll7 ; increases the places that need to use emms.
/external/llvm/test/CodeGen/X86/
Dmmx-copy-gprs.ll7 ; increases the places that need to use emms.
Dpseudo_cmov_lower2.ll49 ; the operands of the resulting instructions are from the proper places.
75 ; the operands of the resulting instructions are from the proper places
Dconstant-combines.ll7 ; Check that we can materialize the zero constants we store in two places here,
/external/mesa3d/src/compiler/glsl/
DTODO10 places where we cannot emit line numbers for errors (and currently emit 0:0)
/external/autotest/client/site_tests/kernel_ConfigVerifyPPP/
Dcontrol18 most boards and the kernel config is set in different places. This makes
/external/valgrind/docs/internals/
Dmultiple-architectures.txt122 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/
DImplementer Notes.txt24 This means that the new architecture places an additional responsibility
53 places that should call mDNS_Execute():
/external/python/cpython2/Lib/ctypes/test/
Dtest_callbacks.py22 self.assertAlmostEqual(result, arg, places=5)
30 self.assertAlmostEqual(result, arg, places=5)
/external/python/cpython2/Objects/stringlib/
DREADME.txt4 the stuff in here is included into relevant places; see the individual
/external/python/cpython2/Doc/library/
Ddecimal.rst49 * 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/
DTODO10 store comprehensive list of syscalls, but there are a few places to look at:
/external/iproute2/doc/
Dnstat.sgml14 them simultaneously, using name <tt/Xstat/ in the places which apply
70 variables to put their history in safe places
/external/libjpeg-turbo/
Djconfig.txt65 * ANSI-standard places (stddef.h, stdlib.h, or stdio.h), but places it in
/external/llvm/test/CodeGen/PowerPC/
Dpr24546.ll9 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)

12345678910>>...26