Lines Matching refs:test
575 int test = 0;
578 test = 1;
584 test = 1;
588 test = 0;
592 test = -1;
597 test = -1;
599 if (test == 0)
619 if (test > 0)
631 int test = 0;
634 test = 1;
640 test = 1;
644 test = 0;
648 test = -1;
653 test = -1;
655 if (test == 0)
675 if (test < 0)
758 int test = 0;
761 test = 1;
767 test = 1;
773 test = 1;
777 test = 0;
781 test = -1;
786 test = -1;
791 test = -1;
793 if (test == 0)
813 if (test > 0)
825 int test = 0;
828 test = 1;
834 test = 1;
840 test = 1;
844 test = 0;
848 test = -1;
853 test = -1;
858 test = -1;
860 if (test == 0)
880 if (test < 0)
961 int test = 0;
964 test = 1;
970 test = 1;
974 test = 0;
978 test = -1;
983 test = -1;
985 if (test == 0)
1005 if (test > 0)
1017 int test = 0;
1020 test = 1;
1026 test = 1;
1030 test = 0;
1034 test = -1;
1039 test = -1;
1041 if (test == 0)
1061 if (test < 0)
1724 int test = CmpToVert (pvalx, list[le].x,pvals,list[le].starting);
1725 if (test == 0)
1748 if (test > 0)
1760 int test = CmpToVert (pvalx, list[ri].x,pvals,list[ri].starting);
1761 if (test == 0)
1784 if (test < 0)
2272 /* TODO: Efficiency: In one test case (scribbling with the freehand tool to create a small number of long
2275 ** CPU time, due to allowing early termination. I don't know how much the L1 test helps, it