/external/mesa3d/src/intel/vulkan/bvh/ |
D | interpret.py | 164 ('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/ |
D | test_byteswap.py | 13 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),
|
D | test_pep3118.py | 9 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),
|
D | test_functions.py | 8 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]
|
D | test_repr.py | 4 c_float, c_double, c_longdouble, c_bool, c_char) 10 c_float, c_double, c_longdouble, c_bool]:
|
D | test_unaligned_structures.py | 4 c_float, c_double, 18 c_float, c_double,
|
D | test_cfuncs.py | 7 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)
|
D | test_callbacks.py | 13 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)
|
D | test_structures.py | 9 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),
|
D | test_numbers.py | 9 c_float, c_double, c_longdouble, c_bool) 35 float_types = [c_double, c_float]
|
D | test_pointers.py | 11 c_float, c_double) 19 c_long, c_ulong, c_longlong, c_ulonglong, c_double, c_float]
|
D | test_as_parameter.py | 6 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/ |
D | lib.rs | 24 use libc::{ c_float, 38 pub type khronos_float_t = c_float;
|
/external/pytorch/test/inductor/ |
D | test_cudacodecache.py | 59 ctypes.c_float(a), 82 ctypes.c_float(a),
|
/external/chromium-crossbench/crossbench/plt/ |
D | macos.py | 293 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/ |
D | sgx.rs | 9 pub type c_float = f32; typedef
|
D | switch.rs | 9 pub type c_float = f32; typedef
|
D | xous.rs | 9 pub type c_float = f32; typedef
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/ |
D | sgx.rs | 9 pub type c_float = f32; typedef
|
D | xous.rs | 9 pub type c_float = f32; typedef
|
D | switch.rs | 9 pub type c_float = f32; typedef
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/ |
D | sgx.rs | 9 pub type c_float = f32; typedef
|
D | switch.rs | 9 pub type c_float = f32; typedef
|
D | xous.rs | 9 pub type c_float = f32; typedef
|
/external/capstone/bindings/python/capstone/ |
D | m68k.py | 33 ('simm', ctypes.c_float),
|