HomeSort by relevance Sort by last modified time
    Searched refs:tf_f (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Lib/ctypes/test/
test_cfuncs.py 139 self._dll.tf_f.restype = c_float
140 self._dll.tf_f.argtypes = (c_float,)
141 self.assertEqual(self._dll.tf_f(-42.), -14.)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_cfuncs.py 138 self._dll.tf_f.restype = c_float
139 self._dll.tf_f.argtypes = (c_float,)
140 self.assertEqual(self._dll.tf_f(-42.), -14.)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_cfuncs.py 138 self._dll.tf_f.restype = c_float
139 self._dll.tf_f.argtypes = (c_float,)
140 self.assertEqual(self._dll.tf_f(-42.), -14.)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_cfuncs.py 138 self._dll.tf_f.restype = c_float
139 self._dll.tf_f.argtypes = (c_float,)
140 self.assertEqual(self._dll.tf_f(-42.), -14.)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_cfuncs.py 138 self._dll.tf_f.restype = c_float
139 self._dll.tf_f.argtypes = (c_float,)
140 self.assertEqual(self._dll.tf_f(-42.), -14.)
  /external/python/cpython2/Modules/_ctypes/
_ctypes_test.c 472 EXPORT(float) tf_f(float c) { S; return c/3; } function

Completed in 3690 milliseconds