Home
last modified time | relevance | path

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

/external/llvm-project/libc/AOR_v20.02/math/
Dmath_config.h390 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS]; member
405 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS]; member
/external/arm-optimized-routines/math/
Dmath_config.h407 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS]; member
422 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS]; member
/external/vixl/src/aarch64/
Dlogic-aarch64.cc3232 const LogicVRegister* tab2, in Table()
3265 const LogicVRegister& tab2, in tbl()
3274 const LogicVRegister& tab2, in tbl()
3284 const LogicVRegister& tab2, in tbl()
3303 const LogicVRegister& tab2, in tbx()
3312 const LogicVRegister& tab2, in tbx()
3322 const LogicVRegister& tab2, in tbx()
/external/llvm-project/polly/lib/External/isl/
Disl_tab.c434 struct isl_tab *isl_tab_product(struct isl_tab *tab1, struct isl_tab *tab2) in isl_tab_product()
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp5993 ImGuiTabItem* tab2 = &tab_bar->Tabs[tab2_order]; in TabBarLayout() local