Home | History | Annotate | Download | only in libiberty

Lines Matching defs:dfrom

628   double dfrom;
635 dfrom = *from;
643 if (dfrom < 0)
646 dfrom = -dfrom;
649 if (dfrom == 0)
655 if (dfrom != dfrom)
666 if (dfrom + dfrom == dfrom)
675 mant = frexp (dfrom, &exponent);