Searched refs:tf_bf (Results 1 – 4 of 4) sorted by relevance
145 self._dll.tf_bf.restype = c_float146 self._dll.tf_bf.argtypes = (c_byte, c_float)147 self.assertEqual(self._dll.tf_bf(0, -42.), -14.)
516 EXPORT(float) tf_bf(signed char x, float c) { S; return c/3; } in tf_bf() function
676 EXPORT(float) tf_bf(signed char x, float c) { S; return c/3; } in tf_bf() function