Searched defs:tab2 (Results 1 – 14 of 14) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | log2_data.h | 24 } tab2[1 << LOG2_TABLE_BITS]; member
|
D | log_data.h | 24 } tab2[1 << LOG_TABLE_BITS]; member
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
D | log_data.h | 24 } tab2[1 << LOG_TABLE_BITS]; member
|
/third_party/musl/src/math/ |
D | log_data.h | 24 } tab2[1 << LOG_TABLE_BITS]; member
|
D | log2_data.h | 24 } tab2[1 << LOG2_TABLE_BITS]; member
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
D | log_data.h | 24 } tab2[1 << LOG_TABLE_BITS]; member
|
/third_party/ffmpeg/libavcodec/tests/ |
D | fft.c | 203 static int check_diff(FFTSample *tab1, FFTSample *tab2, int n, double scale) in check_diff() 379 FFTSample *tab2; in main() local
|
/third_party/ffmpeg/libavcodec/ |
D | mace.c | 144 const int16_t *tab1; const int16_t *tab2; int stride; member
|
D | acelp_vectors.c | 120 const uint8_t *tab2, in ff_acelp_fc_pulse_per_track()
|
D | dxv.c | 740 uint8_t *dst, *tab2[256] = { 0 }, *tab0[256] = { 0 }, *tab3[256] = { 0 }, *tab1[256] = { 0 }; in dxv_decompress_cocg() local
|
/third_party/optimized-routines/math/ |
D | math_config.h | 407 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS]; member 422 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS]; member
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 5961 ImGuiTabItem* tab2 = &tab_bar->Tabs[tab2_order]; in TabBarLayout() local
|
/third_party/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 5993 ImGuiTabItem* tab2 = &tab_bar->Tabs[tab2_order]; in TabBarLayout() local
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 7674 ImGuiTabItem* tab2 = &tab_bar->Tabs[tab2_order]; in TabBarProcessReorder() local
|