Home | History | Annotate | Download | only in generic

Lines Matching defs:weight

99    weight of a perfectly valid fp number underflows in non-denorm.  Therefore,
379 double d, weight;
392 for (weight = 1/MP_BASE_AS_DOUBLE; m > 0 && --i >= 0;)
398 d += l * weight;
399 weight /= MP_BASE_AS_DOUBLE;
400 if (weight == 0)
408 weight = 2.0;
413 weight = 0.5;
419 d *= weight;
422 weight *= weight;
424 d *= weight;
430 d *= weight;