Home | History | Annotate | Download | only in test

Lines Matching refs:signed_types

25 signed_types = [c_byte, c_short, c_int, c_long, c_longlong]
38 signed_types.append(c_longlong)
48 signed_ranges = valid_ranges(*signed_types)
57 for t in signed_types + unsigned_types + float_types:
69 for t, (l, h) in zip(signed_types, signed_ranges):
81 for t in signed_types + unsigned_types + float_types:
95 for t in signed_types + unsigned_types + float_types:
100 for t in signed_types + unsigned_types + float_types + bool_types:
129 for t in signed_types + unsigned_types:
135 for t in signed_types + unsigned_types + float_types + bool_types:
146 for t in signed_types + unsigned_types + float_types:
159 for t in signed_types + unsigned_types: