Lines Matching refs:condition
94 def __init__(self, name, suffix=None, mant_dig=None, condition='1', argument
101 self.condition = condition
142 def create_type(name, suffix=None, mant_dig=None, condition='1', order=None, argument
148 condition=condition, order=order, integer=integer,
153 complex_type = Type(complex_name, condition=condition,
190 condition='defined HUGE_VAL_F16', order=(0, 0))
194 condition='defined HUGE_VAL_F32', order=(2, 2))
197 condition='defined HUGE_VAL_F32X', order=(3, 3))
202 condition='defined HUGE_VAL_F64', order=(6, 5))
205 condition='defined HUGE_VAL_F64X', order=(7, 6))
208 condition='defined HUGE_VAL_F128', order=(8, 8))
221 condition='defined __SIZEOF_INT128__')
223 condition='defined __SIZEOF_INT128__')
232 condition='defined HUGE_VAL_F64', order=(6, 7),
236 condition='defined HUGE_VAL_F64X', order=(7, 7),
243 condition='1', internal=True)
366 float64_text = if_cond_text([Type.float64_type.condition],
376 float64x_text = if_cond_text([Type.float64x_type.condition],
392 self.add_type_var(t.name, t.condition)
464 % (nret_type.condition,
465 ' || '.join(t.condition
523 dummy_cond = [narrow_cond, t.condition]
525 dummy_cond = [t.condition]
568 all_conds = [t.condition for t in this_args]