Home
last modified time | relevance | path

Searched refs:lastIndex (Results 1 – 14 of 14) sorted by relevance

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
H A Ds_sub1XM.c46 unsigned int index, lastIndex; in softfloat_sub1XM() local
50 lastIndex = indexWordHi( size_words ); in softfloat_sub1XM()
54 if ( wordA || (index == lastIndex) ) break; in softfloat_sub1XM()
H A Ds_compare128M.c46 unsigned int index, lastIndex; in softfloat_compare128M() local
50 lastIndex = indexWordLo( 4 ); in softfloat_compare128M()
55 if ( index == lastIndex ) break; in softfloat_compare128M()
H A Ds_compare96M.c46 unsigned int index, lastIndex; in softfloat_compare96M() local
50 lastIndex = indexWordLo( 3 ); in softfloat_compare96M()
55 if ( index == lastIndex ) break; in softfloat_compare96M()
H A Ds_negXM.c46 unsigned int index, lastIndex; in softfloat_negXM() local
51 lastIndex = indexWordHi( size_words ); in softfloat_negXM()
56 if ( index == lastIndex ) break; in softfloat_negXM()
H A Ds_remStepMBy32.c55 unsigned int index, lastIndex; in softfloat_remStepMBy32() local
62 lastIndex = indexWordHi( size_words ); in softfloat_remStepMBy32()
68 if ( index != lastIndex ) { in softfloat_remStepMBy32()
78 if ( index == lastIndex ) break; in softfloat_remStepMBy32()
H A Ds_addM.c52 unsigned int index, lastIndex; in softfloat_addM() local
57 lastIndex = indexWordHi( size_words ); in softfloat_addM()
63 if ( index == lastIndex ) break; in softfloat_addM()
H A Ds_subM.c52 unsigned int index, lastIndex; in softfloat_subM() local
57 lastIndex = indexWordHi( size_words ); in softfloat_subM()
63 if ( index == lastIndex ) break; in softfloat_subM()
H A Ds_addComplCarryM.c53 unsigned int index, lastIndex; in softfloat_addComplCarryM() local
57 lastIndex = indexWordHi( size_words ); in softfloat_addComplCarryM()
63 if ( index == lastIndex ) break; in softfloat_addComplCarryM()
H A Ds_addCarryM.c53 unsigned int index, lastIndex; in softfloat_addCarryM() local
57 lastIndex = indexWordHi( size_words ); in softfloat_addCarryM()
63 if ( index == lastIndex ) break; in softfloat_addCarryM()
H A Ds_shortShiftRightM.c53 unsigned int index, lastIndex; in softfloat_shortShiftRightM() local
58 lastIndex = indexWordHi( size_words ); in softfloat_shortShiftRightM()
60 while ( index != lastIndex ) { in softfloat_shortShiftRightM()
H A Ds_shortShiftLeftM.c53 unsigned int index, lastIndex; in softfloat_shortShiftLeftM() local
58 lastIndex = indexWordLo( size_words ); in softfloat_shortShiftLeftM()
60 while ( index != lastIndex ) { in softfloat_shortShiftLeftM()
H A Ds_shortShiftRightJamM.c53 unsigned int index, lastIndex; in softfloat_shortShiftRightJamM() local
58 lastIndex = indexWordHi( size_words ); in softfloat_shortShiftRightJamM()
62 while ( index != lastIndex ) { in softfloat_shortShiftRightJamM()
H A Ds_shiftRightJam256M.c54 unsigned int index, lastIndex; in softfloat_shortShiftRightJamM() local
59 lastIndex = indexWordHi( size_words ); in softfloat_shortShiftRightJamM()
63 while ( index != lastIndex ) { in softfloat_shortShiftRightJamM()
H A Df128M_roundToInt.c78 unsigned int index, lastIndex; in f128M_roundToInt() local
149 lastIndex = indexWordHi( 4 ); in f128M_roundToInt()
196 while ( index != lastIndex ) { in f128M_roundToInt()