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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestFloor.java 25 public class TestFloor extends RSBaseCompute {
278 public void testFloor() {
CoreMathVerifier.java     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py 384 def testFloor(self):
404 class TestFloor(object):
409 self.ftest('floor(TestFloor())', math.floor(TestFloor()), 42)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 384 def testFloor(self):
404 class TestFloor(object):
409 self.ftest('floor(TestFloor())', math.floor(TestFloor()), 42)
    [all...]

Completed in 142 milliseconds