Searched refs:TIMES_TEN (Results 1 – 1 of 1) sorted by relevance
35 #define TIMES_TEN(x) (((x) << 3) + ((x) << 1)) macro236 digit = HIGH_IN_U64 (digit) + TIMES_TEN (arg); in simpleAppendDecimalDigitHighPrecision()240 digit = HIGH_IN_U64 (digit) + TIMES_TEN (arg); in simpleAppendDecimalDigitHighPrecision()