Home
last modified time | relevance | path

Searched refs:testmodf (Results 1 – 4 of 4) sorted by relevance

/external/arm-optimized-routines/test/rtest/
Dintern.h29 typedef char * (*testmodf)(uint32 *, uint32 *, uint32 *); typedef
Ddotest.c1821 errstr = ((testmodf)(fn->func))(args, result, result+2); in docase()
1824 errstr = ((testmodf)(fn->func))(args, result, result+2); in docase()
/external/python/cpython2/Lib/test/
Dtest_math.py634 def testmodf(name, result, expected): function
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))
/external/python/cpython3/Lib/test/
Dtest_math.py831 def testmodf(name, result, expected): function
837 testmodf('modf(1.5)', math.modf(1.5), (0.5, 1.0))
838 testmodf('modf(-1.5)', math.modf(-1.5), (-0.5, -1.0))