Searched refs:ISL_BERNSTEIN_FACTORS (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/isl/
H A Disl_options.c83 {"none", ISL_BERNSTEIN_FACTORS | ISL_BERNSTEIN_INTERVALS, 0},
84 {"factors", ISL_BERNSTEIN_FACTORS | ISL_BERNSTEIN_INTERVALS,
85 ISL_BERNSTEIN_FACTORS},
86 {"intervals", ISL_BERNSTEIN_FACTORS | ISL_BERNSTEIN_INTERVALS,
88 {"full", ISL_BERNSTEIN_FACTORS | ISL_BERNSTEIN_INTERVALS,
89 ISL_BERNSTEIN_FACTORS | ISL_BERNSTEIN_INTERVALS},
139 "bernstein-recurse", bernstein_recurse, ISL_BERNSTEIN_FACTORS, NULL)
H A Disl_options_private.h36 #define ISL_BERNSTEIN_FACTORS 1 macro
H A Disl_bernstein.c512 * If bernstein_recurse is set to ISL_BERNSTEIN_FACTORS, we check if
536 if (bset->ctx->opt->bernstein_recurse & ISL_BERNSTEIN_FACTORS)

Completed in 33 milliseconds