Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
H A Df64_to_i32.c62 return softfloat_roundPackToI32( sign, sig, roundingMode, exact ); in f64_to_i32()
H A Df32_to_i32.c66 return softfloat_roundPackToI32( sign, sig64, roundingMode, exact ); in f32_to_i32()
H A DextF80_to_i32.c63 return softfloat_roundPackToI32( sign, sig, roundingMode, exact ); in extF80_to_i32()
H A Df128_to_i32.c67 return softfloat_roundPackToI32( sign, sig64, roundingMode, exact ); in f128_to_i32()
H A Ds_roundPackToI32.c45 softfloat_roundPackToI32( in softfloat_roundPackToI32() function
H A Df128M_to_i32.c83 return softfloat_roundPackToI32( sign, sig64, roundingMode, exact ); in f128M_to_i32()
H A DextF80M_to_i32.c89 return softfloat_roundPackToI32( sign, sig, roundingMode, exact ); in extF80M_to_i32()
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/
H A Dinternals.h74 softfloat_roundPackToI32( bool, uint_fast64_t, uint_fast8_t, bool );