Home
last modified time | relevance | path

Searched defs:statistics (Results 1 – 25 of 49) sorted by relevance

12

/third_party/boost/boost/geometry/index/detail/rtree/utilities/
Dstatistics.hpp27 struct statistics struct
30 typedef typename MembersHolder::internal_node internal_node;
31 typedef typename MembersHolder::leaf leaf;
33 inline statistics() in statistics() argument
43 inline void operator()(internal_node const& n) in operator ()()
64 inline void operator()(leaf const& n) in operator ()()
78 std::size_t level;
79 std::size_t levels;
80 std::size_t nodes;
81 std::size_t leaves;
[all …]
/third_party/node/lib/internal/
Dhttp.js29 constructor(statistics) { argument
40 function emitStatistics(statistics) { argument
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_statistics.cc26 std::shared_ptr<Statistics> Statistics::Build(std::string desc, const json &statistics) { in Build()
51 bool Statistics::Validate(const json &statistics) { in Validate()
/third_party/boost/boost/math/statistics/
Dt_test.hpp15 namespace boost::math::statistics { namespace
Dlinear_regression.hpp17 namespace boost::math::statistics { namespace
Danderson_darling.hpp16 namespace boost { namespace math { namespace statistics { namespace
Dljung_box.hpp15 namespace boost::math::statistics { namespace
Druns_test.hpp17 namespace boost::math::statistics { namespace
Dbivariate_statistics.hpp14 namespace boost{ namespace math{ namespace statistics { namespace
Dsignal_statistics.hpp17 namespace boost::math::statistics { namespace
/third_party/mindspore/tests/ut/cpp/mindrecord/
Dut_shard_schema_test.cc136 std::shared_ptr<Statistics> statistics = Statistics::Build(desc, statistic_json); in TEST_F() local
Dut_shard.cc72 std::shared_ptr<Statistics> statistics = Statistics::Build(desc, statistic_json); in TEST_F() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_info_test.cc294 CordzStatistics statistics = info->GetCordzStatistics(); in TEST() local
312 CordzStatistics statistics = info->GetCordzStatistics(); in TEST() local
328 CordzStatistics statistics = info_child->GetCordzStatistics(); in TEST() local
Dcordz_info.cc71 explicit CordRepAnalyzer(CordzStatistics& statistics) in CordRepAnalyzer()
/third_party/gettext/gettext-tools/src/
Dmsgmerge.c161 struct statistics struct
163 size_t merged;
164 size_t fuzzied;
165 size_t missing;
166 size_t obsolete;
/third_party/benchmark/src/
Dbenchmark_api_internal.h36 const std::vector<Statistics>& statistics() const { return statistics_; } in statistics() function
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dbenchmark_api_internal.h28 const std::vector<Statistics>* statistics; member
Dbenchmark_register.cc402 StatisticsFunc* statistics) { in ComputeStatistics()
/third_party/mesa3d/src/intel/vulkan/
DgenX_query.c510 uint32_t statistics = pool->pipeline_statistics; in genX() local
915 uint32_t statistics = pool->pipeline_statistics; in genX() local
1093 uint32_t statistics = pool->pipeline_statistics; in genX() local
1411 uint32_t statistics = pool->pipeline_statistics; in genX() local
/third_party/node/benchmark/
Dcompare.R54 statistics = ddply(dat, "name", function(subdat) { globalVar
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebug_grpc.proto94 statistics = 1; enumerator
156 Statistics statistics = 2; field
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DStatistic.cpp78 iterator_range<const_iterator> statistics() const { in statistics() function in __anonc14d02c00111::StatisticInfo
/third_party/python/Doc/whatsnew/
D3.4.rst554 statistics section in New Modules
567 .. _whatsnew-tracemalloc:
D3.8.rst1187 statistics section in Improved Modules
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_query.c382 statistics_index(uint32_t *statistics) in statistics_index()
465 uint32_t statistics = pool->pipeline_statistics; in get_query_pool_results() local
608 uint32_t statistics = pool->pipeline_statistics; in emit_copy_query_pool_results() local
712 uint32_t statistics = pool->pipeline_statistics; in emit_reset_query_pool() local

12