Searched refs:unsigned_types (Results 1 – 1 of 1) sorted by relevance
31 unsigned_types = ['uchar', 'ushort', 'uint', 'ulong'] variable243 if dst in unsigned_types:270 if src in unsigned_types:277 if src in unsigned_types:284 elif src not in unsigned_types and dst in unsigned_types: