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

  /external/valgrind/main/none/tests/ppc64/
test_isa_2_07_part2.c 807 Bool src_is_negative = False; local
814 src_is_negative = (*src_dp_ull & 0x8000000000000000ULL) ? True : False;
824 if (!src_is_negative && isinf(src_dp))
827 if (src_is_negative)
830 if (src_is_negative && isinf(src_dp))
    [all...]
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part3.c 452 Bool src_is_negative = False; local
461 src_is_negative = (*src_dp_ull & 0x8000000000000000ULL) ? True : False;
469 src_is_negative = (*src_sp_uint & 0x80000000) ? True : False;
479 if (!src_is_negative && isinf(SRC))
482 if (src_is_negative)
485 if (src_is_negative && isinf(SRC))
    [all...]

Completed in 56 milliseconds