Searched refs:CONST (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | gdtoa.h | 58 #ifndef CONST 60 #define CONST /* blank */ macro 62 #define CONST const macro 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 char*, char**, float*, float*)); 126 extern int __strtoIQ ANSI((CONST char*, char**, void*, void*)); [all …]
|
D | hexnan.c | 55 CONST char **sp; FPI *fpi; ULong *x0; in hexnan() 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) > ' ')
|
D | strtof.c | 36 strtof(s, sp) CONST char *s; char **sp; in strtof() 38 strtof(CONST char *s, char **sp)
|
D | strtord.c | 76 strtord(s, sp, rounding, d) CONST char *s; char **sp; int rounding; double *d; in strtord() 78 strtord(CONST char *s, char **sp, int rounding, double *d)
|
D | smisc.c | 37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9; in s2b() 39 (CONST char *s, int nd0, int nd, ULong y9, int dplen) 126 (CONST char **sp, char *t) 130 CONST char *s = *sp;
|
D | strtorQ.c | 100 strtorQ(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L; in strtorQ() 102 strtorQ(CONST char *s, char **sp, int rounding, void *L)
|
D | gdtoaimp.h | 571 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*));
|
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) 47 CONST unsigned char *decpt, *s0, *s, *s1; 73 s0 = *(CONST unsigned char **)sp + 2;
|
D | misc.c | 854 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)
|
D | strtod.c | 47 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, 85 (s00, se) CONST char *s00; char **se; in strtod() 87 (CONST char *s00, char **se) 95 CONST char *s, *s0, *s1;
|
D | strtodg.c | 38 static CONST int 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) 350 CONST char *s, *s0, *s1;
|