Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py169 self._dll.tf_bD.restype = c_longdouble
170 self._dll.tf_bD.argtypes = (c_byte, c_longdouble)
171 self.assertEqual(self._dll.tf_bD(0, 42.), 14.)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c505 EXPORT(long double) tf_bD(signed char x, long double c) { S; return c/3; } in tf_bD() function