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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
H A Dfloatditf.c18 const double high_addend = (double)((int32_t)(a >> 32))*twop32 - twop52; local
21 * high_addend and low.d, and we wish to return their sum
31 result.s.hi = high_addend + low.d;
32 result.s.lo = (high_addend - result.s.hi) + low.d;
H A Dfloatunditf.c24 const double high_addend = high.d - twop84_plus_twop52; local
27 * high_addend and low.d, and we wish to return their sum
36 result.s.hi = high_addend + low.d;
37 result.s.lo = (high_addend - result.s.hi) + low.d;

Completed in 122 milliseconds