Home
last modified time | relevance | path

Searched defs:_sum (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/random/test/
Dhistogram.cpp64 Sum _sum; member in sum_result
83 Sum _sum; member in squaresum_result
/third_party/boost/libs/icl/example/partys_height_average_/
Dpartys_height_average.cpp53 int _sum; member in counted_sum
/third_party/ffmpeg/libavcodec/
Dvp9_superframe_bsf.c35 unsigned *_max, unsigned *_sum) in stats()
/third_party/python/Lib/
Dstatistics.py150 def _sum(data): function