/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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) 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/ |
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)
|
D | formatfloat_testcases.txt | 2 -- 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
|
D | test_cmath.py | 117 self.assertAlmostEqual(cmath.pi, pi_expected, places=9, 119 self.assertAlmostEqual(cmath.e, e_expected, places=9,
|
D | test_random.py | 344 self.assertAlmostEqual(a,e,places=14)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
D | case.py | 521 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/ |
D | README.txt | 4 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/ |
D | README.txt | 4 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/ |
D | README | 20 this is handy for distributions that live in multiple places. Put the
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | decimal.py | 2514 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/ |
D | TechNotes.txt | 281 - 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/ |
D | NOTICE | 123 of the following places: within a NOTICE text file distributed
|
/device/generic/goldfish/audio/ |
D | NOTICE | 124 of the following places: within a NOTICE text file distributed
|
/device/generic/goldfish/ril/ |
D | NOTICE | 124 of the following places: within a NOTICE text file distributed
|
/device/google/marlin/liblight/ |
D | NOTICE | 124 of the following places: within a NOTICE text file distributed
|
/device/google/wahoo/liblight/ |
D | NOTICE | 124 of the following places: within a NOTICE text file distributed
|
/device/linaro/hikey/mali/bifrost/ |
D | APACHE_LICENSE.txt | 112 of the following places: within a NOTICE text file distributed
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
D | Theory.txt | 109 * 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/ |
D | UefiShellDriver1CommandsLib.uni | 182 " 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/ |
D | NOTICE | 123 of the following places: within a NOTICE text file distributed
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | dqBase.decTest | 125 -- rounded with dots in all (including edge) places
|
D | dsBase.decTest | 125 -- rounded with dots in all (including edge) places
|
D | ddBase.decTest | 125 -- rounded with dots in all (including edge) places
|
D | base.decTest | 110 -- rounded with dots in all (including edge) places
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | change-log.rst | 361 fixed sample points at key places in the code.
|