Searched refs:hdiff (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dintersect.cc69 REAL hdiff = jarc->head()[param] - value; local in function:Subdivider::partition
72 if( hdiff > 0.0 ) {
74 } else if( hdiff == 0.0 ) {
103 if( hdiff > 0.0 ) {
105 } else if( hdiff == 0.0 ) {
111 if( hdiff > 0.0 ) {
136 } else if( hdiff == 0.0 ) {
407 REAL tdiff, hdiff; local in function:arc_classify
410 hdiff = jarc->head()[0] - value;
413 hdiff
[all...]

Completed in 4 milliseconds