Searched refs:softfloat_roundToUI64 (Results 1 - 7 of 7) sorted by relevance

/seL4-camkes-master/tools/riscv-pk/softfloat/
H A DextF80_to_ui64.c81 return softfloat_roundToUI64( sign, sig, sigExtra, roundingMode, exact );
H A Ds_roundToUI64.c45 softfloat_roundToUI64( function
H A Df128_to_ui64.c93 return softfloat_roundToUI64( sign, sig64, sig0, roundingMode, exact );
H A Df16_to_ui64.c86 softfloat_roundToUI64(
H A Df32_to_ui64.c86 return softfloat_roundToUI64( sign, sig64, extra, roundingMode, exact );
H A Df64_to_ui64.c78 softfloat_roundToUI64(
H A Dinternals.h65 softfloat_roundToUI64(

Completed in 88 milliseconds