Searched refs:softfloat_roundPackMToI64 (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/ |
A D | s_roundPackMToI64.c | 45 softfloat_roundPackMToI64( in softfloat_roundPackMToI64() function
|
A D | extF80M_to_i64.c | 91 return softfloat_roundPackMToI64( sign, extSig, roundingMode, exact ); in extF80M_to_i64()
|
A D | f32_to_i64.c | 87 return softfloat_roundPackMToI64( sign, extSig, roundingMode, exact ); in f32_to_i64()
|
A D | f128M_to_i64.c | 93 softfloat_roundPackMToI64( in f128M_to_i64()
|
A D | f64_to_i64.c | 104 return softfloat_roundPackMToI64( sign, extSig, roundingMode, exact ); in f64_to_i64()
|
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
A D | internals.h | 81 int_fast64_t softfloat_roundPackMToI64( bool, uint32_t *, uint_fast8_t, bool );
|
Completed in 4 milliseconds