Searched refs:softfloat_sub128M (Results 1 – 4 of 4) sorted by relevance
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/ |
A D | f128M_rem.c | 109 if ( q ) softfloat_sub128M( remPtr, x, remPtr ); in f128M_rem() 145 softfloat_sub128M( remPtr, x, newRemPtr ); in f128M_rem()
|
A D | f128M_div.c | 145 softfloat_sub128M( y, sigB, y ); in f128M_div()
|
A D | s_mulAddF64.c | 407 softfloat_sub128M( sig128C, sig128Z, sig128Z ); in softfloat_mulAddF64() 424 softfloat_sub128M( sig128Z, sig128C, sig128Z ); in softfloat_mulAddF64()
|
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
A D | primitives.h | 1048 #ifndef softfloat_sub128M 1053 #define softfloat_sub128M( aPtr, bPtr, zPtr ) softfloat_subM( 4, aPtr, bPtr, zPtr ) macro
|
Completed in 6 milliseconds