Searched defs:acc4 (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/libs/accumulators/test/ |
D | error_of.cpp | 40 accumulator_set<double, stats<with_error<tag::mean(immediate)> > > acc4; in test_stat() local
|
D | weighted_covariance.cpp | 31 …ag::weighted_covariance<std::vector<double>, tag::covariate1> >, double > acc4(sample = dummy, cov… in test_stat() local
|
D | covariance.cpp | 34 …<double>, stats<tag::covariance<std::vector<double>, tag::covariate1> > > acc4(sample = dummy, cov… in test_stat() local
|
D | weighted_tail_variate_means.cpp | 41 acc4( left_tail_cache_size = c ); in test_stat() local
|
D | tail_variate_means.cpp | 41 accumulator_t4 acc4( left_tail_cache_size = c ); in test_stat() local
|
D | weighted_pot_quantile.cpp | 55 …tor_set<double, stats<tag::weighted_pot_quantile<left>(with_threshold_probability)>, double > acc4( in test_stat() local
|
D | p_square_quantile.cpp | 42 accumulator_t acc4(quantile_probability = 0.5 ); in test_stat() local
|
D | weighted_p_square_quantile.cpp | 53 accumulator_t acc4(quantile_probability = 0.001); in test_stat() local
|
D | pot_quantile.cpp | 51 accumulator_set<double, stats<tag::pot_quantile<left>(with_threshold_probability)> > acc4( in test_stat() local
|
/third_party/mbedtls/library/ |
D | poly1305.c | 100 uint32_t acc0, acc1, acc2, acc3, acc4; in poly1305_process() local 207 uint32_t acc0, acc1, acc2, acc3, acc4; in poly1305_compute_mac() 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
|