Searched refs:tf_h (Results 1 – 4 of 4) sorted by relevance
43 self._dll.tf_h.restype = c_short44 self._dll.tf_h.argtypes = (c_short,)45 self.assertEqual(self._dll.tf_h(-32766), -10922)
477 EXPORT(short) tf_h(short c) { S; return c/3; } in tf_h() function
637 EXPORT(short) tf_h(short c) { S; return c/3; } in tf_h() function