Searched defs:_sum (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/random/test/ | ||
D | histogram.cpp | 64 Sum _sum; member in sum_result |
/third_party/boost/libs/icl/example/partys_height_average_/ | ||
D | partys_height_average.cpp | 53 int _sum; member in counted_sum |
/third_party/ffmpeg/libavcodec/ | ||
D | vp9_superframe_bsf.c | 35 unsigned *_max, unsigned *_sum) in stats() |
/third_party/python/Lib/ | ||
D | statistics.py | 150 def _sum(data): function |