/third_party/ffmpeg/libavcodec/tests/ |
D | fft.c | 203 static int check_diff(FFTSample *tab1, FFTSample *tab2, int n, double scale) in check_diff() argument 209 double e = fabs(tab1[i] - (tab2[i] / scale)) / RANGE; in check_diff() 212 i, tab1[i], tab2[i]); in check_diff() 379 FFTSample *tab2; in main() local 450 tab2 = av_malloc_array(fft_size, sizeof(FFTSample)); in main() 452 if (!(tab && tab1 && tab_ref && tab2)) in main() 518 imdct_calc(m, tab2, &tab1->re); in main() 519 err = check_diff(&tab_ref->re, tab2, fft_size, scale); in main() 522 mdct_calc(m, tab2, &tab1->re); in main() 523 err = check_diff(&tab_ref->re, tab2, fft_size / 2, scale); in main() [all …]
|
/third_party/boost/libs/geometry/doc/other/maxima/ |
D | geod.mac | 60 codeA1(maxpow):=block([tab2:" ",tab3:" "], 69 print(concat(tab2,"case ",string(n),":")), 92 codeA2(maxpow):=block([tab2:" ",tab3:" "], 102 print(concat(tab2,"case ",string(n),":")), 126 codeA3(maxpow):=block([tab2:" ",tab3:" "], 135 print(concat(tab2,"case ",string(nn),":")), 144 codeC1(maxpow):=block([tab2:" ",tab3:" "], 151 print(concat(tab2,"case ",string(n),":")), 173 codeC1p(maxpow):=block([tab2:" ",tab3:" "], 181 print(concat(tab2,"case ",string(n),":")), [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | mace.c | 144 const int16_t *tab1; const int16_t *tab2; int stride; member 180 current = tabs[tab_idx].tab2[((chd->index & 0x7f0) >> 4) * tabs[tab_idx].stride + val]; in read_table() 182 …current = - 1 - tabs[tab_idx].tab2[((chd->index & 0x7f0) >> 4)*tabs[tab_idx].stride + 2*tabs[tab_i… in read_table()
|
D | acelp_vectors.c | 120 const uint8_t *tab2, in ff_acelp_fc_pulse_per_track() argument 138 fc_v[tab2[pulse_indexes]] += (pulse_signs & 1) ? 8191 : -8192; in ff_acelp_fc_pulse_per_track()
|
D | acelp_vectors.h | 174 const uint8_t *tab2,
|
/third_party/musl/src/math/ |
D | log_data.c | 197 .tab2 = {
|
D | log2_data.c | 134 .tab2 = {
|
D | log2_data.h | 24 } tab2[1 << LOG2_TABLE_BITS]; member
|
D | log_data.h | 24 } tab2[1 << LOG_TABLE_BITS]; member
|
D | log.c | 14 #define T2 __log_data.tab2
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | log2_data.c | 134 .tab2 = {
|
D | log_data.c | 197 .tab2 = {
|
D | log_data.h | 24 } tab2[1 << LOG_TABLE_BITS]; member
|
D | log2_data.h | 24 } tab2[1 << LOG2_TABLE_BITS]; member
|
D | log.c | 14 #define T2 __log_data.tab2
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
D | log_data.c | 197 .tab2 = {
|
D | log_data.h | 24 } tab2[1 << LOG_TABLE_BITS]; member
|
D | log.c | 14 #define T2 __log_data.tab2
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
D | log_data.c | 197 .tab2 = {
|
D | log_data.h | 24 } tab2[1 << LOG_TABLE_BITS]; member
|
D | log.c | 14 #define T2 __log_data.tab2
|
/third_party/optimized-routines/math/ |
D | log2_data.c | 140 .tab2 = {
|
D | log_data.c | 313 .tab2 = {
|
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/flutter/packages/flutter/test/cupertino/material/ |
D | tab_scaffold_test.dart | 170 final RichText tab2 = tester.widget(find.descendant( 174 expect(tab2.text.style.color, CupertinoColors.destructiveRed);
|