Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A D_base_sup.c85 #define IDIGIT(i) ((i < 0) ? 0 : ((i < ndigs) ? (ds[i] - '0') : 0)) in _integerstring_to_big_decimal() macro
97 …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()