Home | History | Annotate | Download | only in native

Lines Matching refs:D2

341   uint64_t* D2;
344 x = y = D = D2 = 0;
358 free(D2);
437 allocateU64 (D2, D2Length);
439 multiplyHighPrecision (D, DLength, &m, 1, D2, D2Length);
442 comparison2 = compareHighPrecision (D2, D2Length, y, yLength);
447 simpleShiftLeftHighPrecision (D2, D2Length, 1);
448 if (compareHighPrecision (D2, D2Length, y, yLength) > 0)
503 free(D2);
512 free(D2);
818 uint64_t* D2;
822 x = y = D = D2 = 0;
836 free(D2);
915 allocateU64 (D2, D2Length);
917 multiplyHighPrecision (D, DLength, &m, 1, D2, D2Length);
920 comparison2 = compareHighPrecision (D2, D2Length, y, yLength);
925 simpleShiftLeftHighPrecision (D2, D2Length, 1);
926 if (compareHighPrecision (D2, D2Length, y, yLength) > 0)
981 free(D2);
989 free(D2);