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

  /external/arm-optimized-routines/test/rtest/
intern.h 29 typedef char * (*testmodf)(uint32 *, uint32 *, uint32 *); typedef
  /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...]
  /external/python/cpython3/Lib/test/
test_math.py 831 def testmodf(name, result, expected): function in function:MathTests.testModf
    [all...]

Completed in 1623 milliseconds