Home
last modified time | relevance | path

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

/external/python/cpython3/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/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.c487 EXPORT(long double) tf_D(long double c) { S; return c/3; } in tf_D() function
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c647 EXPORT(long double) tf_D(long double c) { S; return c/3; } in tf_D() function