Searched refs:CONST (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/android/support/src/stdio/ |
D | strtod.c | 196 #ifndef CONST 198 #define CONST /* blank */ macro 200 #define CONST const 435 CONST unsigned char hexdig[256] = { 455 gethex(CONST char **, CONST FPI *, Long *, Bigint **, int, locale_t); 776 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9; in s2b() 778 (CONST char *s, int nd0, int nd, ULong y9) 1558 static CONST double 1569 static CONST double bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 }; 1570 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, 1e-256 }; [all …]
|