Searched defs:acc7 (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/accumulators/test/ |
D | weighted_moment.cpp | 22 accumulator_set<double, stats<tag::weighted_moment<7> >, double> acc7; in test_stat() local
|
D | p_square_quantile.cpp | 45 accumulator_t acc7(quantile_probability = 0.99 ); in test_stat() local
|
D | weighted_p_square_quantile.cpp | 56 accumulator_t acc7(quantile_probability = 0.999); 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
|