Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds