Searched refs:softfloat_shiftRightJam32 (Results 1 – 5 of 5) sorted by relevance
41 #ifndef softfloat_shiftRightJam3243 uint32_t softfloat_shiftRightJam32( uint32_t a, uint_fast16_t count ) in softfloat_shiftRightJam32() function
85 sigA = softfloat_shiftRightJam32( sigA, -expDiff ); in softfloat_addMagsF32()94 sigB = softfloat_shiftRightJam32( sigB, expDiff ); in softfloat_addMagsF32()
88 sigA = softfloat_shiftRightJam32( sigA, -expDiff ); in softfloat_subMagsF32()102 sigB = softfloat_shiftRightJam32( sigB, expDiff ); in softfloat_subMagsF32()
72 sig = softfloat_shiftRightJam32( sig, -exp ); in softfloat_roundPackToF32()
61 #ifndef softfloat_shiftRightJam3272 INLINE uint32_t softfloat_shiftRightJam32( uint32_t a, uint_fast16_t count ) in softfloat_shiftRightJam32() function79 uint32_t softfloat_shiftRightJam32( uint32_t a, uint_fast16_t count );