/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_pow.py | 112 eq(pow(a, 1.23e167), 1.0) 113 eq(pow(a, -1.23e167), 1.0)
|
test_math.py | 398 self.ftest('floor(1.23e167)', math.floor(1.23e167), 1.23e167) 399 self.ftest('floor(-1.23e167)', math.floor(-1.23e167), -1.23e167) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_pow.py | 112 eq(pow(a, 1.23e167), 1.0) 113 eq(pow(a, -1.23e167), 1.0)
|
test_math.py | 398 self.ftest('floor(1.23e167)', math.floor(1.23e167), 1.23e167) 399 self.ftest('floor(-1.23e167)', math.floor(-1.23e167), -1.23e167) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pow.py | 112 eq(pow(a, 1.23e167), 1.0) 113 eq(pow(a, -1.23e167), 1.0)
|
test_math.py | 398 self.ftest('floor(1.23e167)', math.floor(1.23e167), 1.23e167) 399 self.ftest('floor(-1.23e167)', math.floor(-1.23e167), -1.23e167) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pow.py | 112 eq(pow(a, 1.23e167), 1.0) 113 eq(pow(a, -1.23e167), 1.0)
|
test_math.py | 398 self.ftest('floor(1.23e167)', math.floor(1.23e167), 1.23e167) 399 self.ftest('floor(-1.23e167)', math.floor(-1.23e167), -1.23e167) [all...] |