Searched refs:src_is_negative (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_06_part3.c428 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))
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_06_part3.c428 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))

Completed in 90 milliseconds