Searched refs:tf_Q (Results 1 – 4 of 4) sorted by relevance
127 self._dll.tf_Q.restype = c_ulonglong128 self._dll.tf_Q.argtypes = (c_ulonglong, )129 self.assertEqual(self._dll.tf_Q(18446744073709551615), 6148914691236517205)
484 EXPORT(unsigned PY_LONG_LONG) tf_Q(unsigned PY_LONG_LONG c) { U; return c/3; } in tf_Q() function
644 EXPORT(unsigned long long) tf_Q(unsigned long long c) { U; return c/3; } in tf_Q() function