Lines Matching defs:OPT_CAST
67 #define OPT_CAST(x)367 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);1264 tmp = OPT_CAST(mp_digit) XREALLOC (a->dp, sizeof (mp_digit) * size);2488 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * size);