Home | History | Annotate | Download | only in arm64

Lines Matching refs:max_normal_exponent

2479   static const int max_normal_exponent = infinite_exponent - 1;
2483 exponent += max_normal_exponent >> 1;
2485 if (exponent > max_normal_exponent) {