Home
last modified time | relevance | path

Searched refs:high_addend (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/builtins/ppc/
Dfloatditf.c18 const double high_addend = (double)((int32_t)(a >> 32))*twop32 - twop52; in __floatditf() local
31 result.s.hi = high_addend + low.d; in __floatditf()
32 result.s.lo = (high_addend - result.s.hi) + low.d; in __floatditf()
Dfloatunditf.c24 const double high_addend = high.d - twop84_plus_twop52; in __floatunditf() local
36 result.s.hi = high_addend + low.d; in __floatunditf()
37 result.s.lo = (high_addend - result.s.hi) + low.d; in __floatunditf()