/prebuilts/go/linux-x86/src/strconv/ |
decimal.go | 337 if a.d[nd] == '5' && nd+1 == a.nd { // exactly halfway - round to even 344 // not halfway - digit tells all
|
extfloat.go | 319 halfway := uint64(1) << (extrabits - 1) 325 if int64(halfway)-int64(errors) < int64(mant_extra) && 326 int64(mant_extra) < int64(halfway)+int64(errors) {
|
ftoa.go | 257 // Our upper bound is halfway between, mant*2+1 << exp-mantbits-1. 267 // Our lower bound is halfway between, mantlo*2+1 << explo-mantbits-1.
|
/prebuilts/go/linux-x86/test/ |
float_lit2.go | 20 // f? is an odd mantissa, so the halfway point (f?+f?)/2 rounds to f? and is rejected. 21 // The halfway point is (f?+f?)/2 = 2¹²? - 2¹??.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_long.py | 721 halfway = (long_dbl_max + top_power)//2 724 self.assertEqual(float(halfway-1), DBL_MAX) 725 self.assertRaises(OverflowError, float, halfway) 726 self.assertEqual(float(1-halfway), -DBL_MAX) 727 self.assertRaises(OverflowError, float, -halfway) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_long.py | 721 halfway = (long_dbl_max + top_power)//2 724 self.assertEqual(float(halfway-1), DBL_MAX) 725 self.assertRaises(OverflowError, float, halfway) 726 self.assertEqual(float(1-halfway), -DBL_MAX) 727 self.assertRaises(OverflowError, float, -halfway) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_long.py | 721 halfway = (long_dbl_max + top_power)//2 724 self.assertEqual(float(halfway-1), DBL_MAX) 725 self.assertRaises(OverflowError, float, halfway) 726 self.assertEqual(float(1-halfway), -DBL_MAX) 727 self.assertRaises(OverflowError, float, -halfway) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_long.py | 721 halfway = (long_dbl_max + top_power)//2 724 self.assertEqual(float(halfway-1), DBL_MAX) 725 self.assertRaises(OverflowError, float, halfway) 726 self.assertEqual(float(1-halfway), -DBL_MAX) 727 self.assertRaises(OverflowError, float, -halfway) [all...] |
/prebuilts/go/darwin-x86/src/strconv/ |
extfloat.go | 319 halfway := uint64(1) << (extrabits - 1) 325 if int64(halfway)-int64(errors) < int64(mant_extra) && 326 int64(mant_extra) < int64(halfway)+int64(errors) {
|
ftoa.go | 257 // Our upper bound is halfway between, mant*2+1 << exp-mantbits-1. 267 // Our lower bound is halfway between, mantlo*2+1 << explo-mantbits-1.
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
rat.go | 71 // halfway cases. It does not mutate its arguments. 169 // halfway cases. It does not mutate its arguments.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
rat.go | 68 // halfway cases. It does not mutate its arguments. 166 // halfway cases. It does not mutate its arguments.
|
/prebuilts/go/darwin-x86/src/math/big/ |
rat.go | 68 // halfway cases. It does not mutate its arguments. 166 // halfway cases. It does not mutate its arguments.
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
rat.go | 71 // halfway cases. It does not mutate its arguments. 169 // halfway cases. It does not mutate its arguments.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
rat.go | 68 // halfway cases. It does not mutate its arguments. 166 // halfway cases. It does not mutate its arguments.
|
/prebuilts/go/linux-x86/src/math/big/ |
rat.go | 68 // halfway cases. It does not mutate its arguments. 166 // halfway cases. It does not mutate its arguments.
|
/external/skia/tests/ |
PathTest.cpp | 3635 SkPoint halfway; local [all...] |
/external/v8/test/cctest/ |
test-parsing.cc | 632 unsigned halfway = start + sub_length / 2; local 633 uc16_stream.SeekForward(halfway - i); 634 string_stream.SeekForward(halfway - i); 635 utf8_stream.SeekForward(halfway - i); 636 i = halfway; [all...] |
/external/valgrind/helgrind/tests/ |
tc19_shadowmem.c | 285 if (wot >= 500) goto halfway; [all...] |
/prebuilts/go/darwin-x86/src/time/ |
time_test.go | 350 // halfway cases
|
time.go | 1104 // The rounding behavior for halfway values is to round up. [all...] |
/prebuilts/go/linux-x86/src/time/ |
time_test.go | 350 // halfway cases
|
time.go | 1104 // The rounding behavior for halfway values is to round up. [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
mbitmap.go | 605 // but every other object starts halfway through a heap bitmap byte. [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
mbitmap.go | 605 // but every other object starts halfway through a heap bitmap byte. [all...] |