Searched refs:div_result (Results 1 – 7 of 7) sorted by relevance
498 double div_result; in check_estimate() local506 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() local536 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()
819 float div_result; in check_reciprocal_estimate() local861 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()
1515 float div_result = 1/spec_sp_fargs[i + j]; in test_vx_vector_one_fp_arg() local1516 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()
1147 double div_result; member1172 __ 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);