Home
last modified time | relevance | path

Searched refs:src_dp_ull (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/none/tests/ppc32/
Dtest_isa_2_07_part2.c826 unsigned long long * src_dp_ull; in check_reciprocal_estimate() local
829 src_dp_ull = (unsigned long long *) &src_dp; in check_reciprocal_estimate()
830 src_is_negative = (*src_dp_ull & 0x8000000000000000ULL) ? True : False; in check_reciprocal_estimate()
Dtest_isa_2_06_part3.c463 unsigned long long * src_dp_ull; in check_estimate() local
466 src_dp_ull = (unsigned long long *) &src_dp; in check_estimate()
467 src_is_negative = (*src_dp_ull & 0x8000000000000000ULL) ? True : False; in check_estimate()
/external/valgrind/none/tests/ppc64/
Dtest_isa_2_07_part2.c826 unsigned long long * src_dp_ull; in check_reciprocal_estimate() local
829 src_dp_ull = (unsigned long long *) &src_dp; in check_reciprocal_estimate()
830 src_is_negative = (*src_dp_ull & 0x8000000000000000ULL) ? True : False; in check_reciprocal_estimate()
Dtest_isa_2_06_part3.c463 unsigned long long * src_dp_ull; in check_estimate() local
466 src_dp_ull = (unsigned long long *) &src_dp; in check_estimate()
467 src_is_negative = (*src_dp_ull & 0x8000000000000000ULL) ? True : False; in check_estimate()