Home
last modified time | relevance | path

Searched refs:div_result (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/none/tests/ppc64/
Dtest_isa_2_06_part3.c498 double div_result; in check_estimate() local
506 div_result = 1.0/recip_divisor; in check_estimate()
510 real_diff = fabs(res_dp - div_result); in check_estimate()
511 result = ( ( res_dp == div_result ) in check_estimate()
517 unsigned long long * div_result_dp = (unsigned long long *) &div_result; in check_estimate()
532 float div_result; in check_estimate() local
536 div_result = 1.0/recip_divisor; in check_estimate()
540 real_diff = fabsf(res_sp - div_result); in check_estimate()
541 result = ( ( res_sp == div_result ) in check_estimate()
547 unsigned int * div_result_sp = (unsigned int *) &div_result; in check_estimate()
Dtest_isa_2_07_part2.c819 float div_result; in check_reciprocal_estimate() local
861 div_result = 1.0/recip_divisor; in check_reciprocal_estimate()
865 real_diff = fabs((float)res_dp - div_result); in check_reciprocal_estimate()
866 result = ( ( res_dp == div_result ) in check_reciprocal_estimate()
869 unsigned int * dv = (unsigned int *)&div_result; in check_reciprocal_estimate()
880 unsigned int * div_result_sp = (unsigned int *)&div_result; in check_reciprocal_estimate()
Dtest_isa_2_06_part2.c1515 float div_result = 1/spec_sp_fargs[i + j]; in test_vx_vector_one_fp_arg() local
1516 float real_diff = fabs(sp_res - div_result); in test_vx_vector_one_fp_arg()
1518 ( ( sp_res == div_result ) in test_vx_vector_one_fp_arg()
1519 || ( isnan(sp_res) && isnan(div_result) ) in test_vx_vector_one_fp_arg()
/external/valgrind/none/tests/ppc32/
Dtest_isa_2_06_part3.c498 double div_result; in check_estimate() local
506 div_result = 1.0/recip_divisor; in check_estimate()
510 real_diff = fabs(res_dp - div_result); in check_estimate()
511 result = ( ( res_dp == div_result ) in check_estimate()
517 unsigned long long * div_result_dp = (unsigned long long *) &div_result; in check_estimate()
532 float div_result; in check_estimate() local
536 div_result = 1.0/recip_divisor; in check_estimate()
540 real_diff = fabsf(res_sp - div_result); in check_estimate()
541 result = ( ( res_sp == div_result ) in check_estimate()
547 unsigned int * div_result_sp = (unsigned int *) &div_result; in check_estimate()
Dtest_isa_2_07_part2.c819 float div_result; in check_reciprocal_estimate() local
861 div_result = 1.0/recip_divisor; in check_reciprocal_estimate()
865 real_diff = fabs((float)res_dp - div_result); in check_reciprocal_estimate()
866 result = ( ( res_dp == div_result ) in check_reciprocal_estimate()
869 unsigned int * dv = (unsigned int *)&div_result; in check_reciprocal_estimate()
880 unsigned int * div_result_sp = (unsigned int *)&div_result; in check_reciprocal_estimate()
Dtest_isa_2_06_part2.c1515 float div_result = 1/spec_sp_fargs[i + j]; in test_vx_vector_one_fp_arg() local
1516 float real_diff = fabs(sp_res - div_result); in test_vx_vector_one_fp_arg()
1518 ( ( sp_res == div_result ) in test_vx_vector_one_fp_arg()
1519 || ( isnan(sp_res) && isnan(div_result) ) in test_vx_vector_one_fp_arg()
/external/v8/test/cctest/
Dtest-assembler-arm.cc1147 double div_result; member
1172 __ vstr(d2, r0, OFFSET_OF(T, div_result));
1190 t.div_result = 0;
1212 (bit_cast<int64_t>(t.div_result) >> 32) & 0x7fffffff);
1213 CHECK_EQ(kArmNanLower32, bit_cast<int64_t>(t.div_result) & 0xffffffffu);