Home
last modified time | relevance | path

Searched refs:resultExponent (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfp_extend_impl.inc96 const int resultExponent = dstExpBias - srcExpBias - scale + 1;
97 absResult |= (dst_rep_t)resultExponent << dstSigBits;
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dexponential.d3432 enum initialExponent = real.min_exp + 2, resultExponent = real.max_exp - 2; variable
3433 enum int n = resultExponent - initialExponent;
3436 static assert(staticResult == 0x1.2345678abcdefp0L * (2.0L ^^ resultExponent));