Home | History | Annotate | Download | only in i18n

Lines Matching refs:DECUSE64

49 /*    c) If DECDPUN>4 or DECUSE64=1, the C99 64-bit int64_t and       */
50 /* uint64_t types may be used. To avoid these, set DECUSE64=0 */
241 #if !DECUSE64
242 #error decNumber.c: DECUSE64 must be 1 when DECDPUN>4
4867 #define FASTMUL (DECUSE64 && DECDPUN<5)