OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:poweru
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/math/
m_eval.c
135
GLfloat s,
poweru
, bincoeff;
local
150
for (i = 2, ucp += 2 * uinc,
poweru
= u * u; i < uorder;
151
i++,
poweru
*= u, ucp += uinc) {
157
s * cp[j * dim + k] + bincoeff *
poweru
* ucp[k];
/external/mesa3d/src/mesa/math/
m_eval.c
126
GLfloat s,
poweru
, bincoeff;
local
141
for (i = 2, ucp += 2 * uinc,
poweru
= u * u; i < uorder;
142
i++,
poweru
*= u, ucp += uinc) {
148
s * cp[j * dim + k] + bincoeff *
poweru
* ucp[k];
Completed in 67 milliseconds