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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c357 const char * fp_const[] = variable
4031 for (i = 0; fp_const[i]; i++)
4033 if (strncmp (*str, fp_const[i], strlen (fp_const[i])) == 0)
4037 *str += strlen (fp_const[i]);
19459 if (atof_ieee ((char *) fp_const[i], 'x', fp_values[i]) == NULL)

Completed in 140 milliseconds