Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py145 self._dll.tf_bf.restype = c_float
146 self._dll.tf_bf.argtypes = (c_byte, c_float)
147 self.assertEqual(self._dll.tf_bf(0, -42.), -14.)
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c503 EXPORT(float) tf_bf(signed char x, float c) { S; return c/3; } in tf_bf() function