Searched refs:IBITS (Results 1 – 2 of 2) sorted by relevance
286 return word_.IBITS(significandBits, exponentBits).ToUInt64(); in Exponent()
347 char nybble = IBITS(pos, 4).ToUInt64(); in Hexadecimal()705 constexpr Integer IBITS(int pos, int size) const { in IBITS() function