Searched refs:_Bigint (Results 1 – 9 of 9) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | mprec.h | 320 typedef struct _Bigint _Bigint; typedef 358 struct _Bigint struct 366 double b2d (_Bigint *a , int *e); argument 367 _Bigint * Balloc (int k); 368 void Bfree (_Bigint *v); 369 _Bigint * multadd (_Bigint *, int, int); 370 _Bigint * s2b (const char*, int, int, __ULong); 371 _Bigint * i2b (int); 372 _Bigint * mult (_Bigint *, _Bigint *); 373 _Bigint * pow5mult (_Bigint *, int k); [all …]
|
D | mprec.c | 140 _Bigint * 144 _Bigint *rv ; in Balloc() 148 rv = (_Bigint *) calloc(1, in Balloc() 149 sizeof (_Bigint) + in Balloc() 159 Bfree (_Bigint * v) in Bfree() 164 _Bigint * 166 _Bigint * b, in multadd() 175 _Bigint *b1; in multadd() 217 _Bigint * 224 _Bigint *b; in s2b() [all …]
|
D | gdtoa-gethex.c | 71 rshift (_Bigint *b, in rshift() 100 static _Bigint * 102 _Bigint *b) in increment() 105 _Bigint *b1; in increment() 152 Long *exp, _Bigint **bp, int sign, locale_t loc) in gethex() 154 _Bigint *b; in gethex()
|
D | strtodg.c | 55 static _Bigint * 56 sum (_Bigint *a, _Bigint *b) in sum() 58 _Bigint *c; in sum() 124 rshift (_Bigint *b, int k) in rshift() 153 trailz (_Bigint *b) in trailz() 169 _Bigint * 170 increment (_Bigint *b) in increment() 173 _Bigint *b1; in increment() 215 decrement (_Bigint *b) in decrement() 244 all_on (_Bigint *b, int n) in all_on() [all …]
|
D | gdtoa.h | 102 typedef struct _Bigint Bigint;
|
D | dtoa.c | 36 quorem (_Bigint * b, _Bigint * S) in quorem() 231 _Bigint *b, *b1, *delta, *mlo = NULL, *mhi, *S; in __dtoa()
|
D | strtod.c | 256 _Bigint *bb = NULL, *bb1, *bd = NULL, *bd0, *bs = NULL, *delta = NULL;
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | local.h | 195 extern NEWLIB_THREAD_LOCAL struct _Bigint **_tls_mp_freelist; 197 extern NEWLIB_THREAD_LOCAL struct _Bigint *_tls_mp_p5s; 199 extern NEWLIB_THREAD_LOCAL struct _Bigint *_tls_mp_result;
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 24951 * libc/include/sys/reent.h (_Bigint): Removed _reclaim field. 25700 * libc/include/sys/reent.h: (struct _Bigint): add _reclaim
|