Searched refs:Long (Results 1 – 9 of 9) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | strtorx.c | 61 ULtox(L, bits, exp, k) __UShort *L; __ULong *bits; Long exp; int k; in ULtox() 63 ULtox(__UShort *L, __ULong *bits, Long exp, int k) 111 Long exp;
|
D | gdtoa-gethex.c | 152 Long *exp, _Bigint **bp, int sign, locale_t loc) in gethex() 158 Long e, e1; in gethex() 205 e = -(((Long)(s-decpt)) << 2); in gethex()
|
D | mprec.h | 85 typedef __int32_t Long; typedef 381 int gethex (const char **sp, const struct FPI *fpi, Long *exp, _Bigint **bp, int sign, locale_t lo… 391 struct FPI *fpi, Long *exp, __ULong *bits,
|
D | strtod.c | 208 Long exp, in ULtod() 254 Long L; 304 Long exp; 1017 if (L <= (Long) ((2*P+1)*Exp_msk1)) { 1018 if (L > (Long)((P+2)*Exp_msk1)) 1214 L = (Long)aadj;
|
D | gdtoa.h | 117 extern int __strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*));
|
D | stdlib.tex | 31 * labs:: Long integer absolute value (magnitude) 33 * llabs:: Long long integer absolute value (magnitude)
|
D | strtodg.c | 285 rvOK (double d, FPI *fpi, Long *exp, __ULong *bits, int exact, in rvOK() 438 _strtodg_l (const char *s00, char **se, FPI *fpi, Long *exp, in _strtodg_l() 450 Long L; in _strtodg_l()
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | NEWS | 311 * Long Double I/O support via the WANT_IO_LONG_DBL flag
|
D | ChangeLog-2015 | 21314 * libc/include/sys/reent.h: Change Long and ULong to __Long and 21402 *include/sys/reent.h: Add checks for size of Bigint element Long. 21403 *libc/dtoa.c: Change routines to use generic Long type. 21404 *libc/mprec.c: Change routines to use generic Long type. 21405 *libc/mprec.h: Change routines to use generic Long type.
|