Searched defs:acc5 (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/accumulators/test/ |
D | rolling_moment.cpp | 85 …accumulator_set<int, stats<tag::rolling_moment<5> > > acc5(tag::rolling_moment<5>::window_size = 3… in test_persistency() local 99 …accumulator_set<int, stats<tag::rolling_moment<5> > > acc5(tag::rolling_moment<5>::window_size = 3… in test_persistency() local
|
D | weighted_pot_quantile.cpp | 60 …umulator_set<double, stats<tag::weighted_pot_quantile<right>(with_threshold_value)>, double > acc5( in test_stat() local
|
D | p_square_quantile.cpp | 43 accumulator_t acc5(quantile_probability = 0.75 ); in test_stat() local
|
D | weighted_p_square_quantile.cpp | 54 accumulator_t acc5(quantile_probability = 0.025); in test_stat() local
|
D | pot_quantile.cpp | 56 accumulator_set<double, stats<tag::pot_quantile<right>(with_threshold_value)> > acc5( in test_stat() local
|
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/ |
D | arm_fir_f16.c | 580 _Float16 acc1, acc2, acc3, acc4, acc5, acc6, acc7; /* Accumulators */ in arm_fir_f16() local
|
D | arm_fir_f32.c | 925 float32_t acc1, acc2, acc3, acc4, acc5, acc6, acc7; /* Accumulators */ in arm_fir_f32() local
|
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_mult_f32.c | 538 float32x4_t acc0,acc1,acc2,acc3,acc4,acc5,acc6,acc7,temp; in arm_mat_mult_f32() local
|