Searched refs:softfloat_roundPackMToF128M (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/ |
A D | s_normRoundPackMToF128M.c | 71 softfloat_roundPackMToF128M( sign, exp, extSigPtr, zWPtr ); in softfloat_normRoundPackMToF128M()
|
A D | s_roundPackMToF128M.c | 45 softfloat_roundPackMToF128M( in softfloat_roundPackMToF128M() function
|
A D | f128M_mul.c | 144 softfloat_roundPackMToF128M( signZ, expZ, extSigZPtr, zWPtr ); in f128M_mul()
|
A D | f128M_div.c | 165 softfloat_roundPackMToF128M( signZ, expZ, y, zWPtr ); in f128M_div()
|
A D | s_addF128M.c | 207 roundPackRoutinePtr = softfloat_roundPackMToF128M; in softfloat_addF128M()
|
A D | f128M_sqrt.c | 199 softfloat_roundPackMToF128M( 0, expZ, y, zWPtr ); in f128M_sqrt()
|
A D | s_mulAddF128M.c | 335 roundPackRoutinePtr = softfloat_roundPackMToF128M; in softfloat_mulAddF128M()
|
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
A D | internals.h | 243 void softfloat_roundPackMToF128M( bool, int32_t, uint32_t *, uint32_t * );
|
Completed in 7 milliseconds