/prebuilts/python/darwin-x86/2.7.5/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/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_arrays.py | 7 c_long, c_ulonglong, c_float, c_double, c_longdouble
|
test_pointers.py | 7 c_long, c_ulong, c_longlong, c_ulonglong, c_double, c_float]
|
test_prototypes.py | 86 func.argtypes = POINTER(c_double),
|
test_as_parameter.py | 27 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
|
test_numbers.py | 29 float_types = [c_double, c_float] 106 # c_float and c_double can be created from
|
/prebuilts/python/linux-x86/2.7.5/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/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_arrays.py | 7 c_long, c_ulonglong, c_float, c_double, c_longdouble
|
test_pointers.py | 7 c_long, c_ulong, c_longlong, c_ulonglong, c_double, c_float]
|
test_prototypes.py | 86 func.argtypes = POINTER(c_double),
|
test_as_parameter.py | 27 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
test_pointers.py | 7 c_long, c_ulong, c_longlong, c_ulonglong, c_double, c_float]
|
test_prototypes.py | 86 func.argtypes = POINTER(c_double),
|
test_as_parameter.py | 27 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
|
test_numbers.py | 29 float_types = [c_double, c_float] 106 # c_float and c_double can be created from
|
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/ |
sharedctypes.py | 54 'f': ctypes.c_float, 'd': ctypes.c_double
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_pointers.py | 7 c_long, c_ulong, c_longlong, c_ulonglong, c_double, c_float]
|
test_prototypes.py | 86 func.argtypes = POINTER(c_double),
|
test_as_parameter.py | 27 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
|
test_numbers.py | 29 float_types = [c_double, c_float] 106 # c_float and c_double can be created from
|
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/ |
sharedctypes.py | 54 'f': ctypes.c_float, 'd': ctypes.c_double
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
sharedctypes.py | 54 'f': ctypes.c_float, 'd': ctypes.c_double
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
sharedctypes.py | 54 'f': ctypes.c_float, 'd': ctypes.c_double
|