Searched refs:floatx80_round_to_int (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/arm/nwfpe/ |
H A D | extended_cpdo.c | 72 [RND_CODE >> 20] = floatx80_round_to_int, 73 [URD_CODE >> 20] = floatx80_round_to_int,
|
H A D | softfloat.h | 214 floatx80 floatx80_round_to_int( struct roundingData *, floatx80 );
|
H A D | softfloat.c | 2670 floatx80 floatx80_round_to_int( struct roundingData *roundData, floatx80 a ) in floatx80_round_to_int() function
|
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | extended_cpdo.c | 160 fpa11->fpreg[Fd].fExtended = floatx80_round_to_int(rFm, &fpa11->fp_status); in ExtendedCPDO()
|
/openbmc/qemu/target/m68k/ |
H A D | fpu_helper.c | 90 res->d = floatx80_round_to_int(val->d, &env->fp_status); in HELPER() 158 res->d = floatx80_round_to_int(val->d, &env->fp_status); in HELPER()
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 435 ret = floatx80_round_to_int(a, &qsf);
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 961 floatx80 floatx80_round_to_int(floatx80, float_status *status);
|
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 2262 ST0 = floatx80_round_to_int(ST0, &env->fp_status); in helper_frndint()
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 3029 floatx80 floatx80_round_to_int(floatx80 a, float_status *status) in floatx80_round_to_int() function
|