Searched refs:Long (Results 1 - 13 of 13) sorted by relevance
/bionic/libc/upstream-openbsd/android/include/ |
H A D | arith.h | 20 #define Long int macro
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
H A D | strtord.c | 36 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 D | strtorQ.c | 54 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 D | gdtoa.h | 38 #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 D | ulp.c | 42 Long L;
|
H A D | strtof.c | 43 Long exp;
|
H A D | gdtoaimp.h | 86 * #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 D | gethex.c | 41 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 D | smisc.c | 44 Long x, y;
|
H A D | strtodg.c | 179 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 D | dtoa.c | 64 * 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 D | gdtoa.c | 109 * 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 D | strtod.c | 97 Long L; 170 Long exp; 1044 L = (Long)aadj;
|
Completed in 61 milliseconds