Home
last modified time | relevance | path

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

/llvm-project/libc/AOR_v20.02/math/
H A Dmath_config.h390 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS]; member
405 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS]; member
/llvm-project/polly/lib/External/isl/
H A Disl_tab.c434 struct isl_tab *isl_tab_product(struct isl_tab *tab1, struct isl_tab *tab2) in isl_tab_product()