/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | gdtoaimp.h | 183 #define ULong uint32_t macro 269 #define word0(x) ((ULong *)&x)[1] 270 #define word1(x) ((ULong *)&x)[0] 272 #define word0(x) ((ULong *)&x)[0] 273 #define word1(x) ((ULong *)&x)[1] 479 ULong x[1]; 489 #define Bcopy(x,y) memcpy_D2A(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int)) 491 #define Bcopy(x,y) memcpy(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int)) 549 extern void ULtof (ULong*, ULong*, Long, int); 550 extern void ULtod (ULong*, ULong*, Long, int); [all …]
|
D | hexnan.c | 39 L_shift(x, x1, i) ULong *x; ULong *x1; int i; in L_shift() 41 L_shift(ULong *x, ULong *x1, int i) 58 CONST char **sp; CONST FPI *fpi; ULong *x0; in hexnan() 60 hexnan( CONST char **sp, CONST FPI *fpi, ULong *x0) 63 ULong c, h, *x, *x1, *xe; 123 *xe &= ((ULong)0xffffffff) >> (ULbits - i);
|
D | smisc.c | 45 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9; in s2b() 47 (CONST char *s, int nd0, int nd, ULong y9) 153 copybits(c, n, b) ULong *c; int n; Bigint *b; in copybits() 155 copybits(ULong *c, int n, Bigint *b) 158 ULong *ce, *x, *xe; 181 ULong 189 ULong *x, *x0, x1, x2;
|
D | misc.c | 72 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong)); 74 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1) 112 (y) ULong *y; in lo0bits() 114 (ULong *y) 118 ULong x = *y; 167 ULong *x; 170 ULong carry, *x, y; 172 ULong xi, z; 223 (x) ULong x; in hi0bits_D2A() 225 (ULong x) [all …]
|
D | gmisc.c | 40 ULong *x, *x1, *xe, y; in rshift() 69 ULong L; in trailz() 70 CONST ULong *x, *xe; in trailz()
|
D | gdtoa.h | 52 #ifndef ULong 53 #define ULong uint32_t macro 130 extern char* gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp, 135 extern int strtodg ANSI((CONST char*, char**, CONST FPI*, Long*, ULong*));
|
D | dmisc.c | 51 j = sizeof(ULong); 53 sizeof(Bigint) - sizeof(ULong) - sizeof(int) + j <= i; 117 ULong *bx, *bxe, q, *sx, *sxe; 121 ULong borrow, carry, y, ys; 123 ULong si, z, zs;
|
D | strtof.c | 50 ULong bits[1]; 53 union { ULong L[1]; float f; } u = { { 0 } };
|
D | strtodg.c | 70 ULong *x, *xe; in increment() 73 ULong carry = 1, y; in increment() 80 if (*x < (ULong)0xffffffffL) { in increment() 113 ULong *x, *xe; in decrement() 115 ULong borrow = 1, y; in decrement() 142 CONST ULong *x, *xe; in all_on() 158 ULong *x, *xe; in set_ones() 182 double d, CONST FPI *fpi, Long *expt, ULong *bits, int exact, int rd, int *irv in rvOK() 186 ULong carry, inex, lostbits; in rvOK() 226 if (b->x[(unsigned int)k>>kshift] & ((ULong)1 << (k & kmask))) in rvOK() [all …]
|
D | sum.c | 45 ULong carry, *xc, *xa, *xb, *xe, y; 47 ULong z;
|
D | ldtoa.c | 106 ret = gdtoa(&fpi, be, (ULong *)bits, &kind, mode, ndigits, decpt, rve); in ldtoa()
|
D | strtopx.c | 65 ULong bits[2];
|
D | gdtoa.c | 55 bitstob(ULong *bits, int nbits, int *bbits) in bitstob() 59 ULong *be, *x, *x0; in bitstob() 131 (FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve) in gdtoa()
|
D | strtod.c | 98 ULong y, z; in strtod() 138 ULong bits[2]; in strtod() 264 ULong bits[2]; in strtod()
|
D | gethex.c | 47 ULong L, lostbits, *x; in gethex()
|
D | dtoa.c | 134 ULong x;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | dtoa.c | 155 typedef PY_UINT32_T ULong; typedef 188 typedef union { double d; ULong L[2]; } U; 306 ULong x[1]; 347 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1) in Balloc() 397 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1) in Balloc() 434 ULong *x; in multadd() 437 ULong carry, *x, y; in multadd() 438 ULong xi, z; in multadd() 450 *x++ = (ULong)(y & FFFFFFFF); in multadd() 471 b->x[wds++] = (ULong)carry; in multadd() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | dtoa.c | 155 typedef PY_UINT32_T ULong; typedef 188 typedef union { double d; ULong L[2]; } U; 323 ULong x[1]; 364 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1) in Balloc() 414 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1) in Balloc() 451 ULong *x; in multadd() 454 ULong carry, *x, y; in multadd() 455 ULong xi, z; in multadd() 467 *x++ = (ULong)(y & FFFFFFFF); in multadd() 488 b->x[wds++] = (ULong)carry; in multadd() [all …]
|