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

  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part3.c 428 Bool src_is_negative = False; local
437 src_is_negative = (*src_dp_ull & 0x8000000000000000ULL) ? True : False;
445 src_is_negative = (*src_sp_uint & 0x80000000) ? True : False;
455 if (!src_is_negative && isinf(SRC))
458 if (src_is_negative)
461 if (src_is_negative && isinf(SRC))
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part3.c 428 Bool src_is_negative = False; local
437 src_is_negative = (*src_dp_ull & 0x8000000000000000ULL) ? True : False;
445 src_is_negative = (*src_sp_uint & 0x80000000) ? True : False;
455 if (!src_is_negative && isinf(SRC))
458 if (src_is_negative)
461 if (src_is_negative && isinf(SRC))
    [all...]

Completed in 585 milliseconds