Home
last modified time | relevance | path

Searched refs:softfloat_shiftLeft128M (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/
A Ds_normSubnormalF128SigM.c58 if ( shiftCount ) softfloat_shiftLeft128M( sigPtr, shiftCount, sigPtr ); in softfloat_normSubnormalF128SigM()
A Ds_shiftNormSigF128M.c74 softfloat_shiftLeft128M( wPtr, 1 - exp + shiftCount, sigPtr ); in softfloat_shiftNormSigF128M()
A Ds_mulAddF64.c451 softfloat_shiftLeft128M( sig128Z, shiftCount, sig128Z ); in softfloat_mulAddF64()
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/include/
A Dprimitives.h718 #ifndef softfloat_shiftLeft128M
723 #define softfloat_shiftLeft128M( aPtr, count, zPtr ) softfloat_shiftLeftM( 4, aPtr, count, zPtr ) macro

Completed in 7 milliseconds