Searched refs:tf_d (Results 1 – 5 of 5) sorted by relevance
151 self._dll.tf_d.restype = c_double152 self._dll.tf_d.argtypes = (c_double,)153 self.assertEqual(self._dll.tf_d(42.), 14.)
81 tf_d, tf_f = array_ops.split(tf_c, 2, axis=1)82 tf_e = tf_d + tf_f
486 EXPORT(double) tf_d(double c) { S; return c/3; } in tf_d() function
646 EXPORT(double) tf_d(double c) { S; return c/3; } in tf_d() function