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

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Ddfp-bit.h205 STR_TO_INT: The function to read the integer from a string. */
211 #define STR_TO_INT strtol macro
216 #define STR_TO_INT strtoll macro
221 #define STR_TO_INT strtoul macro
226 #define STR_TO_INT strtoull macro
H A Ddfp-bit.c546 return STR_TO_INT (buf, NULL, 10);
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Ddfp-bit.h205 STR_TO_INT: The function to read the integer from a string. */
211 #define STR_TO_INT strtol macro
216 #define STR_TO_INT strtoll macro
221 #define STR_TO_INT strtoul macro
226 #define STR_TO_INT strtoull macro
H A Ddfp-bit.c546 return STR_TO_INT (buf, NULL, 10);

Completed in 185 milliseconds