Home
last modified time | relevance | path

Searched refs:rdir (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libc/gdtoa/
H A Dgdtoa.c160 int rdir, s2, s5, spec_case, try_quick; local
324 if ( (rdir = fpi->rounding - 1) !=0) {
325 if (rdir < 0)
326 rdir = 2;
328 rdir = 3 - rdir;
333 if (ilim >= 0 && ilim <= Quick_max && try_quick && !rdir
473 if (rdir) {
474 if (rdir == 1)
675 if (j1 == 0 && !mode && !(bits[0] & 1) && !rdir) {
695 if (rdir && (b->wds > 1 || b->x[0])) {
[all …]
/openbsd-src/gnu/usr.bin/cvs/doc/
H A DChangeLog184 * cvs.texinfo (From files): Clean up @var{wdir}/@var{rdir} vs.
3006 where that is what we mean. Use @var{wdir} and @var{rdir} in the
H A Dcvs.texinfo2941 repository as @file{$CVSROOT/yoyodyne/@var{rdir}}, you can do this:
2945 $ cvs import -m "Imported sources" yoyodyne/@var{rdir} yoyo start
2964 $ cvs checkout yoyodyne/@var{rdir} # @r{Explanation below}
2965 $ diff -r @var{wdir} yoyodyne/@var{rdir}