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 D | s_normSubnormalF128SigM.c | 58 if ( shiftCount ) softfloat_shiftLeft128M( sigPtr, shiftCount, sigPtr ); in softfloat_normSubnormalF128SigM()
|
A D | s_shiftNormSigF128M.c | 74 softfloat_shiftLeft128M( wPtr, 1 - exp + shiftCount, sigPtr ); in softfloat_shiftNormSigF128M()
|
A D | s_mulAddF64.c | 451 softfloat_shiftLeft128M( sig128Z, shiftCount, sig128Z ); in softfloat_mulAddF64()
|
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
A D | primitives.h | 718 #ifndef softfloat_shiftLeft128M 723 #define softfloat_shiftLeft128M( aPtr, count, zPtr ) softfloat_shiftLeftM( 4, aPtr, count, zPtr ) macro
|
Completed in 7 milliseconds