/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
test_repr.py | 7 c_float, c_double, c_longdouble, c_bool]:
|
test_cfuncs.py | 162 self._dll.tf_D.restype = c_longdouble 163 self._dll.tf_D.argtypes = (c_longdouble,) 168 self._dll.tf_bD.restype = c_longdouble 169 self._dll.tf_bD.argtypes = (c_byte, c_longdouble)
|
test_arrays.py | 7 c_long, c_ulonglong, c_float, c_double, c_longdouble
|
test_callbacks.py | 87 self.check_type(c_longdouble, 3.14) 88 self.check_type(c_longdouble, -3.14)
|
test_pep3118.py | 132 # c_longdouble may be an alias to c_double
|
test_functions.py | 148 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_longdouble] 149 f.restype = c_longdouble
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_repr.py | 7 c_float, c_double, c_longdouble, c_bool]:
|
test_cfuncs.py | 162 self._dll.tf_D.restype = c_longdouble 163 self._dll.tf_D.argtypes = (c_longdouble,) 168 self._dll.tf_bD.restype = c_longdouble 169 self._dll.tf_bD.argtypes = (c_byte, c_longdouble)
|
test_arrays.py | 7 c_long, c_ulonglong, c_float, c_double, c_longdouble
|
test_callbacks.py | 87 self.check_type(c_longdouble, 3.14) 88 self.check_type(c_longdouble, -3.14)
|
test_pep3118.py | 132 # c_longdouble may be an alias to c_double
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_repr.py | 7 c_float, c_double, c_longdouble, c_bool]:
|
test_cfuncs.py | 162 self._dll.tf_D.restype = c_longdouble 163 self._dll.tf_D.argtypes = (c_longdouble,) 168 self._dll.tf_bD.restype = c_longdouble 169 self._dll.tf_bD.argtypes = (c_byte, c_longdouble)
|
test_arrays.py | 7 c_long, c_ulonglong, c_float, c_double, c_longdouble
|
test_callbacks.py | 87 self.check_type(c_longdouble, 3.14) 88 self.check_type(c_longdouble, -3.14)
|
test_pep3118.py | 132 # c_longdouble may be an alias to c_double
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_repr.py | 7 c_float, c_double, c_longdouble, c_bool]:
|
test_cfuncs.py | 162 self._dll.tf_D.restype = c_longdouble 163 self._dll.tf_D.argtypes = (c_longdouble,) 168 self._dll.tf_bD.restype = c_longdouble 169 self._dll.tf_bD.argtypes = (c_byte, c_longdouble)
|
test_arrays.py | 7 c_long, c_ulonglong, c_float, c_double, c_longdouble
|
test_callbacks.py | 87 self.check_type(c_longdouble, 3.14) 88 self.check_type(c_longdouble, -3.14)
|
test_pep3118.py | 132 # c_longdouble may be an alias to c_double
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/ |
__init__.py | 205 class c_longdouble(_SimpleCData): class in inherits:_SimpleCData 207 if sizeof(c_longdouble) == sizeof(c_double): 208 c_longdouble = c_double variable
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/ |
__init__.py | 205 class c_longdouble(_SimpleCData): class in inherits:_SimpleCData 207 if sizeof(c_longdouble) == sizeof(c_double): 208 c_longdouble = c_double variable
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
__init__.py | 205 class c_longdouble(_SimpleCData): class in inherits:_SimpleCData 207 if sizeof(c_longdouble) == sizeof(c_double): 208 c_longdouble = c_double variable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
__init__.py | 205 class c_longdouble(_SimpleCData): class in inherits:_SimpleCData 207 if sizeof(c_longdouble) == sizeof(c_double): 208 c_longdouble = c_double variable
|