Searched refs:ax_ (Results 1 – 3 of 3) sorted by relevance
20 return ((ax_ * t + bx_) * t + cx_) * t; in SampleCurveX()28 return (3.0 * ax_ * t + 2.0 * bx_) * t + cx_; in SampleCurveDerivativeX()77 double ax_; variable
32 ax_ = 1.0 - cx_ - bx_; in InitCoefficients()
67 - Switched to git.mk, many ax_ makros and away from gnulib