Searched refs:tf_bD (Results 1 – 4 of 4) 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.)
518 EXPORT(long double) tf_bD(signed char x, long double c) { S; return c/3; } in tf_bD() function
678 EXPORT(long double) tf_bD(signed char x, long double c) { S; return c/3; } in tf_bD() function