Home | History | Annotate | Download | only in src

Lines Matching full:dptr

827         double* Dptr = D->data.db + i*6;
841 Dptr[0] = x * x;
842 Dptr[1] = x * y;
843 Dptr[2] = y * y;
844 Dptr[3] = x;
845 Dptr[4] = y;
846 Dptr[5] = 1.;