HomeSort by relevance Sort by last modified time
    Searched refs:TestCeil (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_math.py 264 def testCeil(self):
280 class TestCeil(object):
285 self.ftest('ceil(TestCeil())', math.ceil(TestCeil()), 42)
    [all...]
  /external/python/cpython2/Lib/test/
test_math.py 264 def testCeil(self):
280 class TestCeil(object):
285 self.ftest('ceil(TestCeil())', math.ceil(TestCeil()), 42)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_math.py 264 def testCeil(self):
280 class TestCeil(object):
285 self.ftest('ceil(TestCeil())', math.ceil(TestCeil()), 42)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_math.py 264 def testCeil(self):
280 class TestCeil(object):
285 self.ftest('ceil(TestCeil())', math.ceil(TestCeil()), 42)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py 264 def testCeil(self):
280 class TestCeil(object):
285 self.ftest('ceil(TestCeil())', math.ceil(TestCeil()), 42)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 264 def testCeil(self):
280 class TestCeil(object):
285 self.ftest('ceil(TestCeil())', math.ceil(TestCeil()), 42)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestCeil.java 28 public class TestCeil extends RSBaseCompute {
650 public void testCeil() {
  /external/python/cpython3/Lib/test/
test_math.py 390 def testCeil(self):
403 class TestCeil:
408 self.ftest('ceil(TestCeil())', math.ceil(TestCeil()), 42)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java     [all...]
  /prebuilts/go/darwin-x86/src/math/
all_test.go     [all...]
  /prebuilts/go/linux-x86/src/math/
all_test.go     [all...]

Completed in 577 milliseconds