HomeSort by: relevance | last modified time | path
    Searched refs:rdiff (Results 1 - 5 of 5) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpf/
reldiff.c 39 mpf_reldiff (mpf_t rdiff, mpf_srcptr x, mpf_srcptr y)
43 mpf_set_ui (rdiff, (unsigned long int) (mpf_sgn (y) != 0));
52 dprec = PREC(rdiff) + ABSIZ(x);
53 ASSERT (PREC(rdiff)+1 == dprec - ABSIZ(x) + 1);
60 mpf_div (rdiff, d, x);
  /src/external/gpl2/rcs/dist/
configure 437 # On some systems, the RCS-compatible diff program is called `rdiff';
448 for i in diff /usr/lib/rdiff rdiff
  /src/external/gpl3/gcc/dist/libquadmath/math/
lgammaq_neg.c 531 __float128 rdiff = -xdiff / (y * y0); local
533 __float128 dlast = rdiff, elast = rdiff * yr * (yr + y0r);
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
lgammaq_neg.c 531 __float128 rdiff = -xdiff / (y * y0); local
533 __float128 dlast = rdiff, elast = rdiff * yr * (yr + y0r);
  /src/external/gpl2/xcvs/dist/src/
sanity.sh 521 # Regexp to match a date in standard Unix format as used by rdiff
522 # FIXCVS: There's no reason for rdiff to use a different date format
1660 tests="${tests} rdiff rdiff-short"
4429 # rdiff by revision
4430 dotest basic2-24 "${testcvs} rdiff -r1.1 -rrtagged-by-head first-dir" \
4431 "${SPROG} rdiff: Diffing first-dir
4449 ${SPROG} rdiff: Diffing first-dir/dir1
4467 ${SPROG} rdiff: Diffing first-dir/dir1/dir2
4485 dotest basic2-24a "${testcvs} rdiff -l -r1.1 -rrtagged-by-head first-dir"
    [all...]

Completed in 36 milliseconds