Searched refs:res_is_negative (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_07_part2.c808 Bool res_is_negative = False; local
815 res_is_negative = (dst_dp[output_vec_idx] & 0x8000000000000000ULL) ? True : False;
825 return !res_is_negative && (fpclassify(res_dp) == FP_ZERO);
831 return res_is_negative && (fpclassify(res_dp) == FP_ZERO);
H A Dtest_isa_2_06_part3.c453 Bool res_is_negative = False; local
462 res_is_negative = (dst_dp[output_vec_idx] & 0x8000000000000000ULL) ? True : False;
470 res_is_negative = (dst_sp[output_vec_idx] & 0x80000000) ? True : False;
480 return !res_is_negative && (fpclassify(RES) == FP_ZERO);
486 return res_is_negative && (fpclassify(RES) == FP_ZERO);
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_07_part2.c808 Bool res_is_negative = False; local
815 res_is_negative = (dst_dp[output_vec_idx] & 0x8000000000000000ULL) ? True : False;
825 return !res_is_negative && (fpclassify(res_dp) == FP_ZERO);
831 return res_is_negative && (fpclassify(res_dp) == FP_ZERO);
H A Dtest_isa_2_06_part3.c453 Bool res_is_negative = False; local
462 res_is_negative = (dst_dp[output_vec_idx] & 0x8000000000000000ULL) ? True : False;
470 res_is_negative = (dst_sp[output_vec_idx] & 0x80000000) ? True : False;
480 return !res_is_negative && (fpclassify(RES) == FP_ZERO);
486 return res_is_negative && (fpclassify(RES) == FP_ZERO);

Completed in 69 milliseconds