Home
last modified time | relevance | path

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 Ds_roundPackMToI64.c45 softfloat_roundPackMToI64( in softfloat_roundPackMToI64() function
A DextF80M_to_i64.c91 return softfloat_roundPackMToI64( sign, extSig, roundingMode, exact ); in extF80M_to_i64()
A Df32_to_i64.c87 return softfloat_roundPackMToI64( sign, extSig, roundingMode, exact ); in f32_to_i64()
A Df128M_to_i64.c93 softfloat_roundPackMToI64( in f128M_to_i64()
A Df64_to_i64.c104 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 Dinternals.h81 int_fast64_t softfloat_roundPackMToI64( bool, uint32_t *, uint_fast8_t, bool );

Completed in 4 milliseconds