Home
last modified time | relevance | path

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

/external/musl/src/math/
Dlog2_data.h24 } tab2[1 << LOG2_TABLE_BITS]; member
Dlog_data.h24 } tab2[1 << LOG_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/mesa3d/src/imgui/
Dimgui_widgets.cpp5993 ImGuiTabItem* tab2 = &tab_bar->Tabs[tab2_order]; in TabBarLayout() local