Searched refs:innerCount (Results 1 – 4 of 4) sorted by relevance
55 uint_fast8_t innerCount; in softfloat_shiftLeftM() local62 innerCount = count & 31; in softfloat_shiftLeftM()63 if ( innerCount ) { in softfloat_shiftLeftM()67 innerCount, in softfloat_shiftLeftM()
55 uint_fast8_t innerCount; in softfloat_shiftRightM() local62 innerCount = count & 31; in softfloat_shiftRightM()63 if ( innerCount ) { in softfloat_shiftRightM()67 innerCount, in softfloat_shiftRightM()
55 uint_fast8_t i, innerCount; in softfloat_shiftRightJamM() local72 innerCount = count & 31; in softfloat_shiftRightJamM()73 if ( innerCount ) { in softfloat_shiftRightJamM()77 innerCount, in softfloat_shiftRightJamM()
80 uint_fast8_t i, innerCount; in softfloat_shiftRightJam256M() local97 innerCount = count & 63; in softfloat_shiftRightJam256M()98 if ( innerCount ) { in softfloat_shiftRightJam256M()102 innerCount, in softfloat_shiftRightJam256M()
Completed in 3 milliseconds