Searched refs:softfloat_roundPackToUI32 (Results 1 – 8 of 8) sorted by relevance
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/source/ |
| H A D | f64_to_ui32.c | 61 return softfloat_roundPackToUI32( sign, sig, roundingMode, exact ); in f64_to_ui32()
|
| H A D | extF80_to_ui32.c | 62 return softfloat_roundPackToUI32( sign, sig, roundingMode, exact ); in extF80_to_ui32()
|
| H A D | s_roundPackToUI32.c | 45 softfloat_roundPackToUI32( in softfloat_roundPackToUI32() function
|
| H A D | f32_to_ui32.c | 65 return softfloat_roundPackToUI32( sign, sig64, roundingMode, exact ); in f32_to_ui32()
|
| H A D | f128_to_ui32.c | 67 return softfloat_roundPackToUI32( sign, sig64, roundingMode, exact ); in f128_to_ui32()
|
| H A D | f128M_to_ui32.c | 76 softfloat_roundPackToUI32( in f128M_to_ui32()
|
| H A D | extF80M_to_ui32.c | 88 return softfloat_roundPackToUI32( sign, sig, roundingMode, exact ); in extF80M_to_ui32()
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
| H A D | internals.h | 62 softfloat_roundPackToUI32( bool, uint_fast64_t, uint_fast8_t, bool );
|