Home
last modified time | relevance | path

Searched refs:_sumFourthPower (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/
DStatistic.cpp292 _sumFourthPower(0.0), in ChannelStatistics()
312 _sumFourthPower(channelStatistics_._sumFourthPower), in ChannelStatistics()
389 return(_sumFourthPower); in sumFourthPower()
416 _sumFourthPower(channelStatistics_->sum_fourth_power), in ChannelStatistics()
/external/ImageMagick/Magick++/lib/Magick++/
DStatistic.h213 double _sumFourthPower; variable