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.py157 self._dll.tf_bd.restype = c_double
158 self._dll.tf_bd.argtypes = (c_byte, c_double)
159 self.assertEqual(self._dll.tf_bd(0, 42.), 14.)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c504 EXPORT(double) tf_bd(signed char x, double c) { S; return c/3; } in tf_bd() function