Searched refs:Long (Results 1 - 13 of 13) sorted by relevance

/bionic/libc/upstream-openbsd/android/include/
H A Darith.h20 #define Long int macro
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dstrtord.c36 ULtod(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k;
38 ULtod(ULong *L, ULong *bits, Long exp, int k)
84 Long exp;
H A DstrtorQ.c54 ULtoQ(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k;
56 ULtoQ(ULong *L, ULong *bits, Long exp, int k)
108 Long exp;
H A Dgdtoa.h38 #ifndef Long
39 #define Long int macro
42 typedef unsigned Long ULong;
114 extern int __strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*));
H A Dulp.c42 Long L;
H A Dstrtof.c43 Long exp;
H A Dgdtoaimp.h86 * #define Long int on machines with 32-bit ints and 64-bit longs.
108 * #define Just_16 to store 16 bits per 32-bit Long when doing
434 /* When Pack_32 is not defined, we store 16 bits per 32-bit Long.
437 * slower. Hence the default is now to store 32 bits per Long.
576 extern void ULtof ANSI((ULong*, ULong*, Long, int));
577 extern void ULtod ANSI((ULong*, ULong*, Long, int));
578 extern void ULtodd ANSI((ULong*, ULong*, Long, int));
579 extern void ULtoQ ANSI((ULong*, ULong*, Long, int));
580 extern void ULtox ANSI((UShort*, ULong*, Long, int));
581 extern void ULtoxL ANSI((ULong*, ULong*, Long, in
[all...]
H A Dgethex.c41 CONST char **sp; FPI *fpi; Long *exp; Bigint **bp; int sign;
43 gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign)
50 Long e, e1;
122 e = -(((Long)(s-decpt)) << 2);
H A Dsmisc.c44 Long x, y;
H A Dstrtodg.c179 U *d; FPI *fpi; Long *exp; ULong *bits; int exact, rd, *irv;
181 (U *d, FPI *fpi, Long *exp, ULong *bits, int exact, int rd, int *irv)
340 CONST char *s00; char **se; FPI *fpi; Long *exp; ULong *bits;
342 (CONST char *s00, char **se, FPI *fpi, Long *exp, ULong *bits)
352 Long L;
H A Ddtoa.c64 * something like 10^(k-15) that we must resort to the Long
121 Long L;
415 L = (Long)(dval(&d));
452 L = (Long)(dval(&d) / ds);
H A Dgdtoa.c109 * something like 10^(k-15) that we must resort to the Long
161 Long L;
402 L = (Long)(dval(&d)/ds);
423 if ( (L = (Long)(dval(&d)/ds)) !=0)
H A Dstrtod.c97 Long L;
170 Long exp;
1044 L = (Long)aadj;

Completed in 61 milliseconds