Searched refs:SECUREC_MUL_TEN (Results 1 – 3 of 3) sorted by relevance
117 #define SECUREC_MUL_TEN(x) ((((x) << 2U) + (x)) << 1U) macro
695 …spec->width = (int)SECUREC_MUL_TEN((unsigned int)spec->width) + (unsigned char)(*fmt - SECUREC_CHA…998 spec->number = SECUREC_MUL_TEN(spec->number);1000 if (spec->number == SECUREC_MUL_TEN(decimalEdge)) {1174 spec->number64 = SECUREC_MUL_TEN(spec->number64);
265 remain = val32 - SECUREC_MUL_TEN(quotient);1051 attr->precision = (int)SECUREC_MUL_TEN((unsigned int)attr->precision) +1076 attr->fldWidth = (int)SECUREC_MUL_TEN((unsigned int)attr->fldWidth) +