Searched defs:fp_op (Results 1 – 1 of 1) sorted by relevance
1420 struct fp_op { struct1421 struct fp_op *next_same_hash; /* Next op with same hash code. */ argument1422 struct fp_op *next_in_mem; /* Next op in memory. */ argument1434 static struct fp_op *fp_hash_table[FP_HASH_SIZE]; argument