Searched refs:softfloat_add128M (Results 1 – 4 of 4) sorted by relevance
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/ |
A D | f128M_rem.c | 105 softfloat_add128M( x, x, x ); in f128M_rem() 124 softfloat_add128M( remPtr, x, remPtr ); in f128M_rem() 135 softfloat_add128M( remPtr, x, altRemPtr ); in f128M_rem() 150 softfloat_add128M( remPtr, altRemPtr, x ); in f128M_rem()
|
A D | f128M_div.c | 116 softfloat_add128M( y, y, y ); in f128M_div() 132 softfloat_add128M( y, sigB, y ); in f128M_div() 142 softfloat_add128M( y, sigB, y ); in f128M_div()
|
A D | s_mulAddF64.c | 355 if ( shiftCount ) softfloat_add128M( sig128Z, sig128Z, sig128Z ); in softfloat_mulAddF64() 376 softfloat_add128M( sig128Z, sig128C, sig128Z ); in softfloat_mulAddF64()
|
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
A D | primitives.h | 894 #ifndef softfloat_add128M 899 #define softfloat_add128M( aPtr, bPtr, zPtr ) softfloat_addM( 4, aPtr, bPtr, zPtr ) macro
|
Completed in 8 milliseconds