Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dgdtoa.h56 #ifndef CONST
58 #define CONST /* blank */ macro
60 #define CONST const macro
115 extern float strtof ANSI((CONST char *, char **));
116 extern double strtod ANSI((CONST char *, char **));
117 extern int __strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*));
137 extern int __strtoId ANSI((CONST char*, char**, double*, double*));
138 extern int __strtoIdd ANSI((CONST char*, char**, double*, double*));
139 extern int __strtoIf ANSI((CONST char*, char**, float*, float*));
140 extern int __strtoIQ ANSI((CONST char*, char**, void*, void*));
[all …]
/picolibc-3.7.0-3.6.0/newlib/libm/test/
Dstring.c572 extern CONST unsigned int _sys_nerr; in test_string()
573 extern CONST char *CONST _sys_errlist[]; in test_string()