Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()

Completed in 12 milliseconds