/prebuilts/go/darwin-x86/src/net/http/ |
http.go | 26 // generic http stuff in random places.
|
/prebuilts/go/linux-x86/src/net/http/ |
http.go | 26 // generic http stuff in random places.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cmath.py | 117 self.assertAlmostEqual(cmath.pi, pi_expected, places=9, 119 self.assertAlmostEqual(cmath.e, e_expected, places=9,
|
test_random.py | 352 self.assertAlmostEqual(a,e,places=14) 535 self.assertAlmostEqual(s1/N, mu, places=2, 537 self.assertAlmostEqual(s2/(N-1), sigmasqrd, places=2,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cmath.py | 117 self.assertAlmostEqual(cmath.pi, pi_expected, places=9, 119 self.assertAlmostEqual(cmath.e, e_expected, places=9,
|
test_random.py | 352 self.assertAlmostEqual(a,e,places=14) 535 self.assertAlmostEqual(s1/N, mu, places=2, 537 self.assertAlmostEqual(s2/(N-1), sigmasqrd, places=2,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
decimal.py | [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
Utility.java | 590 // This part of the loop places the next byte into the local [all...] |
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
DumbTextComponent.java | 785 int places = 1; local 792 store += places * value; 794 places *= 16;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
Utility.java | 586 // This part of the loop places the next byte into the local [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
decimal.py | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_random.py | 352 self.assertAlmostEqual(a,e,places=14) 535 self.assertAlmostEqual(s1/N, mu, places=2, 537 self.assertAlmostEqual(s2/(N-1), sigmasqrd, places=2,
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
decimal.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_random.py | 352 self.assertAlmostEqual(a,e,places=14) 535 self.assertAlmostEqual(s1/N, mu, places=2, 537 self.assertAlmostEqual(s2/(N-1), sigmasqrd, places=2,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
decimal.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
decimal.py | [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/math/ |
BigDecimal.java | 198 * <code>digits</code> (the default is 9 digits). If the number of places needed before the decimal point exceeds the 2107 int places = 0; local [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/ |
BigDecimal.java | 195 * <code>digits</code> (the default is 9 digits). If the number of places needed before the decimal point exceeds the 2155 int places = 0; local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
BigDecimal.java | 197 * <code>digits</code> (the default is 9 digits). If the number of places needed before the decimal point exceeds the 2161 int places = 0; local [all...] |
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/ |
TransliteratorInputMethod.java | 607 * event both places.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
func.go | 82 // newValue allocates a new Value with the given fields and places it at the end of b.Values. 152 // newBlock allocates a new Block of the given kind and places it at the end of f.Blocks.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
func.go | 82 // newValue allocates a new Value with the given fields and places it at the end of b.Values. 152 // newBlock allocates a new Block of the given kind and places it at the end of f.Blocks.
|
/external/protobuf/python/ |
mox.py | 835 def __init__(self, float_value, places=7): 840 places: The number of decimal places to round to. 844 self._places = places [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/ |
link_test.go | 11 Gas looming through the fog in divers places in the streets, much as the sun may, from the spongey fields, be seen to loom by husbandman and ploughboy. Most of the shops lighted two hours before their time?as the gas seems to know, for it has a haggard and unwilling look.
|
/prebuilts/go/darwin-x86/src/encoding/gob/ |
decoder.go | 15 // tooBig provides a sanity check for sizes; used in several places.
|