Home
last modified time | relevance | path

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

/coreutils/src/
Dsystem.h567 #define DECIMAL_DIGIT_ACCUMULATE(Accum, Digit_val, Type) \ argument
572 || (Type) ((Accum) * 10 + (Digit_val)) < (Accum)) \
574 : (((Accum) = (Accum) * 10 + (Digit_val)), true))) \