Searched refs:IDIGIT (Results 1 – 1 of 1) sorted by relevance
85 #define IDIGIT(i) ((i < 0) ? 0 : ((i < ndigs) ? (ds[i] - '0') : 0)) in _integerstring_to_big_decimal() macro97 …pd->bsignificand[id] = 1000 * IDIGIT(ids) + 100 * IDIGIT(ids + 1) + 10 * IDIGIT(ids + 2) + IDIGIT(… in _integerstring_to_big_decimal()110 …pd->bsignificand[0] = 1000 * IDIGIT(ids) + 100 * IDIGIT(ids + 1) + 10 * IDIGIT(ids + 2) + IDIGIT(i… in _integerstring_to_big_decimal()