Searched refs:dfrom (Results 1 – 6 of 6) sorted by relevance
394 DOUBLEST dfrom; in convert_doublest_to_floatformat() local409 memcpy (&dfrom, from, sizeof (dfrom)); in convert_doublest_to_floatformat()421 dtop = (double) dfrom; in convert_doublest_to_floatformat()427 dbot = (double) (dfrom - (DOUBLEST) dtop); in convert_doublest_to_floatformat()437 if (dfrom == 0) in convert_doublest_to_floatformat()439 if (dfrom != dfrom) /* Result is NaN */ in convert_doublest_to_floatformat()451 if (dfrom < 0) in convert_doublest_to_floatformat()454 dfrom = -dfrom; in convert_doublest_to_floatformat()457 if (dfrom + dfrom == dfrom && dfrom != 0.0) /* Result is Infinity. */ in convert_doublest_to_floatformat()469 mant = ldfrexp (dfrom, &exponent); in convert_doublest_to_floatformat()[all …]
606 double dfrom; in floatformat_from_double() local613 dfrom = *from; in floatformat_from_double()621 if (dfrom < 0) in floatformat_from_double()624 dfrom = -dfrom; in floatformat_from_double()627 if (dfrom == 0) in floatformat_from_double()633 if (dfrom != dfrom) in floatformat_from_double()644 if (dfrom + dfrom == dfrom) in floatformat_from_double()653 mant = frexp (dfrom, &exponent); in floatformat_from_double()
607 double dfrom; in floatformat_from_double() local614 dfrom = *from; in floatformat_from_double()622 if (dfrom < 0) in floatformat_from_double()625 dfrom = -dfrom; in floatformat_from_double()628 if (dfrom == 0) in floatformat_from_double()634 if (dfrom != dfrom) in floatformat_from_double()645 if (dfrom + dfrom == dfrom) in floatformat_from_double()654 mant = frexp (dfrom, &exponent); in floatformat_from_double()
596 double dfrom; in floatformat_from_double() local603 dfrom = *from; in floatformat_from_double()611 if (dfrom < 0) in floatformat_from_double()614 dfrom = -dfrom; in floatformat_from_double()617 if (dfrom == 0) in floatformat_from_double()623 if (dfrom != dfrom) in floatformat_from_double()634 if (dfrom + dfrom == dfrom) in floatformat_from_double()643 mant = frexp (dfrom, &exponent); in floatformat_from_double()