Searched refs:tf_bD (Results 1 – 2 of 2) sorted by relevance
169 self._dll.tf_bD.restype = c_longdouble170 self._dll.tf_bD.argtypes = (c_byte, c_longdouble)171 self.assertEqual(self._dll.tf_bD(0, 42.), 14.)
678 EXPORT(long double) tf_bD(signed char x, long double c) { S; return c/3; } in tf_bD() function