Home
last modified time | relevance | path

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

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