Home
last modified time | relevance | path

Searched defs:q_indices (Results 1 – 3 of 3) sorted by relevance

/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/kernels/
H A Daggregate_quantile.cc124 std::vector<int64_t> q_indices(out_length); in Exec() local
265 std::vector<int64_t> q_indices(out_length); in Exec() local
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Daggregate_quantile.cc127 std::vector<int64_t> q_indices(out_length); in Exec() local
293 std::vector<int64_t> q_indices(out_length); in Exec() local
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/hp/
H A Dfe_values.cc143 const std::vector<unsigned int> &q_indices) in precalculate_fe_values()