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

  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
math_fp16.rs 322 static bool testModf() {
473 success &= testModf();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestModf.java 28 public class TestModf extends RSBaseCompute {
425 public void testModf() {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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...]
  /external/python/cpython2/Lib/test/
test_math.py 631 def testModf(self):
634 def testmodf(name, result, expected): function in function:MathTests.testModf
640 testmodf('modf(1.5)', math.modf(1.5), (0.5, 1.0))
641 testmodf('modf(-1.5)', math.modf(-1.5), (-0.5, -1.0))
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 4938 milliseconds