Searched refs:steps_function (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | arctess.cc | 52 #define steps_function(large, small, rate) (max(1, 1+ (int) ((large-small)/rate))); macro 131 int nsteps = steps_function(t1, t2, rate); 162 int nsteps = steps_function(t2,t1,rate); 192 int nsteps = steps_function(s1,s2,rate); 221 int nsteps = steps_function(s2,s1,rate);
|
Completed in 3 milliseconds