Home
last modified time | relevance | path

Searched refs:wordIncr (Results 1 – 25 of 25) sorted by relevance

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
A Ds_shiftRightJam256M.c64 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()
A Ds_mulAddF128M.c252 &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()
A Ds_shortShiftRightExtendM.c64 zPtr += wordIncr; in softfloat_shortShiftRightExtendM()
67 indexA += wordIncr; in softfloat_shortShiftRightExtendM()
A Ds_shortShiftLeftM.c61 wordA = aPtr[index - wordIncr]; in softfloat_shortShiftLeftM()
63 index -= wordIncr; in softfloat_shortShiftLeftM()
A Ds_shortShiftRightM.c61 wordA = aPtr[index + wordIncr]; in softfloat_shortShiftRightM()
63 index += wordIncr; in softfloat_shortShiftRightM()
A Ds_shortShiftRightJamM.c63 wordA = aPtr[index + wordIncr]; in softfloat_shortShiftRightJamM()
65 index += wordIncr; in softfloat_shortShiftRightJamM()
A Ds_shiftLeftM.c76 aPtr -= wordIncr; in softfloat_shiftLeftM()
77 destPtr -= wordIncr; in softfloat_shiftLeftM()
A Ds_shiftRightM.c76 aPtr += wordIncr; in softfloat_shiftRightM()
77 destPtr += wordIncr; in softfloat_shiftRightM()
A Df128M_roundToInt.c156 index += wordIncr; in f128M_roundToInt()
171 index += wordIncr; in f128M_roundToInt()
197 index += wordIncr; in f128M_roundToInt()
A Ds_shiftRightJamM.c86 aPtr += wordIncr; in softfloat_shiftRightJamM()
87 ptr += wordIncr; in softfloat_shiftRightJamM()
A Ds_mul128MTo256M.c67 bPtr += wordIncr; in softfloat_mul128MTo256M()
68 zPtr += wordIncr; in softfloat_mul128MTo256M()
A Ds_sub1XM.c55 index += wordIncr; in softfloat_sub1XM()
A Ds_normSubnormalF128SigM.c55 ptr -= wordIncr; in softfloat_normSubnormalF128SigM()
A Ds_compare128M.c56 index -= wordIncr; in softfloat_compare128M()
A Ds_compare96M.c56 index -= wordIncr; in softfloat_compare96M()
A Ds_negXM.c57 index += wordIncr; in softfloat_negXM()
A Ds_add256M.c60 index += wordIncr; in softfloat_add256M()
A Ds_sub256M.c60 index += wordIncr; in softfloat_sub256M()
A Ds_addM.c65 index += wordIncr; in softfloat_addM()
A Ds_subM.c65 index += wordIncr; in softfloat_subM()
A Ds_addCarryM.c64 index += wordIncr; in softfloat_addCarryM()
A Ds_addComplCarryM.c64 index += wordIncr; in softfloat_addComplCarryM()
A Ds_normRoundPackMToF128M.c64 ptr -= wordIncr; in softfloat_normRoundPackMToF128M()
A Ds_remStepMBy32.c72 index += wordIncr; in softfloat_remStepMBy32()
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/
A DprimitiveTypes.h62 #define wordIncr 1 macro
73 #define wordIncr -1 macro

Completed in 23 milliseconds