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

/bionic/libc/stdlib/
H A Dstrtod.c189 #ifndef CONST
191 #define CONST /* blank */ macro
193 #define CONST const macro
523 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9;
525 (CONST char *s, int nd0, int nd, ULong y9)
1305 static CONST double
1316 static CONST double bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
1317 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, 1e-256 };
1321 static CONST double bigtens[] = { 1e16, 1e32, 1e64 };
1322 static CONST doubl
[all...]

Completed in 21 milliseconds