Home
last modified time | relevance | path

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

/external/valgrind/none/tests/ppc32/
Dtest_isa_2_06_part3.c497 double recip_divisor; in check_estimate() local
502 recip_divisor = sqrt(src_dp); in check_estimate()
504 recip_divisor = src_dp; in check_estimate()
506 div_result = 1.0/recip_divisor; in check_estimate()
507 calc_diff_tmp = recip_divisor * 16384.0; in check_estimate()
534 float recip_divisor = sqrt(src_sp); in check_estimate() local
536 div_result = 1.0/recip_divisor; in check_estimate()
537 calc_diff_tmp = recip_divisor * 16384.0; in check_estimate()
Dtest_isa_2_07_part2.c818 double recip_divisor; in check_reciprocal_estimate() local
851 recip_divisor = sqrt(src_dp); in check_reciprocal_estimate()
853 recip_divisor = src_dp; in check_reciprocal_estimate()
861 div_result = 1.0/recip_divisor; in check_reciprocal_estimate()
862 calc_diff_tmp = recip_divisor * 16384.0; in check_reciprocal_estimate()
/external/valgrind/none/tests/ppc64/
Dtest_isa_2_06_part3.c497 double recip_divisor; in check_estimate() local
502 recip_divisor = sqrt(src_dp); in check_estimate()
504 recip_divisor = src_dp; in check_estimate()
506 div_result = 1.0/recip_divisor; in check_estimate()
507 calc_diff_tmp = recip_divisor * 16384.0; in check_estimate()
534 float recip_divisor = sqrt(src_sp); in check_estimate() local
536 div_result = 1.0/recip_divisor; in check_estimate()
537 calc_diff_tmp = recip_divisor * 16384.0; in check_estimate()
Dtest_isa_2_07_part2.c818 double recip_divisor; in check_reciprocal_estimate() local
851 recip_divisor = sqrt(src_dp); in check_reciprocal_estimate()
853 recip_divisor = src_dp; in check_reciprocal_estimate()
861 div_result = 1.0/recip_divisor; in check_reciprocal_estimate()
862 calc_diff_tmp = recip_divisor * 16384.0; in check_reciprocal_estimate()