Home | History | Annotate | Download | only in fortran

Lines Matching defs:least

90 /* ??? The NARGS==1 hack here is based on the fact that (c99 at least)
3871 int least;
3897 least = 16;
3898 least = (count && count->ts.kind < least) ? count->ts.kind : least;
3899 least = (count_rate && count_rate->ts.kind < least) ? count_rate->ts.kind
3900 : least;
3901 least = (count_max && count_max->ts.kind < least) ? count_max->ts.kind
3902 : least;
3908 if (least >= 8)
3910 else if (least == 4)
3922 if (least >= 8)
3924 else if (least == 4)
3932 if (least >= 8)
3934 else if (least == 4)
3943 if (least <= 2)
3945 if (least == 1)
3955 if (least == 2)
3967 if (least == 4)
3980 if (least >= 8)
6846 /* We convert the first argument to at least 4 bytes, and
6849 aligned to at least 32 bits, so there's no loss. */