HomeSort by relevance Sort by last modified time
    Searched refs:c_float (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_byteswap.py 109 self.assertTrue(c_float.__ctype_le__ is c_float)
110 self.assertTrue(c_float.__ctype_be__.__ctype_le__ is c_float)
112 self.assertTrue(c_float.__ctype_be__ is c_float)
113 self.assertTrue(c_float.__ctype_le__.__ctype_be__ is c_float)
114 s = c_float(math.pi)
118 s = c_float.__ctype_le__(math.pi
    [all...]
test_repr.py 7 c_float, c_double, c_longdouble, c_bool]:
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]
125 f.restype = c_float
136 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double]
148 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_longdouble]
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_pep3118.py 130 (c_float, "<f", None, c_float),
145 (c_float * 4 * 3 * 2, "(2,3,4)<f", (2,3,4), c_float),
test_unaligned_structures.py 14 c_float, c_double,
test_callbacks.py 19 if typ == c_float:
27 if typ == c_float:
79 self.check_type(c_float, math.e)
80 self.check_type(c_float, -math.e)
test_cfuncs.py 138 self._dll.tf_f.restype = c_float
139 self._dll.tf_f.argtypes = (c_float,)
144 self._dll.tf_bf.restype = c_float
145 self._dll.tf_bf.argtypes = (c_byte, c_float)
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_as_parameter.py 27 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_byteswap.py 109 self.assertTrue(c_float.__ctype_le__ is c_float)
110 self.assertTrue(c_float.__ctype_be__.__ctype_le__ is c_float)
112 self.assertTrue(c_float.__ctype_be__ is c_float)
113 self.assertTrue(c_float.__ctype_le__.__ctype_be__ is c_float)
114 s = c_float(math.pi)
118 s = c_float.__ctype_le__(math.pi
    [all...]
test_repr.py 7 c_float, c_double, c_longdouble, c_bool]:
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]
125 f.restype = c_float
136 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double]
148 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_longdouble]
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_pep3118.py 130 (c_float, "<f", None, c_float),
145 (c_float * 4 * 3 * 2, "(2,3,4)<f", (2,3,4), c_float),
test_unaligned_structures.py 14 c_float, c_double,
test_callbacks.py 19 if typ == c_float:
27 if typ == c_float:
79 self.check_type(c_float, math.e)
80 self.check_type(c_float, -math.e)
test_cfuncs.py 138 self._dll.tf_f.restype = c_float
139 self._dll.tf_f.argtypes = (c_float,)
144 self._dll.tf_bf.restype = c_float
145 self._dll.tf_bf.argtypes = (c_byte, c_float)
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]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 17 FLOAT = c_float
__init__.py 197 class c_float(_SimpleCData): class in inherits:_SimpleCData
199 _check_size(c_float)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 17 FLOAT = c_float
__init__.py 197 class c_float(_SimpleCData): class in inherits:_SimpleCData
199 _check_size(c_float)
  /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

Completed in 668 milliseconds

1 2