Searched refs:tf_bq (Results 1 – 4 of 4) sorted by relevance
121 self._dll.tf_bq.restype = c_longlong122 self._dll.tf_bq.argtypes = (c_byte, c_longlong)123 self.assertEqual(self._dll.tf_bq(0, -9223372036854775806), -3074457345618258602)
514 EXPORT(PY_LONG_LONG) tf_bq(signed char x, PY_LONG_LONG c) { S; return c/3; } in tf_bq() function
674 EXPORT(long long) tf_bq(signed char x, long long c) { S; return c/3; } in tf_bq() function