Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dcommon.h186 #define DECIMAL_DIGITS_IN_INTTYPE DECIMAL_DIGITS_IN_INT32TYPE macro
215 #define DECIMAL_DIGITS_IN_INTTYPE DECIMAL_DIGITS_IN_INT64TYPE macro
H A Dsql_oci.c4552 if (precision - scale <= DECIMAL_DIGITS_IN_INTTYPE) {