Searched refs:tf_D (Results 1 – 4 of 4) 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.)
487 EXPORT(long double) tf_D(long double c) { S; return c/3; } in tf_D() function
647 EXPORT(long double) tf_D(long double c) { S; return c/3; } in tf_D() function