Home
last modified time | relevance | path

Searched defs:tab2 (Results 1 – 13 of 13) 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/trusty/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/aarch64/advsimd/
Dpowf.c163 tab2 = log2_lookup (d, vgetq_lane_u32 (tmp, 2)), in V_NAME_F2() local
/external/v4l-utils/lib/libv4lconvert/
Dspca561-decompress.c180 static int tab2[] = { 8, -9, 9, -10, 10, -11, 11, -12 }; in fun_E() local
/external/cronet/tot/third_party/llvm-libc/src/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/cronet/stable/third_party/llvm-libc/src/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/rappor/analysis/R/
Dsimulation.R176 tab2 <- rep(0, length(strs)) functionVar
/external/arm-optimized-routines/math/
Dmath_config.h496 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS]; member
511 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS]; member
749 } tab2[1 << LOG10_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.cc3280 const LogicVRegister* tab2, in Table()
3319 const LogicVRegister& tab2, in tbl()
3328 const LogicVRegister& tab2, in tbl()
3338 const LogicVRegister& tab2, in tbl()
3357 const LogicVRegister& tab2, in tbx()
3366 const LogicVRegister& tab2, in tbx()
3376 const LogicVRegister& tab2, in tbx()
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp5993 ImGuiTabItem* tab2 = &tab_bar->Tabs[tab2_order]; in TabBarLayout() local