Home
last modified time | relevance | path

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

/external/valgrind/none/tests/ppc64/
Dtest_isa_2_07_part2.c815 double src_dp, res_dp; in check_reciprocal_estimate() local
822 src_dp = res_dp = 0; in check_reciprocal_estimate()
828 src_dp = spec_fargs[idx]; in check_reciprocal_estimate()
829 src_dp_ull = (unsigned long long *) &src_dp; in check_reciprocal_estimate()
836 if (isnan(src_dp)) in check_reciprocal_estimate()
838 if (fpclassify(src_dp) == FP_ZERO) in check_reciprocal_estimate()
840 if (!src_is_negative && isinf(src_dp)) in check_reciprocal_estimate()
846 if (src_is_negative && isinf(src_dp)) in check_reciprocal_estimate()
851 recip_divisor = sqrt(src_dp); in check_reciprocal_estimate()
853 recip_divisor = src_dp; in check_reciprocal_estimate()
Dtest_isa_2_06_part3.c457 double src_dp, res_dp; in check_estimate() local
459 src_dp = res_dp = 0; in check_estimate()
461 #define SRC (dp_test ? src_dp : src_sp) in check_estimate()
470 src_dp = spec_fargs[idx]; in check_estimate()
471 src_dp_ull = (unsigned long long *) &src_dp; in check_estimate()
507 recip_divisor = sqrt(src_dp); in check_estimate()
509 recip_divisor = src_dp; in check_estimate()
/external/valgrind/none/tests/ppc32/
Dtest_isa_2_07_part2.c815 double src_dp, res_dp; in check_reciprocal_estimate() local
822 src_dp = res_dp = 0; in check_reciprocal_estimate()
828 src_dp = spec_fargs[idx]; in check_reciprocal_estimate()
829 src_dp_ull = (unsigned long long *) &src_dp; in check_reciprocal_estimate()
836 if (isnan(src_dp)) in check_reciprocal_estimate()
838 if (fpclassify(src_dp) == FP_ZERO) in check_reciprocal_estimate()
840 if (!src_is_negative && isinf(src_dp)) in check_reciprocal_estimate()
846 if (src_is_negative && isinf(src_dp)) in check_reciprocal_estimate()
851 recip_divisor = sqrt(src_dp); in check_reciprocal_estimate()
853 recip_divisor = src_dp; in check_reciprocal_estimate()
Dtest_isa_2_06_part3.c457 double src_dp, res_dp; in check_estimate() local
459 src_dp = res_dp = 0; in check_estimate()
461 #define SRC (dp_test ? src_dp : src_sp) in check_estimate()
470 src_dp = spec_fargs[idx]; in check_estimate()
471 src_dp_ull = (unsigned long long *) &src_dp; in check_estimate()
507 recip_divisor = sqrt(src_dp); in check_estimate()
509 recip_divisor = src_dp; in check_estimate()