Home | History | Annotate | Download | only in libiberty

Lines Matching defs:dfrom

624   double dfrom;
631 dfrom = *from;
639 if (dfrom < 0)
642 dfrom = -dfrom;
645 if (dfrom == 0)
651 if (dfrom != dfrom)
662 if (dfrom + dfrom == dfrom)
671 mant = frexp (dfrom, &exponent);