Searched defs:tab2 (Results 1 – 2 of 2) sorted by relevance
390 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS]; member405 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS]; member
434 struct isl_tab *isl_tab_product(struct isl_tab *tab1, struct isl_tab *tab2) in isl_tab_product()