Lines Matching refs:frac_lo
68 unsigned int frac_lo:32; member
76 unsigned int frac_lo:32;
136 D.layout.exp, D.layout.frac_hi, D.layout.frac_lo); in print_double()
249 D.layout.frac_lo = 1; in init()
313 (R.layout.frac_lo != E.layout.frac_lo) || in check_long_to_dbl_round()
507 (R.layout.frac_lo != E.layout.frac_lo) || in check_single_arithmetic_op()
801 (Res.layout.frac_lo != Exp.layout.frac_lo) || in check_single_guarded_arithmetic_op()
942 B.layout.frac_lo = g; in check_double_guarded_arithmetic_op()
953 Z.layout.frac_lo = g >> 3; in check_double_guarded_arithmetic_op()
960 A.layout.frac_lo = 0x2; in check_double_guarded_arithmetic_op()
963 B.layout.frac_lo = g; in check_double_guarded_arithmetic_op()
969 Z.layout.frac_lo = guard>>3; in check_double_guarded_arithmetic_op()
977 A.layout.frac_lo = g; in check_double_guarded_arithmetic_op()
984 Z.layout.frac_lo = g + (g>>3); in check_double_guarded_arithmetic_op()
993 A.layout.frac_lo = g; in check_double_guarded_arithmetic_op()
999 A.layout.frac_lo = 1; in check_double_guarded_arithmetic_op()
1007 Z.layout.frac_lo = g + (g>>3) + ((g & 7)>> 2 ? 1 : 0); in check_double_guarded_arithmetic_op()
1018 Z.layout.frac_lo = 0x1; in check_double_guarded_arithmetic_op()
1031 Z.layout.frac_lo = div_guard_cases[g].lo; in check_double_guarded_arithmetic_op()
1039 Z.layout.frac_lo = sqrt_guard_cases[g].lo; in check_double_guarded_arithmetic_op()
1052 LSB = Z.layout.frac_lo & 1; in check_double_guarded_arithmetic_op()
1056 Z.layout.frac_lo += 1; in check_double_guarded_arithmetic_op()
1156 (Res.layout.frac_lo != Exp.layout.frac_lo) || in check_double_guarded_arithmetic_op()