Home
last modified time | relevance | path

Searched refs:FloatX80RoundPrec (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/fpu/
H A Dsoftfloat-helpers.h72 static inline void set_floatx80_rounding_precision(FloatX80RoundPrec val, in set_floatx80_rounding_precision()
123 static inline FloatX80RoundPrec
H A Dsoftfloat-types.h171 } FloatX80RoundPrec; typedef
183 FloatX80RoundPrec floatx80_rounding_precision;
H A Dsoftfloat.h1193 floatx80 roundAndPackFloatx80(FloatX80RoundPrec roundingPrecision, bool zSign,
1206 floatx80 normalizeRoundAndPackFloatx80(FloatX80RoundPrec roundingPrecision,
/openbmc/qemu/target/m68k/
H A Dsoftfloat.c231 FloatX80RoundPrec user_rnd_prec; in floatx80_lognp1()
431 FloatX80RoundPrec user_rnd_prec; in floatx80_logn()
600 FloatX80RoundPrec user_rnd_prec; in floatx80_log10()
658 FloatX80RoundPrec user_rnd_prec; in floatx80_log2()
726 FloatX80RoundPrec user_rnd_prec; in floatx80_etox()
911 FloatX80RoundPrec user_rnd_prec; in floatx80_twotox()
1062 FloatX80RoundPrec user_rnd_prec; in floatx80_tentox()
1218 FloatX80RoundPrec user_rnd_prec; in floatx80_tan()
1429 FloatX80RoundPrec user_rnd_prec; in floatx80_sin()
1669 FloatX80RoundPrec user_rnd_prec; in floatx80_cos()
[all …]
H A Dfpu_helper.c169 FloatX80RoundPrec old = \
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11.c100 FloatX80RoundPrec rounding_precision; in SetRoundingPrecision()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c242 static FloatX80RoundPrec tmp_maximise_precision(float_status *st) in tmp_maximise_precision()
244 FloatX80RoundPrec old = get_floatx80_rounding_precision(st); in tmp_maximise_precision()
252 FloatX80RoundPrec old = tmp_maximise_precision(&env->fp_status); in helper_fildl_ST0()
265 FloatX80RoundPrec old = tmp_maximise_precision(&env->fp_status); in helper_fildll_ST0()
705 FloatX80RoundPrec rnd_prec; in update_fp_status()
1112 FloatX80RoundPrec save_prec = in helper_f2xm1()
1332 FloatX80RoundPrec save_prec = in helper_fpatan()
1410 FloatX80RoundPrec save_prec = in helper_fpatan()
2047 FloatX80RoundPrec save_prec = in helper_fyl2xp1()
2150 FloatX80RoundPrec save_prec = in helper_fyl2x()
[all …]
/openbmc/qemu/tests/fp/
H A Dfp-test.c976 FloatX80RoundPrec qsf_prec80 = floatx80_precision_x; in run_test()
/openbmc/qemu/fpu/
H A Dsoftfloat.c4947 floatx80 roundAndPackFloatx80(FloatX80RoundPrec roundingPrecision, bool zSign, in roundAndPackFloatx80()
5146 floatx80 normalizeRoundAndPackFloatx80(FloatX80RoundPrec roundingPrecision, in normalizeRoundAndPackFloatx80()