Searched defs:rd (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dstrtodg.c178 (d, fpi, exp, bits, exact, rd, irv)
179 U *d; FPI *fpi; Long *exp; ULong *bits; int exact, rd, *irv;
181 (U *d, FPI *fpi, Long *exp, ULong *bits, int exact, int rd, int *irv)
215 switch(rd) {
348 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
554 rd = 0;
557 rd = 2 - sign;
560 rd = 1;
563 rd = 1 + sign;
580 if (rvOK(&rv, fpi, exp, bits, 1, rd,
[all...]
/bionic/libc/include/arpa/
H A Dnameser_compat.h109 unsigned rd: 1; /* recursion desired */ member in struct:__anon26
119 unsigned rd :1; /* recursion desired */ member in struct:__anon26

Completed in 290 milliseconds