Searched refs:bitPos (Results 1 – 1 of 1) sorted by relevance
76 uint_fast8_t bitPos; in f128M_roundToInt() local143 bitPos = 0x406F - exp; in f128M_roundToInt()147 bitPos -= roundNear; in f128M_roundToInt()153 if ( bitPos < 32 ) break; in f128M_roundToInt()157 bitPos -= 32; in f128M_roundToInt()159 bit = (uint32_t) 1<<bitPos; in f128M_roundToInt()