Searched refs:tf_l (Results 1 – 5 of 5) 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)
168 tf_l = constant_op.constant(173 tf_f, tf_l)
481 EXPORT(long) tf_l(long c) { S; return c/3; } in tf_l() function
641 EXPORT(long) tf_l(long c) { S; return c/3; } in tf_l() function