Searched refs:more_bits (Results 1 – 5 of 5) sorted by relevance
/sysdeps/ieee754/ldbl-128ibm/ |
A D | s_fromfpl_main.c | 70 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 D | s_fromfp_main.c | 60 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 D | s_fromfpf_main.c | 60 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 D | s_fromfpl_main.c | 59 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 D | s_fromfpl_main.c | 60 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