Lines Matching defs:twice
172 /* A bit of a hack: call vector functions twice with the same
270 int twice;
306 # define F(x, x_wrap, x_long, x_mpfr, a, s, t, twice) \
307 { #x, a, s, twice, 0, { .t = x_wrap }, { .t = x_long }, { .t = x_mpfr } },
308 # define SVF(x, x_wrap, x_long, x_mpfr, a, s, t, twice) \
309 { #x, a, s, twice, 1, { .t##_pred = x_wrap }, { .t = x_long }, { .t = x_mpfr } },
311 # define F(x, x_wrap, x_long, x_mpfr, a, s, t, twice) \
312 { #x, a, s, twice, 0, { .t = x_wrap }, { .t = x_long } },
313 # define SVF(x, x_wrap, x_long, x_mpfr, a, s, t, twice) \
314 { #x, a, s, twice, 1, { .t##_pred = x_wrap }, { .t = x_long } },