Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/
Dfp_lib.h211 #define exponentBits (typeWidth - significandBits - 1) macro
212 #define maxExponent ((1 << exponentBits) - 1)
217 #define signBit (REP_C(1) << (significandBits + exponentBits))
Dfp_mul_impl.inc82 wideMultiply(aSignificand, bSignificand << exponentBits, &productHi,