Searched refs:fp_const (Results 1 – 1 of 1) sorted by relevance
247 const char * fp_const[] = variable2882 for (i = 0; fp_const[i]; i++) in parse_fpa_immediate()2884 if (strncmp (*str, fp_const[i], strlen (fp_const[i])) == 0) in parse_fpa_immediate()2888 *str += strlen (fp_const[i]); in parse_fpa_immediate()11373 if (atof_ieee ((char *) fp_const[i], 'x', fp_values[i]) == NULL) in set_constant_flonums()