Home | History | Annotate | Download | only in libiberty

Lines Matching defs:dfrom

633   double dfrom;
640 dfrom = *from;
648 if (dfrom < 0)
651 dfrom = -dfrom;
654 if (dfrom == 0)
660 if (dfrom != dfrom)
671 if (dfrom + dfrom == dfrom)
680 mant = frexp (dfrom, &exponent);