Home
last modified time | relevance | path

Searched refs:int_types (Results 1 – 25 of 32) sorted by relevance

12

/external/mesa3d/src/compiler/nir/
Dnir_gather_ssa_types.c29 BITSET_WORD *int_types, bool *progress) in set_type() argument
35 if (int_types && !BITSET_TEST(int_types, idx)) { in set_type()
37 BITSET_SET(int_types, idx); in set_type()
73 BITSET_WORD *int_types, bool *progress) in copy_types() argument
78 copy_type(src.ssa->index, dest->ssa.index, src_is_sink, int_types, progress); in copy_types()
97 BITSET_WORD *int_types) in nir_gather_ssa_types() argument
119 float_types, int_types, &progress); in nir_gather_ssa_types()
126 float_types, int_types, &progress); in nir_gather_ssa_types()
128 float_types, int_types, &progress); in nir_gather_ssa_types()
130 float_types, int_types, &progress); in nir_gather_ssa_types()
[all …]
Dnir_lower_int_to_float.c31 ASSERTED BITSET_WORD *int_types = arg; in assert_ssa_def_is_not_int() local
32 assert(!BITSET_TEST(int_types, def->index)); in assert_ssa_def_is_not_int()
122 BITSET_WORD *float_types = NULL, *int_types = NULL; in nir_lower_int_to_float_impl() local
130 int_types = calloc(BITSET_WORDS(impl->ssa_alloc), in nir_lower_int_to_float_impl()
132 nir_gather_ssa_types(impl, float_types, int_types); in nir_lower_int_to_float_impl()
143 if (load->def.bit_size != 1 && BITSET_TEST(int_types, load->def.index)) { in nir_lower_int_to_float_impl()
157 nir_foreach_ssa_def(instr, assert_ssa_def_is_not_int, (void *)int_types); in nir_lower_int_to_float_impl()
169 free(int_types); in nir_lower_int_to_float_impl()
/external/llvm-project/libclc/generic/lib/
Dgen_convert.py30 int_types = ['char', 'uchar', 'short', 'ushort', 'int', 'uint', 'long', 'ulong'] variable
216 for src in int_types:
217 for dst in int_types:
296 for dst in int_types:
318 for src in int_types:
319 for dst in int_types:
346 if dst in int_types:
360 if src in int_types:
382 for dst in int_types:
/external/libchrome/third_party/markupsafe/
D_compat.py19 int_types = (int,) variable
24 int_types = (int, long) variable
D__init__.py12 from markupsafe._compat import text_type, string_types, int_types, \
89 if isinstance(num, int_types):
/external/python/asn1crypto/asn1crypto/
D_types.py11 int_types = (int, long) # noqa variable
21 int_types = int variable
D_iri.py19 from ._types import byte_cls, str_cls, type_name, bytes_to_list, int_types
151 if port and not isinstance(port, int_types):
Dcore.py62 from ._types import type_name, str_cls, byte_cls, int_types, chr_cls
294 if cls.explicit is not None and isinstance(cls.explicit[0], int_types):
302 if isinstance(explicit, int_types):
312 if isinstance(implicit, int_types):
339 if len(explicit) == 2 and isinstance(explicit[1], int_types):
343 if isinstance(class_, int_types):
359 if not isinstance(tag, int_types):
382 if not isinstance(tag, int_types):
1938 elif not isinstance(value, int_types):
2223 is_int = isinstance(key, int_types)
[all …]
/external/tensorflow/tensorflow/compiler/tests/
Dsearchsorted_op_test.py59 for dtype in self.float_types | self.int_types:
67 for dtype in self.float_types | self.int_types:
Dargminmax_test.py54 for dtype in self.int_types | self.float_types:
Dscan_ops_test.py78 return set(self.int_types).intersection([np.int32, np.int64])
157 return set(self.int_types).intersection([np.int32, np.int64])
Dsegment_reduction_ops_test.py175 for dtype in self.int_types | self.float_types:
Dcategorical_op_test.py40 return set(self.int_types).intersection([np.int32, np.int64])
Dgather_test.py89 if np.int64 not in self.int_types:
Dxla_test.py178 def int_types(self): member in XLATestCase
Dscatter_nd_op_test.py119 for itype in set([np.int32, np.int64]).intersection(set(self.int_types)):
Dnary_ops_test.py169 if np.int64 in self.int_types:
/external/llvm-project/mlir/test/mlir-tblgen/
Dtypes.mlir4 "test.int_types"() : () -> (i16, si32, ui64, i8)
5 "test.int_types"() : () -> (si16, si32, ui64, ui64)
6 "test.int_types"() : () -> (ui16, si32, ui64, si128)
14 "test.int_types"() : () -> (ui16, ui32, ui64, si8)
22 "test.int_types"() : () -> (ui16, si32, si64, ui8)
30 "test.int_types"() : () -> (f16, si32, ui64, i16)
38 "test.int_types"() : () -> (i16, si32, ui64, f64)
/external/python/asn1crypto/tests/
Dtest_keys.py16 int_types = (int, long) # noqa variable
18 int_types = int variable
490 self.assertIsInstance(private_key.bit_size, int_types)
492 self.assertIsInstance(public_key.bit_size, int_types)
/external/python/cpython3/Lib/ctypes/test/
Dtest_bitfields.py55 int_types = unsigned_int_types + signed_int_types variable
147 for c_typ in int_types:
/external/python/cpython2/Lib/ctypes/test/
Dtest_bitfields.py52 int_types = unsigned_int_types + signed_int_types variable
144 for c_typ in int_types:
/external/llvm-project/llvm/test/DebugInfo/X86/
Dmem2reg_fp80.ll42 !7 = !DIFile(filename: "int_types.h", directory: "")
/external/libsrtp2/
DCMakeLists.txt23 check_include_file(sys/int_types.h HAVE_SYS_INT_TYPES_H)
Dconfig.hw72 /* Define to 1 if you have the <sys/int_types.h> header file. */
Dconfig.h_win32vc773 /* Define to 1 if you have the <sys/int_types.h> header file. */

12