Searched refs:tf_bi (Results 1 – 4 of 4) sorted by relevance
73 self._dll.tf_bi.restype = c_int74 self._dll.tf_bi.argtypes = (c_byte, c_int)75 self.assertEqual(self._dll.tf_bi(0, -2147483646), -715827882)
510 EXPORT(int) tf_bi(signed char x, int c) { S; return c/3; } in tf_bi() function
670 EXPORT(int) tf_bi(signed char x, int c) { S; return c/3; } in tf_bi() function