Home
last modified time | relevance | path

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

/third_party/python/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.)
/third_party/python/Modules/_ctypes/
D_ctypes_test.c677 EXPORT(double) tf_bd(signed char x, double c) { S; return c/3; } in tf_bd() function