Searched refs:Long (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
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*));
|
D | strtord.c | 36 ULtod(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k; in ULtod() 38 ULtod(ULong *L, ULong *bits, Long exp, int k) 84 Long exp;
|
D | strtorQ.c | 54 ULtoQ(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k; in ULtoQ() 56 ULtoQ(ULong *L, ULong *bits, Long exp, int k) 108 Long exp;
|
D | gdtoaimp.h | 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, int)); 592 extern int gethex ANSI((CONST char**, FPI*, Long*, Bigint**, int)); 612 extern int strtoIg ANSI((CONST char*, char**, FPI*, Long*, Bigint**, int*));
|
D | gethex.c | 41 CONST char **sp; FPI *fpi; Long *exp; Bigint **bp; int sign; in gethex() 43 gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign) 50 Long e, e1; 122 e = -(((Long)(s-decpt)) << 2);
|
D | ulp.c | 42 Long L;
|
D | strtof.c | 43 Long exp;
|
D | dtoa.c | 121 Long L; 415 L = (Long)(dval(&d)); 452 L = (Long)(dval(&d) / ds);
|
D | strtodg.c | 179 U *d; FPI *fpi; Long *exp; ULong *bits; int exact, rd, *irv; in rvOK() 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; in strtodg() 342 (CONST char *s00, char **se, FPI *fpi, Long *exp, ULong *bits) 352 Long L;
|
D | gdtoa.c | 161 Long L; 402 L = (Long)(dval(&d)/ds); 423 if ( (L = (Long)(dval(&d)/ds)) !=0)
|
D | smisc.c | 44 Long x, y;
|
D | strtod.c | 97 Long L; 170 Long exp; 1044 L = (Long)aadj;
|
/bionic/libc/upstream-openbsd/android/include/ |
D | arith.h | 22 #define Long int macro
|