Home
last modified time | relevance | path

Searched refs:tf_d (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py151 self._dll.tf_d.restype = c_double
152 self._dll.tf_d.argtypes = (c_double,)
153 self.assertEqual(self._dll.tf_d(42.), 14.)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c473 EXPORT(double) tf_d(double c) { S; return c/3; } in tf_d() function