Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dcbigint.cpp35 #define TIMES_TEN(x) (((x) << 3) + ((x) << 1)) macro
236 digit = HIGH_IN_U64 (digit) + TIMES_TEN (arg); in simpleAppendDecimalDigitHighPrecision()
240 digit = HIGH_IN_U64 (digit) + TIMES_TEN (arg); in simpleAppendDecimalDigitHighPrecision()