Searched refs:max_fbit (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | c-typeck.c | 804 unsigned int fbit1, ibit1, fbit2, ibit2, max_fbit, max_ibit; in c_common_type() local 879 max_fbit = fbit1 >= fbit2 ? fbit1 : fbit2; in c_common_type() 880 return c_common_fixed_point_type_for_size (max_ibit, max_fbit, unsignedp, in c_common_type()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-typeck.c | 815 unsigned int fbit1, ibit1, fbit2, ibit2, max_fbit, max_ibit; in c_common_type() local 892 max_fbit = fbit1 >= fbit2 ? fbit1 : fbit2; in c_common_type() 893 return c_common_fixed_point_type_for_size (max_ibit, max_fbit, unsignedp, in c_common_type()
|