Searched refs:softfloat_sub96M (Results 1 – 3 of 3) sorted by relevance
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/ |
A D | extF80M_rem.c | 133 if ( q ) softfloat_sub96M( rem, x, rem ); in extF80M_rem() 167 softfloat_sub96M( remPtr, x, newRemPtr ); in extF80M_rem()
|
A D | extF80M_div.c | 154 softfloat_sub96M( y, sigB, y ); in extF80M_div()
|
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
A D | primitives.h | 1040 #ifndef softfloat_sub96M 1045 #define softfloat_sub96M( aPtr, bPtr, zPtr ) softfloat_subM( 3, aPtr, bPtr, zPtr ) macro
|
Completed in 6 milliseconds