Home
last modified time | relevance | path

Searched refs:floatbuf (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-a29k.c1089 LITTLENUM_TYPE floatbuf[8]; in md_operand() local
1135 s = atof_ieee (s, type, floatbuf); in md_operand()
1149 expressionP->X_add_number = ((floatbuf[fieldnum * 2] in md_operand()
1151 + floatbuf[fieldnum * 2 + 1]); in md_operand()
Dtc-or32.c1405 LITTLENUM_TYPE floatbuf[8]; in md_operand() local
1449 s = atof_ieee (s, type, floatbuf); in md_operand()
1463 expressionP->X_add_number = ((floatbuf[fieldnum * 2] in md_operand()
1465 + floatbuf[fieldnum * 2 + 1]); in md_operand()