Symbol: Long
lib/libc/gdtoa/dtoa.c
121
Long L;
lib/libc/gdtoa/dtoa.c
415
L = (Long)(dval(&d));
lib/libc/gdtoa/dtoa.c
452
L = (Long)(dval(&d) / ds);
lib/libc/gdtoa/gdtoa.c
161
Long L;
lib/libc/gdtoa/gdtoa.c
402
L = (Long)(dval(&d)/ds);
lib/libc/gdtoa/gdtoa.c
423
if ( (L = (Long)(dval(&d)/ds)) !=0)
lib/libc/gdtoa/gdtoa.h
114
extern int __strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*));
lib/libc/gdtoa/gdtoa.h
38
#ifndef Long
lib/libc/gdtoa/gdtoa.h
42
typedef unsigned Long ULong;
lib/libc/gdtoa/gdtoaimp.h
576
extern void ULtof ANSI((ULong*, ULong*, Long, int));
lib/libc/gdtoa/gdtoaimp.h
577
extern void ULtod ANSI((ULong*, ULong*, Long, int));
lib/libc/gdtoa/gdtoaimp.h
578
extern void ULtodd ANSI((ULong*, ULong*, Long, int));
lib/libc/gdtoa/gdtoaimp.h
579
extern void ULtoQ ANSI((ULong*, ULong*, Long, int));
lib/libc/gdtoa/gdtoaimp.h
580
extern void ULtox ANSI((UShort*, ULong*, Long, int));
lib/libc/gdtoa/gdtoaimp.h
581
extern void ULtoxL ANSI((ULong*, ULong*, Long, int));
lib/libc/gdtoa/gdtoaimp.h
590
extern int gethex ANSI((CONST char**, FPI*, Long*, Bigint**, int));
lib/libc/gdtoa/gdtoaimp.h
610
extern int strtoIg ANSI((CONST char*, char**, FPI*, Long*, Bigint**, int*));
lib/libc/gdtoa/gethex.c
119
e = -(((Long)(s-decpt)) << 2);
lib/libc/gdtoa/gethex.c
41
CONST char **sp; FPI *fpi; Long *exp; Bigint **bp; int sign;
lib/libc/gdtoa/gethex.c
43
gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign)
lib/libc/gdtoa/gethex.c
50
Long e, e1;
lib/libc/gdtoa/smisc.c
44
Long x, y;
lib/libc/gdtoa/strtod.c
1041
L = (Long)aadj;
lib/libc/gdtoa/strtod.c
167
Long exp;
lib/libc/gdtoa/strtod.c
97
Long L;
lib/libc/gdtoa/strtodg.c
179
U *d; FPI *fpi; Long *exp; ULong *bits; int exact, rd, *irv;
lib/libc/gdtoa/strtodg.c
181
(U *d, FPI *fpi, Long *exp, ULong *bits, int exact, int rd, int *irv)
lib/libc/gdtoa/strtodg.c
340
CONST char *s00; char **se; FPI *fpi; Long *exp; ULong *bits;
lib/libc/gdtoa/strtodg.c
342
(CONST char *s00, char **se, FPI *fpi, Long *exp, ULong *bits)
lib/libc/gdtoa/strtodg.c
352
Long L;
lib/libc/gdtoa/strtof.c
43
Long exp;
lib/libc/gdtoa/strtorQ.c
108
Long exp;
lib/libc/gdtoa/strtorQ.c
54
ULtoQ(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k;
lib/libc/gdtoa/strtorQ.c
56
ULtoQ(ULong *L, ULong *bits, Long exp, int k)
lib/libc/gdtoa/strtord.c
36
ULtod(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k;
lib/libc/gdtoa/strtord.c
38
ULtod(ULong *L, ULong *bits, Long exp, int k)
lib/libc/gdtoa/strtord.c
84
Long exp;
lib/libc/gdtoa/strtorx.c
111
Long exp;
lib/libc/gdtoa/strtorx.c
56
ULtox(L, bits, exp, k) UShort *L; ULong *bits; Long exp; int k;
lib/libc/gdtoa/strtorx.c
58
ULtox(UShort *L, ULong *bits, Long exp, int k)
lib/libc/gdtoa/ulp.c
42
Long L;