Searched refs:abits (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dgcc_qadd.c26 const doublebits abits = {.d = A}; local
28 if ((((uint32_t)(abits.x >> 32) & infinityHi) == infinityHi) ||
H A Dgcc_qsub.c26 const doublebits abits = {.d = A}; local
28 if ((((uint32_t)(abits.x >> 32) & infinityHi) == infinityHi) ||
/freebsd-13-stable/contrib/gdtoa/
H A Dstrtodg.c324 int abe, abits, asub; local
917 ab = d2b(dval(&adj), &abe, &abits);

Completed in 112 milliseconds