Searched refs:tf_d (Results 1 – 2 of 2) sorted by relevance
151 self._dll.tf_d.restype = c_double152 self._dll.tf_d.argtypes = (c_double,)153 self.assertEqual(self._dll.tf_d(42.), 14.)
646 EXPORT(double) tf_d(double c) { S; return c/3; } in tf_d() function