Home
last modified time | relevance | path

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

/sysdeps/ieee754/ldbl-128ibm/
A Ds_fromfpl_main.c70 bool half_bit, more_bits; in FUNC() local
76 more_bits = false; in FUNC()
82 more_bits = (hx & (h - 1)) != 0; in FUNC()
89 more_bits = true; in FUNC()
118 more_bits |= lo_more_bits; in FUNC()
128 if (lo_more_bits && !more_bits) in FUNC()
133 more_bits = true; in FUNC()
139 more_bits = true; in FUNC()
145 return fromfp_round_and_return (negative, uret, half_bit, more_bits, round, in FUNC()
/sysdeps/ieee754/dbl-64/
A Ds_fromfp_main.c60 bool half_bit, more_bits; in FUNC() local
66 more_bits = false; in FUNC()
72 more_bits = (ix & (h - 1)) != 0; in FUNC()
79 more_bits = true; in FUNC()
81 return fromfp_round_and_return (negative, uret, half_bit, more_bits, round, in FUNC()
/sysdeps/ieee754/flt-32/
A Ds_fromfpf_main.c60 bool half_bit, more_bits; in FUNC() local
66 more_bits = false; in FUNC()
72 more_bits = (ix & (h - 1)) != 0; in FUNC()
79 more_bits = true; in FUNC()
81 return fromfp_round_and_return (negative, uret, half_bit, more_bits, round, in FUNC()
/sysdeps/ieee754/ldbl-96/
A Ds_fromfpl_main.c59 bool half_bit, more_bits; in FUNC() local
65 more_bits = false; in FUNC()
71 more_bits = (ix & (h - 1)) != 0; in FUNC()
81 more_bits = true; in FUNC()
83 return fromfp_round_and_return (negative, uret, half_bit, more_bits, round, in FUNC()
/sysdeps/ieee754/ldbl-128/
A Ds_fromfpl_main.c60 bool half_bit, more_bits; in FUNC() local
70 more_bits = (lx & (h - 1)) != 0; in FUNC()
79 more_bits = ((hx & (h - 1)) | lx) != 0; in FUNC()
87 more_bits = true; in FUNC()
89 return fromfp_round_and_return (negative, uret, half_bit, more_bits, round, in FUNC()

Completed in 9 milliseconds