Lines Matching refs:MIN_EXPONENT

139                                  Float.MIN_EXPONENT - 1, // Zero results
143 FloatConsts.MIN_EXPONENT - 1,
145 FloatConsts.MIN_EXPONENT,
156 for(int i = FloatConsts.MIN_EXPONENT; i <= FloatConsts.MAX_EXPONENT; i++) {
179 if (i > FloatConsts.MIN_EXPONENT) {
203 FloatConsts.MIN_EXPONENT - 1);
209 FloatConsts.MIN_EXPONENT - 1);
221 FloatConsts.MIN_EXPONENT - 1);
246 Double.MIN_EXPONENT - 1, // Zero results
250 DoubleConsts.MIN_EXPONENT - 1,
252 DoubleConsts.MIN_EXPONENT,
263 for(int i = DoubleConsts.MIN_EXPONENT; i <= DoubleConsts.MAX_EXPONENT; i++) {
286 if (i > DoubleConsts.MIN_EXPONENT) {
310 DoubleConsts.MIN_EXPONENT - 1);
316 DoubleConsts.MIN_EXPONENT - 1);
328 DoubleConsts.MIN_EXPONENT - 1);
962 int MAX_SCALE = FloatConsts.MAX_EXPONENT + -FloatConsts.MIN_EXPONENT +
996 FloatConsts.MIN_EXPONENT,
997 FloatConsts.MIN_EXPONENT+1,
1016 2*FloatConsts.MIN_EXPONENT-1, // -253
1017 2*FloatConsts.MIN_EXPONENT, // -252
1018 2*FloatConsts.MIN_EXPONENT+1, // -251
1023 FloatConsts.MIN_EXPONENT, // -126
1170 int MAX_SCALE = DoubleConsts.MAX_EXPONENT + -DoubleConsts.MIN_EXPONENT +
1203 DoubleConsts.MIN_EXPONENT,
1204 DoubleConsts.MIN_EXPONENT+1,
1223 2*DoubleConsts.MIN_EXPONENT-1, // -2045
1224 2*DoubleConsts.MIN_EXPONENT, // -2044
1225 2*DoubleConsts.MIN_EXPONENT+1, // -2043
1230 DoubleConsts.MIN_EXPONENT, // -1022
1421 for(int i = FloatConsts.MIN_EXPONENT; i <= FloatConsts.MAX_EXPONENT; i++) {
1445 if (i > FloatConsts.MIN_EXPONENT) {
1526 for(int i = DoubleConsts.MIN_EXPONENT; i <= DoubleConsts.MAX_EXPONENT; i++) {
1550 if (i > DoubleConsts.MIN_EXPONENT) {