Searched refs:iMult (Results 1 – 1 of 1) sorted by relevance
24396 static const struct { char *zSuffix; unsigned int iMult; } aMult[] = { in integerValue() member24434 if( 0x7fffffffffffffffULL/aMult[i].iMult < v ) goto integer_overflow; in integerValue()24435 v *= aMult[i].iMult; in integerValue()