Searched refs:tf_bd (Results 1 – 4 of 4) sorted by relevance
157 self._dll.tf_bd.restype = c_double158 self._dll.tf_bd.argtypes = (c_byte, c_double)159 self.assertEqual(self._dll.tf_bd(0, 42.), 14.)
517 EXPORT(double) tf_bd(signed char x, double c) { S; return c/3; } in tf_bd() function
677 EXPORT(double) tf_bd(signed char x, double c) { S; return c/3; } in tf_bd() function