Home
last modified time | relevance | path

Searched refs:__ULong (Results 1 – 12 of 12) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dgdtoa-hexnan.c64 L_shift (__ULong *x, in L_shift()
65 __ULong *x1, in L_shift()
82 __ULong *x0) in hexnan()
84 __ULong c, h, *x, *x1, *xe; in hexnan()
142 *xe &= ((__ULong)0xffffffff) >> (ULbits - i); in hexnan()
Dgdtoa-gethex.c73 __ULong *x, *x1, *xe, y; in rshift()
103 __ULong *x, *xe; in increment()
106 __ULong carry = 1, y; in increment()
116 if (*x < (__ULong)0xffffffffL) { in increment()
156 __ULong L, lostbits, *x; in gethex()
253 L |= (__ULong) (__get_hexdig(*s1) & 0x0f) << n; in gethex()
267 if (x[k>>kshift] & (__ULong) 1 << (k & kmask)) { in gethex()
321 if (x[k>>kshift] & (__ULong) 1 << (k & kmask)) in gethex()
351 && x[nbits >> kshift] & (__ULong) 1 << (nbits & kmask)) in gethex()
Dmprec.c180 __ULong *x, y; in multadd()
182 __ULong xi, z; in multadd()
231 __ULong y9) in s2b()
270 hi0bits (register __ULong x) in hi0bits()
304 lo0bits (__ULong *y) in lo0bits()
307 register __ULong x = *y; in lo0bits()
371 __ULong carry, y, z; in mult()
372 __ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; in mult()
374 __ULong z2; in mult()
499 __ULong *x, *x1, *xe, z; in lshift()
[all …]
Dmprec.h89 typedef union { double d; __ULong i[2]; } U;
369 _Bigint * s2b (const char*, int, int, __ULong);
373 int hi0bits (__ULong);
374 int lo0bits (__ULong *);
382 __ULong any_on (_Bigint *b, int k);
383 void copybits (__ULong *c, int n, _Bigint *b);
390 struct FPI *fpi, Long *exp, __ULong *bits,
398 int hexnan (const char **sp, const struct FPI *fpi, __ULong *x0);
Dstrtodg.c58 __ULong carry, *xc, *xa, *xb, *xe, y; in sum()
60 __ULong z; in sum()
125 __ULong *x, *x1, *xe, y; in rshift()
154 __ULong L, *x, *xe; in trailz()
171 __ULong *x, *xe; in increment()
174 __ULong carry = 1, y; in increment()
181 if (*x < (__ULong)0xffffffffL) { in increment()
216 __ULong *x, *xe; in decrement()
218 __ULong borrow = 1, y; in decrement()
245 __ULong *x, *xe; in all_on()
[all …]
Dstrtorx.c59 ULtox(__UShort *L, __ULong *bits, Long exp, int k) in ULtox()
105 __ULong bits[2];
Dstrtod.c205 ULtod (__ULong *L, in ULtod()
206 __ULong *bits, in ULtod()
234 L[_1] = (__ULong)-1; in ULtod()
254 __ULong y, z;
257 __ULong Lsb, Lsb1;
304 __ULong bits[2];
434 __ULong bits[2];
Ddtoa.c39 __ULong carry, q, ys; in quorem()
40 __ULong *bx, *bxe, *sx, *sxe; in quorem()
43 __ULong si, zs; in quorem()
228 __ULong x; in __dtoa()
Dgdtoa.h43 #define ULong __ULong
/picolibc-latest/newlib/libc/include/sys/
Dtypes.h260 #define __ULong uint32_t macro
/picolibc-latest/newlib/libc/include/
Dmath.h105 static const union { __ULong __i[1]; float __d; } __Nanf = {0x7FC00000};
/picolibc-latest/newlib/
DChangeLog-201517627 (__dmath): Use __ULong instead of __uint32_t.
21315 __ULong.