Home
last modified time | relevance | path

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

/external/valgrind/none/tests/ppc64/
Dround.c68 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()
[all …]
/external/valgrind/none/tests/ppc32/
Dround.c68 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()
[all …]