Home
last modified time | relevance | path

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

/third_party/python/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.)
/third_party/python/Modules/_ctypes/
D_ctypes_test.c645 EXPORT(float) tf_f(float c) { S; return c/3; } in tf_f() function