Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dbig_rtl.c6116 bigIntType resized_negatedValue; in bigNegate() local
6134 REALLOC_BIG_CHECK_SIZE(resized_negatedValue, negatedValue, pos, pos + 1); in bigNegate()
6135 if (unlikely(resized_negatedValue == NULL)) { in bigNegate()
6140 negatedValue = resized_negatedValue; in bigNegate()
6147 REALLOC_BIG_SIZE_OK(resized_negatedValue, negatedValue, pos, pos - 1); in bigNegate()
6150 if (likely(resized_negatedValue != NULL)) { in bigNegate()
6151 negatedValue = resized_negatedValue; in bigNegate()