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

/haiku-buildtools/legacy/gcc/gcc/config/dsp16xx/
H A Ddsp16xx.c1945 asm_output_float (file, fp_const)
1947 double fp_const;
1950 REAL_VALUE_TYPE d = fp_const;
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c297 const char * fp_const[] = variable
3064 for (i = 0; fp_const[i]; i++)
3066 if (strncmp (*str, fp_const[i], strlen (fp_const[i])) == 0)
3070 *str += strlen (fp_const[i]);
12830 if (atof_ieee ((char *) fp_const[i], 'x', fp_values[i]) == NULL)
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c482 const char * fp_const[] = variable
4875 for (i = 0; fp_const[i]; i++)
4877 if (strncmp (*str, fp_const[i], strlen (fp_const[i])) == 0)
4881 *str += strlen (fp_const[i]);
24961 if (atof_ieee ((char *) fp_const[i], 'x', fp_values[i]) == NULL)

Completed in 261 milliseconds