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

/freebsd-12-stable/contrib/gcc/config/
H A Ddfp-bit.h191 STR_TO_INT: The function to read the integer from a string. */
197 #define STR_TO_INT strtol macro
202 #define STR_TO_INT strtoll macro
207 #define STR_TO_INT strtoul macro
212 #define STR_TO_INT strtoull macro
H A Ddfp-bit.c450 return STR_TO_INT (buf, NULL, 10);

Completed in 106 milliseconds