Home | History | Annotate | Download | only in src

Lines Matching refs:mult1

75     int mult, mult1, mult2;
87 mult1 = vec1_x * vec0_y - vec0_x * vec1_y;
90 if( mult1 == 0 ) {
96 if( mult1 > 0 && mult2 < 0 ) {
99 if( mult1 < 0 && mult2 > 0 ) {
108 if( mult1 > 0 )
116 } // if( mult1 > 0 )
119 if( mult1 != 0 ) {
126 } // if( mult1 != 0 )
134 } // if( mult1 != 0 ) else
136 } // if( mult1 > 0 ) else