HomeSort by relevance Sort by last modified time
    Searched full:res_is_negative (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part3.c 429 Bool res_is_negative = False; local
438 res_is_negative = (dst_dp[output_vec_idx] & 0x8000000000000000ULL) ? True : False;
446 res_is_negative = (dst_sp[output_vec_idx] & 0x80000000) ? True : False;
456 return !res_is_negative && (fpclassify(RES) == FP_ZERO);
462 return res_is_negative && (fpclassify(RES) == FP_ZERO);
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part3.c 429 Bool res_is_negative = False; local
438 res_is_negative = (dst_dp[output_vec_idx] & 0x8000000000000000ULL) ? True : False;
446 res_is_negative = (dst_sp[output_vec_idx] & 0x80000000) ? True : False;
456 return !res_is_negative && (fpclassify(RES) == FP_ZERO);
462 return res_is_negative && (fpclassify(RES) == FP_ZERO);
    [all...]

Completed in 776 milliseconds