Home
last modified time | relevance | path

Searched defs:fp_op (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp.c1420 struct fp_op { struct
1421 struct fp_op *next_same_hash; /* Next op with same hash code. */ argument
1422 struct fp_op *next_in_mem; /* Next op in memory. */ argument
1434 static struct fp_op *fp_hash_table[FP_HASH_SIZE]; argument