Home
last modified time | relevance | path

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

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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)
42 1.1, 1.0, places=2, delta=2)
44 1.1, 1.0, places=2, delta=2)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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)
Dformatfloat_testcases.txt2 -- has the given number of places after the point; zeros are added if
93 -- always have exactly the number of places after the point that were
Dtest_cmath.py117 self.assertAlmostEqual(cmath.pi, pi_expected, places=9,
119 self.assertAlmostEqual(cmath.e, e_expected, places=9,
Dtest_random.py344 self.assertAlmostEqual(a,e,places=14)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dcase.py521 def assertAlmostEqual(self, first, second, places=None, msg=None, delta=None): argument
536 if delta is not None and places is not None:
547 if places is None:
548 places = 7
550 if round(abs(second-first), places) == 0:
555 places)
559 def assertNotAlmostEqual(self, first, second, places=None, msg=None, delta=None): argument
570 if delta is not None and places is not None:
579 if places is None:
580 places = 7
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
DREADME.txt4 the stuff in here is included into relevant places; see the individual
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
DREADME.txt4 the stuff in here is included into relevant places; see the individual
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/
DREADME20 this is handy for distributions that live in multiple places. Put the
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py2514 def _round(self, places, rounding): argument
2524 if places <= 0:
2528 ans = self._rescale(self.adjusted()+1-places, rounding)
2534 ans = ans._rescale(ans.adjusted()+1-places, rounding)
3095 places = p - self._ln_exp_bound() + 2 # at least p+3 places
3097 coeff = _dlog(c, e, places)
3101 places += 3
3102 ans = _dec_from_triple(int(coeff<0), str(abs(coeff)), -places)
3176 places = p-self._log10_exp_bound()+2
3178 coeff = _dlog10(c, e, places)
[all …]
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
DTechNotes.txt281 - The host places the index of the head descriptor, 2*N, onto the Used Ring,
314 whenever VirtioNetTransmit places the corresponding head descriptor on the
/device/google/contexthub/util/
DNOTICE123 of the following places: within a NOTICE text file distributed
/device/generic/goldfish/audio/
DNOTICE124 of the following places: within a NOTICE text file distributed
/device/generic/goldfish/ril/
DNOTICE124 of the following places: within a NOTICE text file distributed
/device/google/marlin/liblight/
DNOTICE124 of the following places: within a NOTICE text file distributed
/device/google/wahoo/liblight/
DNOTICE124 of the following places: within a NOTICE text file distributed
/device/linaro/hikey/mali/bifrost/
DAPACHE_LICENSE.txt112 of the following places: within a NOTICE text file distributed
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTheory.txt109 * To handle places where more than two time zone abbreviations are used,
163 time_t values when doing conversions for places that don't use UTC.
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DUefiShellDriver1CommandsLib.uni182 " 1 - Manufacturing Defaults. Optional type that places the controller in\r\n"
184 " 2 - Custom Defaults. Optional type that places the controller in a\r\n"
186 " 3 - Performance Defaults. Optional type that places the controller in a\r\n"
/device/google/contexthub/firmware/
DNOTICE123 of the following places: within a NOTICE text file distributed
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
DdqBase.decTest125 -- rounded with dots in all (including edge) places
DdsBase.decTest125 -- rounded with dots in all (including edge) places
DddBase.decTest125 -- rounded with dots in all (including edge) places
Dbase.decTest110 -- rounded with dots in all (including edge) places
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dchange-log.rst361 fixed sample points at key places in the code.

12