Home
last modified time | relevance | path

Searched refs:softfloat_roundPackToUI32 (Results 1 – 8 of 8) sorted by relevance

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
H A Df64_to_ui32.c61 return softfloat_roundPackToUI32( sign, sig, roundingMode, exact ); in f64_to_ui32()
H A DextF80_to_ui32.c62 return softfloat_roundPackToUI32( sign, sig, roundingMode, exact ); in extF80_to_ui32()
H A Ds_roundPackToUI32.c45 softfloat_roundPackToUI32( in softfloat_roundPackToUI32() function
H A Df32_to_ui32.c65 return softfloat_roundPackToUI32( sign, sig64, roundingMode, exact ); in f32_to_ui32()
H A Df128_to_ui32.c67 return softfloat_roundPackToUI32( sign, sig64, roundingMode, exact ); in f128_to_ui32()
H A Df128M_to_ui32.c76 softfloat_roundPackToUI32( in f128M_to_ui32()
H A DextF80M_to_ui32.c88 return softfloat_roundPackToUI32( sign, sig, roundingMode, exact ); in extF80M_to_ui32()
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/
H A Dinternals.h62 softfloat_roundPackToUI32( bool, uint_fast64_t, uint_fast8_t, bool );