Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
H A Dfloatditf.c18 const double high_addend = (double)((int32_t)(a >> 32))*twop32 - twop52; in __floatditf() local
H A Dfloatunditf.c24 const double high_addend = high.d - twop84_plus_twop52; in __floatunditf() local