Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dbig_rtl.c3702 boolType big1_negative; in bigCmp() local
3708 big1_negative = IS_NEGATIVE(big1->bigdigits[pos - 1]); in bigCmp()
3710 if (big1_negative != big2_negative) { in bigCmp()
3711 return big1_negative ? -1 : 1; in bigCmp()
3713 return (pos < big2->size) != big1_negative ? -1 : 1; in bigCmp()