Searched refs:tf_l (Results 1 – 2 of 2) sorted by relevance
91 self._dll.tf_l.restype = c_long92 self._dll.tf_l.argtypes = (c_long,)93 self.assertEqual(self._dll.tf_l(-2147483646), -715827882)
641 EXPORT(long) tf_l(long c) { S; return c/3; } in tf_l() function