Home
last modified time | relevance | path

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

/openbmc/qemu/fpu/
H A Dsoftfloat.c547 static const FloatFmt float16_params = { variable
605 unpack_raw64(p, &float16_params, f); in float16_unpack_raw()
662 return make_float16(pack_raw64(p, &float16_params)); in float16_pack_raw()
1661 float16a_unpack_canonical(p, f, s, &float16_params); in float16_unpack_canonical()
1682 return float16a_round_pack_canonical(p, s, &float16_params); in float16_round_pack_canonical()
2752 const FloatFmt *fmt16 = ieee ? &float16_params : &float16_params_ahp; in float16_to_float32()
2762 const FloatFmt *fmt16 = ieee ? &float16_params : &float16_params_ahp; in float16_to_float64()
2778 fmt = &float16_params; in float32_to_float16()
2820 fmt = &float16_params; in float64_to_float16()
2989 parts_round_to_int(&p, s->float_rounding_mode, 0, s, &float16_params); in float16_round_to_int()
[all …]