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

  /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_functions.py 148 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_longdouble]
149 f.restype = c_longdouble
test_numbers.py 222 for t in float_types + [c_longdouble]:
  /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_functions.py 148 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_longdouble]
149 f.restype = c_longdouble
test_numbers.py 222 for t in float_types + [c_longdouble]:
  /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

Completed in 82 milliseconds