Searched defs:sign (Results 1 – 2 of 2) sorted by relevance
524 const char *sign = U ? "+" : "-"; in DumpThumb32() local619 const char *sign = U ? "+" : "-"; in DumpThumb32() local
323 int sign = ((small_float & 0x80) == 0) ? 1 : -1; in DecodeImmSingle() local