HomeSort by relevance Sort by last modified time
    Searched refs:bincoeff (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_eval.c 86 GLfloat s, powert, bincoeff; local
90 bincoeff = (GLfloat) (order - 1);
94 out[k] = s * cp[k] + bincoeff * t * cp[dim + k];
98 bincoeff *= (GLfloat) (order - i);
99 bincoeff *= inv_tab[i];
102 out[k] = s * out[k] + bincoeff * powert * cp[k];
135 GLfloat s, poweru, bincoeff; local
144 bincoeff = (GLfloat) (uorder - 1);
148 cp[j * dim + k] = s * ucp[k] + bincoeff * u * ucp[uinc + k];
152 bincoeff *= (GLfloat) (uorder - i)
    [all...]
  /external/mesa3d/src/mesa/math/
m_eval.c 77 GLfloat s, powert, bincoeff; local
81 bincoeff = (GLfloat) (order - 1);
85 out[k] = s * cp[k] + bincoeff * t * cp[dim + k];
89 bincoeff *= (GLfloat) (order - i);
90 bincoeff *= inv_tab[i];
93 out[k] = s * out[k] + bincoeff * powert * cp[k];
126 GLfloat s, poweru, bincoeff; local
135 bincoeff = (GLfloat) (uorder - 1);
139 cp[j * dim + k] = s * ucp[k] + bincoeff * u * ucp[uinc + k];
143 bincoeff *= (GLfloat) (uorder - i)
    [all...]

Completed in 395 milliseconds