Searched refs:wordIncr (Results 1 – 25 of 25) sorted by relevance
64 wordA = aPtr[index + wordIncr]; in softfloat_shortShiftRightJamM()66 index += wordIncr; in softfloat_shortShiftRightJamM()111 aPtr += wordIncr; in softfloat_shiftRightJam256M()112 ptr += wordIncr; in softfloat_shiftRightJam256M()
64 zPtr += wordIncr; in softfloat_shortShiftRightExtendM()67 indexA += wordIncr; in softfloat_shortShiftRightExtendM()
61 wordA = aPtr[index - wordIncr]; in softfloat_shortShiftLeftM()63 index -= wordIncr; in softfloat_shortShiftLeftM()
61 wordA = aPtr[index + wordIncr]; in softfloat_shortShiftRightM()63 index += wordIncr; in softfloat_shortShiftRightM()
63 wordA = aPtr[index + wordIncr]; in softfloat_shortShiftRightJamM()65 index += wordIncr; in softfloat_shortShiftRightJamM()
252 &sigProd[indexMultiwordLo( 8, 5 )] - wordIncr in softfloat_mulAddF128M()253 + expDiff * -wordIncr; in softfloat_mulAddF128M()271 extSigPtr = &sigProd[indexMultiwordHi( 8, 5 )] - wordIncr; in softfloat_mulAddF128M()277 extSigPtr -= wordIncr; in softfloat_mulAddF128M()286 ptr -= wordIncr; in softfloat_mulAddF128M()295 ptr = extSigPtr + indexWordHi( 5 ) + wordIncr; in softfloat_mulAddF128M()304 ptr += wordIncr; in softfloat_mulAddF128M()310 ptr += wordIncr; in softfloat_mulAddF128M()
76 aPtr -= wordIncr; in softfloat_shiftLeftM()77 destPtr -= wordIncr; in softfloat_shiftLeftM()
76 aPtr += wordIncr; in softfloat_shiftRightM()77 destPtr += wordIncr; in softfloat_shiftRightM()
86 aPtr += wordIncr; in softfloat_shiftRightJamM()87 ptr += wordIncr; in softfloat_shiftRightJamM()
156 index += wordIncr; in f128M_roundToInt()171 index += wordIncr; in f128M_roundToInt()197 index += wordIncr; in f128M_roundToInt()
55 index += wordIncr; in softfloat_sub1XM()
55 ptr -= wordIncr; in softfloat_normSubnormalF128SigM()
67 bPtr += wordIncr; in softfloat_mul128MTo256M()68 zPtr += wordIncr; in softfloat_mul128MTo256M()
56 index -= wordIncr; in softfloat_compare128M()
56 index -= wordIncr; in softfloat_compare96M()
57 index += wordIncr; in softfloat_negXM()
60 index += wordIncr; in softfloat_add256M()
60 index += wordIncr; in softfloat_sub256M()
65 index += wordIncr; in softfloat_addM()
65 index += wordIncr; in softfloat_subM()
64 index += wordIncr; in softfloat_addCarryM()
64 index += wordIncr; in softfloat_addComplCarryM()
64 ptr -= wordIncr; in softfloat_normRoundPackMToF128M()
72 index += wordIncr; in softfloat_remStepMBy32()
62 #define wordIncr 1 macro73 #define wordIncr -1 macro
Completed in 24 milliseconds