Home
last modified time | relevance | path

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

/external/musl/src/math/
Dlog_data.h24 } tab2[1 << LOG_TABLE_BITS]; member
Dlog2_data.h24 } tab2[1 << LOG2_TABLE_BITS]; member
/external/rappor/analysis/R/
Dsimulation.R176 tab2 <- rep(0, length(strs)) functionVar
/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/arm-optimized-routines/pl/math/
Dmath_config.h354 struct {double chi, clo;} tab2[1 << LOG10_TABLE_BITS]; member
451 } tab2[1 << LOG_TABLE_BITS]; member
/external/ow2-asm/asm-util/src/main/java/org/objectweb/asm/util/
DTextifier.java93 protected String tab2 = " "; field in Textifier
/external/vixl/src/aarch64/
Dlogic-aarch64.cc3230 const LogicVRegister* tab2, in Table()
3269 const LogicVRegister& tab2, in tbl()
3278 const LogicVRegister& tab2, in tbl()
3288 const LogicVRegister& tab2, in tbl()
3307 const LogicVRegister& tab2, in tbx()
3316 const LogicVRegister& tab2, in tbx()
3326 const LogicVRegister& tab2, in tbx()
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp5993 ImGuiTabItem* tab2 = &tab_bar->Tabs[tab2_order]; in TabBarLayout() local