Searched refs:div_result_sp (Results 1 – 4 of 4) sorted by relevance
880 unsigned int * div_result_sp = (unsigned int *)&div_result; in check_reciprocal_estimate() local887 *calc_diff_tmp_sp, *div_result_sp, *dst_sp); in check_reciprocal_estimate()889 … result = (*dst_sp & VSX_RECIP_ESTIMATE_MASK_SP) == (*div_result_sp & VSX_RECIP_ESTIMATE_MASK_SP); in check_reciprocal_estimate()
547 unsigned int * div_result_sp = (unsigned int *) &div_result; in check_estimate() local548 …result = (dst_sp[output_vec_idx] & VSX_RECIP_ESTIMATE_MASK_SP) == (*div_result_sp & VSX_RECIP_ESTI… in check_estimate()