Home
last modified time | relevance | path

Searched refs:c_float (Results 1 – 25 of 74) sorted by relevance

123

/external/mesa3d/src/intel/vulkan/bvh/
Dinterpret.py164 ('min_x', ctypes.c_float),
165 ('min_y', ctypes.c_float),
166 ('min_z', ctypes.c_float),
167 ('max_x', ctypes.c_float),
168 ('max_y', ctypes.c_float),
169 ('max_z', ctypes.c_float),
193 ('lower', ctypes.c_float * 3),
221 ('v', (ctypes.c_float * 3) * 4),
236 ('world2obj_vx_x', ctypes.c_float),
237 ('world2obj_vx_y', ctypes.c_float),
[all …]
/external/python/cpython3/Lib/test/test_ctypes/
Dtest_byteswap.py13 c_uint32, c_float, c_double)
133 self.assertIs(c_float.__ctype_le__, c_float)
134 self.assertIs(c_float.__ctype_be__.__ctype_le__, c_float)
136 self.assertIs(c_float.__ctype_be__, c_float)
137 self.assertIs(c_float.__ctype_le__.__ctype_be__, c_float)
138 s = c_float(math.pi)
142 s = c_float.__ctype_le__(math.pi)
145 s = c_float.__ctype_be__(math.pi)
189 ("l", c_float),
323 ("l", c_float),
Dtest_pep3118.py9 c_bool, c_float, c_double, c_longdouble, py_object)
175 (c_float, "<f", (), c_float),
192 (c_float * 4 * 3 * 2, "<f", (2,3,4), c_float),
193 (c_float * 4 * 0 * 2, "<f", (2,0,4), c_float),
Dtest_functions.py8 c_float, c_double, c_longdouble)
79 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
146 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double]
161 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double]
187 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double]
188 f.restype = c_float
199 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double]
211 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_longdouble]
224 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double]
230 f.argtypes = [c_byte, c_short, c_int, c_long, c_float, c_double, c_longlong]
Dtest_repr.py4 c_float, c_double, c_longdouble, c_bool, c_char)
10 c_float, c_double, c_longdouble, c_bool]:
Dtest_unaligned_structures.py4 c_float, c_double,
18 c_float, c_double,
Dtest_cfuncs.py7 c_float, c_double, c_longdouble)
141 self._dll.tf_f.restype = c_float
142 self._dll.tf_f.argtypes = (c_float,)
147 self._dll.tf_bf.restype = c_float
148 self._dll.tf_bf.argtypes = (c_byte, c_float)
Dtest_callbacks.py13 c_float, c_double, c_longdouble, py_object)
30 if typ == c_float:
38 if typ == c_float:
81 self.check_type(c_float, math.e)
82 self.check_type(c_float, -math.e)
Dtest_structures.py9 c_long, c_ulong, c_longlong, c_ulonglong, c_float, c_double)
72 "f": c_float,
276 _fields_ = [("phi", c_float), ("rho", c_float)]
583 ('data', c_float * 2),
588 ('more_data', c_float * 2),
Dtest_numbers.py9 c_float, c_double, c_longdouble, c_bool)
35 float_types = [c_double, c_float]
Dtest_pointers.py11 c_float, c_double)
19 c_long, c_ulong, c_longlong, c_ulonglong, c_double, c_float]
Dtest_as_parameter.py6 c_byte, c_wchar, c_float, c_double,
31 f.argtypes = [c_byte, c_wchar, c_int, c_long, c_float, c_double]
/external/rust/android-crates-io/crates/khronos/src/
Dlib.rs24 use libc::{ c_float,
38 pub type khronos_float_t = c_float;
/external/pytorch/test/inductor/
Dtest_cudacodecache.py59 ctypes.c_float(a),
82 ctypes.c_float(a),
/external/chromium-crossbench/crossbench/plt/
Dmacos.py293 ctypes.c_int, ctypes.c_float
296 ctypes.c_int, ctypes.POINTER(ctypes.c_float)
338 display_brightness = ctypes.c_float() # pylint: disable=no-value-for-parameter
/external/rust/android-crates-io/crates/libc/src/
Dsgx.rs9 pub type c_float = f32; typedef
Dswitch.rs9 pub type c_float = f32; typedef
Dxous.rs9 pub type c_float = f32; typedef
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/
Dsgx.rs9 pub type c_float = f32; typedef
Dxous.rs9 pub type c_float = f32; typedef
Dswitch.rs9 pub type c_float = f32; typedef
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/
Dsgx.rs9 pub type c_float = f32; typedef
Dswitch.rs9 pub type c_float = f32; typedef
Dxous.rs9 pub type c_float = f32; typedef
/external/capstone/bindings/python/capstone/
Dm68k.py33 ('simm', ctypes.c_float),

123