/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_numbers.py | 29 float_types = [c_double, c_float] 106 # c_float and c_double can be created from
|
test_as_parameter.py | 27 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
|
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_structures.py | 58 "d": c_double,
|
/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_numbers.py | 29 float_types = [c_double, c_float] 106 # c_float and c_double can be created from
|
test_as_parameter.py | 27 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
|
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_structures.py | 58 "d": c_double,
|
/external/llvm/test/ExecutionEngine/ |
test-interp-vec-loadstore.ll | 111 %C_double = or i1 %test_result_double_2, %test_result_double_6 114 %F_double = and i1 %C_double, %D_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
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_multiprocessing.py | 94 from ctypes import Structure, c_int, c_double namespace 97 c_int = c_double = None [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_multiprocessing.py | 94 from ctypes import Structure, c_int, c_double namespace 97 c_int = c_double = None [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar | |