Home | History | Annotate | Download | only in gallivm

Lines Matching refs:odd

2521    LLVMValueRef even = NULL, odd = NULL;
2535 * Calculate odd and even terms seperately to decrease data dependency
2553 if (odd)
2554 odd = lp_build_add(bld, coeff, lp_build_mul(bld, x2, odd));
2556 odd = coeff;
2560 if (odd)
2561 return lp_build_add(bld, lp_build_mul(bld, odd, x), even);