Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
A Df128M_rem.c109 if ( q ) softfloat_sub128M( remPtr, x, remPtr ); in f128M_rem()
145 softfloat_sub128M( remPtr, x, newRemPtr ); in f128M_rem()
A Df128M_div.c145 softfloat_sub128M( y, sigB, y ); in f128M_div()
A Ds_mulAddF64.c407 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 Dprimitives.h1048 #ifndef softfloat_sub128M
1053 #define softfloat_sub128M( aPtr, bPtr, zPtr ) softfloat_subM( 4, aPtr, bPtr, zPtr ) macro

Completed in 6 milliseconds