Home | History | Annotate | Download | only in dmg_fp

Lines Matching refs:Emax

352 #define Emax 1023
409 #define Emax 248
438 #define Emax 126
1749 emax = 0x7fe - Bias - P + 1,
1754 emax = 0x7ff - Bias - P + 1
1757 emax = 0x7f - Bias - P
1962 if (e > Emax) {
2044 if (++e > Emax)