Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py139 self._dll.tf_f.restype = c_float
140 self._dll.tf_f.argtypes = (c_float,)
141 self.assertEqual(self._dll.tf_f(-42.), -14.)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c472 EXPORT(float) tf_f(float c) { S; return c/3; } in tf_f() function