/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | ldtoa.c | 63 int be, kind; in __ldtoa() local 77 be = p->ext_exp - (LDBL_MAX_EXP - 1) - (LDBL_MANT_DIG - 1); in __ldtoa() 92 be++; in __ldtoa() 104 ret = gdtoa(&fpi, be, vbits, &kind, mode, ndigits, decpt, rve); in __ldtoa()
|
D | gdtoa.c | 43 ULong *be, *x, *x0; local 58 be = bits + ((nbits - 1) >> kshift); 65 } while(++bits <= be); 116 (fpi, be, bits, kindp, mode, ndigits, decpt, rve) in gdtoa() argument 117 FPI *fpi; int be; ULong *bits; in gdtoa() 120 (FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve) 193 be0 = be; 196 be += i; 207 i = be + bbits - 1; 253 j = be + bbits - 1; [all …]
|
D | dtoa.c | 118 int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1, local 200 b = d2b(dval(&d), &be, &bbits); 249 i = bbits + be + (Bias + (P-1) - 1); 442 if (be >= 0 && k <= Int_max) { 504 denorm ? be + (Bias + (P-1) - 1 + 1) : 507 1 + 4*P - 3 - bbits + ((bbits + be - 1) & 3);
|
D | gdtoa.h | 109 extern char* __gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp,
|
D | strtodg.c | 354 ULong *b, *be, y, z; local 1110 be = b + ((fpi->nbits + 31) >> 5); 1111 while(b < be) 1114 *--be >>= (32 - j);
|
D | gdtoaimp.h | 274 Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined.
|
/bionic/tools/bionicbb/ |
D | README.md | 39 `~/.netrc`. The HTTP password can be obtained from the [Gerrit HTTP password 55 Bionicbb polls a gmail account to find changes that need to be built. The gmail 57 it finds interesting. This is a rather ugly hack, but it seems to be the 60 Gerrit does offer a streaming notification service that would be _far_ better, 64 Another option would be polling gerrit itself, but we'd have to process each 65 change every time to see if it should be built, whereas project watches allow us 79 directory needs to be nuked.
|
/bionic/libc/arch-x86_64/bionic/ |
D | syscall.S | 45 # (Not all will be valid, depending on the syscall.)
|
/bionic/libc/bionic/ |
D | NetdClient.cpp | 18 #error NetdClient.cpp should NOT be included in static libc builds.
|
D | time64.c | 32 #error This cruft should be LP32 only!
|
/bionic/libc/kernel/ |
D | README.TXT | 2 can safely be included by userland applications and libraries. 13 They can be included from C++, or when compiling code in strict ANSI mode. 14 They can be also included before or after any Bionic C library header.
|
/bionic/libc/arch-x86/bionic/ |
D | syscall.S | 31 # (Not all will be valid, depending on the syscall.)
|
/bionic/ |
D | README.md | 62 # because it's architecture-specific. There will be a .mk file in here that 87 # in external/kernel-headers/. These files must not be edited directly. The 88 # generate_uapi_headers.sh script should be used to go from a kernel tree to 90 # details. The update_all.py script should be used to regenerate bionic's 118 # legacy mess that needs to be sorted out, either by replacing it with 184 modules will not be built. Note that `make checkbuild` will not be complete
|
/bionic/tools/relocation_packer/ |
D | LICENSE | 14 // contributors may be used to endorse or promote products derived from
|
/bionic/libstdc++/include/ |
D | cassert | 32 * can be included multiple times with different definition of NDEBUG, hence the
|
/bionic/libc/ |
D | NOTICE | 12 names of its contributors may be used to endorse or promote products 43 may be used to endorse or promote products derived from this 71 3. The name of the author may be used to endorse or promote products 113 may be used to endorse or promote products derived from this software 142 may be used to endorse or promote products derived from this software 410 3. The name of the company may not be used to endorse or promote 707 may be used to endorse or promote products derived from this software 728 the name of Digital Equipment Corporation not be used in advertising or 755 may be used to endorse or promote products derived from this software 789 may be used to endorse or promote products derived from this software [all …]
|
D | SYSCALLS.TXT | 23 # - Each parameter type is assumed to be stored in 32 bits.
|
/bionic/libc/dns/nameser/ |
D | ns_name.c | 756 ns_nname_ct ae = a + as, be = b + bs; in ns_name_eq() local 764 if (a + ac >= ae || b + bc >= be) { in ns_name_eq()
|
/bionic/libm/ |
D | NOTICE | 200 may be used to endorse or promote products derived from this software 233 may be used to endorse or promote products derived from this software 265 may be used to endorse or promote products derived from this software 298 may be used to endorse or promote products derived from this software 353 3. The name of the author may not be used to endorse or promote products 1019 contributors may be used to endorse or promote products derived 1050 contributors may be used to endorse or promote products derived 1081 * may be used to endorse or promote products derived from this software
|