Searched refs:tf_f (Results 1 – 2 of 2) sorted by relevance
139 self._dll.tf_f.restype = c_float140 self._dll.tf_f.argtypes = (c_float,)141 self.assertEqual(self._dll.tf_f(-42.), -14.)
645 EXPORT(float) tf_f(float c) { S; return c/3; } in tf_f() function