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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestModf.java 25 public class TestModf extends RSBaseCompute {
355 public void testModf() {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py 625 def testModf(self):
628 def testmodf(name, result, expected): function in function:MathTests.testModf
634 testmodf('modf(1.5)', math.modf(1.5), (0.5, 1.0))
635 testmodf('modf(-1.5)', math.modf(-1.5), (-0.5, -1.0))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 625 def testModf(self):
628 def testmodf(name, result, expected): function in function:MathTests.testModf
634 testmodf('modf(1.5)', math.modf(1.5), (0.5, 1.0))
635 testmodf('modf(-1.5)', math.modf(-1.5), (-0.5, -1.0))
    [all...]

Completed in 733 milliseconds