Home
last modified time | relevance | path

Searched refs:softfloat_sub96M (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
A DextF80M_rem.c133 if ( q ) softfloat_sub96M( rem, x, rem ); in extF80M_rem()
167 softfloat_sub96M( remPtr, x, newRemPtr ); in extF80M_rem()
A DextF80M_div.c154 softfloat_sub96M( y, sigB, y ); in extF80M_div()
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/
A Dprimitives.h1040 #ifndef softfloat_sub96M
1045 #define softfloat_sub96M( aPtr, bPtr, zPtr ) softfloat_subM( 3, aPtr, bPtr, zPtr ) macro

Completed in 6 milliseconds