Searched refs:softfloat_subM (Results 1 – 2 of 2) sorted by relevance
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/ |
A D | s_subM.c | 42 #ifndef softfloat_subM 45 softfloat_subM( in softfloat_subM() function
|
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
A D | primitives.h | 1022 #ifndef softfloat_subM 1032 softfloat_subM( 1045 #define softfloat_sub96M( aPtr, bPtr, zPtr ) softfloat_subM( 3, aPtr, bPtr, zPtr ) 1053 #define softfloat_sub128M( aPtr, bPtr, zPtr ) softfloat_subM( 4, aPtr, bPtr, zPtr ) 1061 #define softfloat_sub160M( aPtr, bPtr, zPtr ) softfloat_subM( 5, aPtr, bPtr, zPtr )
|
Completed in 6 milliseconds