Home
last modified time | relevance | path

Searched refs:twos_complement_representation (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dstabsread.c3779 int twos_complement_representation = 0; in read_huge_number() local
3822 twos_complement_representation = 1; in read_huge_number()
3834 if (twos_complement_representation) in read_huge_number()
3916 if (sign == -1 && !twos_complement_representation) in read_huge_number()