Searched refs:high_addend (Results 1 – 4 of 4) sorted by relevance
18 const double high_addend = (double)((int32_t)(a >> 32)) * twop32 - twop52; in __floatditf() local29 result.s.hi = high_addend + low.d; in __floatditf()30 result.s.lo = (high_addend - result.s.hi) + low.d; in __floatditf()
24 const double high_addend = high.d - twop84_plus_twop52; in __floatunditf() local35 result.s.hi = high_addend + low.d; in __floatunditf()36 result.s.lo = (high_addend - result.s.hi) + low.d; in __floatunditf()
18 const double high_addend = (double)((int32_t)(a >> 32))*twop32 - twop52; in __floatditf() local31 result.s.hi = high_addend + low.d; in __floatditf()32 result.s.lo = (high_addend - result.s.hi) + low.d; in __floatditf()
24 const double high_addend = high.d - twop84_plus_twop52; in __floatunditf() local36 result.s.hi = high_addend + low.d; in __floatunditf()37 result.s.lo = (high_addend - result.s.hi) + low.d; in __floatunditf()