Home
last modified time | relevance | path

Searched refs:do_dp (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/none/tests/ppc64/
Dtest_isa_2_06_part2.c624 static Bool do_dp; variable
636 if (do_dp) in test_xvmadd()
641 if (do_dp) in test_xvmadd()
650 if (do_dp) in test_xvnmadd()
655 if (do_dp) in test_xvnmadd()
664 if (do_dp) in test_xvnmsub()
669 if (do_dp) in test_xvnmsub()
678 if (do_dp) in test_xvmsub()
683 if (do_dp) in test_xvmsub()
1333 do_dp = test_group.precision == DOUBLE_TEST ? True : False; in test_vx_aORm_fp_ops()
[all …]
/external/valgrind/none/tests/ppc32/
Dtest_isa_2_06_part2.c624 static Bool do_dp; variable
636 if (do_dp) in test_xvmadd()
641 if (do_dp) in test_xvmadd()
650 if (do_dp) in test_xvnmadd()
655 if (do_dp) in test_xvnmadd()
664 if (do_dp) in test_xvnmsub()
669 if (do_dp) in test_xvnmsub()
678 if (do_dp) in test_xvmsub()
683 if (do_dp) in test_xvmsub()
1333 do_dp = test_group.precision == DOUBLE_TEST ? True : False; in test_vx_aORm_fp_ops()
[all …]
/external/v8/tools/
Dgrokdump.py2980 def do_dp(self, address): member in InspectionShell