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.py163 self._dll.tf_D.restype = c_longdouble
164 self._dll.tf_D.argtypes = (c_longdouble,)
165 self.assertEqual(self._dll.tf_D(42.), 14.)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c474 EXPORT(long double) tf_D(long double c) { S; return c/3; } in tf_D() function