Searched refs:poly0 (Results 1 – 1 of 1) sorted by relevance
107 Sk4f poly0 = ((Sk4f(fA2) * x + Sk4f(fB2)) * x*x + Sk4f(fD2)) * Sk4f(1.f/6.f); in evalcore_n() local108 return over2.thenElse(Sk4f(0), over1.thenElse(poly1, poly0)); in evalcore_n()