OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sol_2
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/gfx/geometry/
cubic_bezier.cc
116
double
sol_2
= 0;
local
122
sol_2
= eval_bezier(y1_, y2_, t_2);
124
*min = std::min(std::min(*min, sol_1),
sol_2
);
125
*max = std::max(std::max(*max, sol_1),
sol_2
);
Completed in 51 milliseconds