Lines Matching refs:frac_lo
64 unsigned int frac_lo:32; member
123 D.layout.exp, D.layout.frac_hi, D.layout.frac_lo); in print_double()
239 D.layout.frac_lo = 1; in init()
303 (R.layout.frac_lo != E.layout.frac_lo) || in check_long_to_dbl_round()
497 (R.layout.frac_lo != E.layout.frac_lo) || in check_single_arithmetic_op()
791 (Res.layout.frac_lo != Exp.layout.frac_lo) || in check_single_guarded_arithmetic_op()
918 B.layout.frac_lo = g; in check_double_guarded_arithmetic_op()
929 Z.layout.frac_lo = g >> 3; in check_double_guarded_arithmetic_op()
936 A.layout.frac_lo = 0x2; in check_double_guarded_arithmetic_op()
939 B.layout.frac_lo = g; in check_double_guarded_arithmetic_op()
945 Z.layout.frac_lo = guard>>3; in check_double_guarded_arithmetic_op()
953 A.layout.frac_lo = g; in check_double_guarded_arithmetic_op()
960 Z.layout.frac_lo = g + (g>>3); in check_double_guarded_arithmetic_op()
969 A.layout.frac_lo = g; in check_double_guarded_arithmetic_op()
975 A.layout.frac_lo = 1; in check_double_guarded_arithmetic_op()
983 Z.layout.frac_lo = g + (g>>3) + ((g & 7)>> 2 ? 1 : 0); in check_double_guarded_arithmetic_op()
994 Z.layout.frac_lo = 0x1; in check_double_guarded_arithmetic_op()
1007 Z.layout.frac_lo = div_guard_cases[g].lo; in check_double_guarded_arithmetic_op()
1015 Z.layout.frac_lo = sqrt_guard_cases[g].lo; in check_double_guarded_arithmetic_op()
1028 LSB = Z.layout.frac_lo & 1; in check_double_guarded_arithmetic_op()
1032 Z.layout.frac_lo += 1; in check_double_guarded_arithmetic_op()
1132 (Res.layout.frac_lo != Exp.layout.frac_lo) || in check_double_guarded_arithmetic_op()