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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dfloatditf.c18 const double high_addend = (double)((int32_t)(a >> 32)) * twop32 - twop52; local
H A Dfloatunditf.c24 const double high_addend = high.d - twop84_plus_twop52; local

Completed in 112 milliseconds