Searched refs:tf_D (Results 1 – 2 of 2) sorted by relevance
163 self._dll.tf_D.restype = c_longdouble164 self._dll.tf_D.argtypes = (c_longdouble,)165 self.assertEqual(self._dll.tf_D(42.), 14.)
647 EXPORT(long double) tf_D(long double c) { S; return c/3; } in tf_D() function