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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfp_trunc_impl.inc66 const int overflowExponent = srcExpBias + dstInfExp - dstExpBias;
68 const src_rep_t overflow = (src_rep_t)overflowExponent << srcSigBits;

Completed in 101 milliseconds