HomeSort by relevance Sort by last modified time
    Searched refs:c_double (Results 26 - 50 of 84) sorted by null

12 3 4

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_pickling.py 8 _fields_ = [("a", c_int), ("b", c_double)]
27 c_double(3.14),
test_pep3118.py 131 (c_double, "<d", None, c_double),
132 # c_longdouble may be an alias to c_double
144 (c_double * 4, "(4)<d", (4,), c_double),
test_unaligned_structures.py 14 c_float, c_double,
test_random_things.py 62 cb = CFUNCTYPE(c_int, c_double)(callback_func)
test_cfuncs.py 150 self._dll.tf_d.restype = c_double
151 self._dll.tf_d.argtypes = (c_double,)
156 self._dll.tf_bd.restype = c_double
157 self._dll.tf_bd.argtypes = (c_byte, c_double)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_functions.py 72 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
83 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double]
98 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double]
124 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double]
136 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double]
137 f.restype = c_double
165 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double]
171 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double, c_longlong]
test_pickling.py 8 _fields_ = [("a", c_int), ("b", c_double)]
27 c_double(3.14),
test_pep3118.py 131 (c_double, "<d", None, c_double),
132 # c_longdouble may be an alias to c_double
144 (c_double * 4, "(4)<d", (4,), c_double),
test_unaligned_structures.py 14 c_float, c_double,
test_random_things.py 62 cb = CFUNCTYPE(c_int, c_double)(callback_func)
test_cfuncs.py 150 self._dll.tf_d.restype = c_double
151 self._dll.tf_d.argtypes = (c_double,)
156 self._dll.tf_bd.restype = c_double
157 self._dll.tf_bd.argtypes = (c_byte, c_double)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_pep3118.py 131 (c_double, "<d", None, c_double),
132 # c_longdouble may be an alias to c_double
144 (c_double * 4, "(4)<d", (4,), c_double),
test_unaligned_structures.py 14 c_float, c_double,
test_random_things.py 62 cb = CFUNCTYPE(c_int, c_double)(callback_func)
test_cfuncs.py 150 self._dll.tf_d.restype = c_double
151 self._dll.tf_d.argtypes = (c_double,)
156 self._dll.tf_bd.restype = c_double
157 self._dll.tf_bd.argtypes = (c_byte, c_double)
test_arrays.py 7 c_long, c_ulonglong, c_float, c_double, c_longdouble
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_pep3118.py 131 (c_double, "<d", None, c_double),
132 # c_longdouble may be an alias to c_double
144 (c_double * 4, "(4)<d", (4,), c_double),
test_unaligned_structures.py 14 c_float, c_double,
test_random_things.py 62 cb = CFUNCTYPE(c_int, c_double)(callback_func)
test_cfuncs.py 150 self._dll.tf_d.restype = c_double
151 self._dll.tf_d.argtypes = (c_double,)
156 self._dll.tf_bd.restype = c_double
157 self._dll.tf_bd.argtypes = (c_byte, c_double)
test_arrays.py 7 c_long, c_ulonglong, c_float, c_double, c_longdouble
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
__init__.py 201 class c_double(_SimpleCData): class in inherits:_SimpleCData
203 _check_size(c_double)
207 if sizeof(c_longdouble) == sizeof(c_double):
208 c_longdouble = c_double
wintypes.py 16 DOUBLE = c_double
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
__init__.py 201 class c_double(_SimpleCData): class in inherits:_SimpleCData
203 _check_size(c_double)
207 if sizeof(c_longdouble) == sizeof(c_double):
208 c_longdouble = c_double
wintypes.py 16 DOUBLE = c_double

Completed in 195 milliseconds

12 3 4