Searched refs:CONST (Results 1 - 11 of 11) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgdtoa.h58 #ifndef CONST
60 #define CONST /* blank */ macro
62 #define CONST const macro
64 #endif /* CONST */
112 extern float strtof ANSI((CONST char *, char **));
113 extern double strtod ANSI((CONST char *, char **));
114 extern int __strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*));
123 extern int __strtoId ANSI((CONST char*, char**, double*, double*));
124 extern int __strtoIdd ANSI((CONST char*, char**, double*, double*));
125 extern int __strtoIf ANSI((CONST cha
[all...]
H A Dhexnan.c55 CONST char **sp; FPI *fpi; ULong *x0;
57 hexnan( CONST char **sp, FPI *fpi, ULong *x0)
61 CONST char *s;
75 while((c = *(CONST unsigned char*)(s+1)) && c <= ' ')
78 && *(CONST unsigned char*)(s+3) > ' ')
80 while((c = *(CONST unsigned char*)++s)) {
95 while(*(CONST unsigned char*)(s+1) <= ' ')
98 && *(CONST unsigned char*)(s+3) > ' ')
H A Dstrtof.c36 strtof(s, sp) CONST char *s; char **sp;
38 strtof(CONST char *s, char **sp)
H A Dstrtord.c76 strtord(s, sp, rounding, d) CONST char *s; char **sp; int rounding; double *d;
78 strtord(CONST char *s, char **sp, int rounding, double *d)
H A Dsmisc.c37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9;
39 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
126 (CONST char **sp, char *t)
130 CONST char *s = *sp;
H A DstrtorQ.c100 strtorQ(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L;
102 strtorQ(CONST char *s, char **sp, int rounding, void *L)
H A Dgdtoaimp.h571 extern CONST double bigtens[], tens[], tinytens[];
592 extern int gethex ANSI((CONST char**, FPI*, Long*, Bigint**, int));
594 extern int hexnan ANSI((CONST char**, FPI*, ULong*));
600 extern int match ANSI((CONST char**, char*));
609 extern Bigint *s2b ANSI((CONST char*, int, int, ULong, int));
612 extern int strtoIg ANSI((CONST char*, char**, FPI*, Long*, Bigint**, int*));
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)
47 CONST unsigned char *decpt, *s0, *s, *s1;
73 s0 = *(CONST unsigned char **)sp + 2;
H A Dmisc.c854 CONST double
857 CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, 1e-256
862 CONST double tinytens[] = { 1e-16, 1e-32, 1e-64 };
865 CONST double tinytens[] = { 1e-16, 1e-32 };
869 CONST double
883 strcp_D2A(char *a, CONST char *b)
H A Dstrtod.c47 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128,
85 (s00, se) CONST char *s00; char **se;
87 (CONST char *s00, char **se)
95 CONST char *s, *s0, *s1;
H A Dstrtodg.c38 static CONST int
340 CONST char *s00; char **se; FPI *fpi; Long *exp; ULong *bits;
342 (CONST char *s00, char **se, FPI *fpi, Long *exp, ULong *bits)
350 CONST char *s, *s0, *s1;

Completed in 1143 milliseconds