Home
last modified time | relevance | path

Searched refs:statisticValue (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmtract/libsrc/
H A Dtrcstatistic.cc262 const Float64 statisticValue, in create() argument
269 OFCondition result = statistic->set(typeCode, typeModifierCode, unitsCode, statisticValue); in create()
307 Float64& statisticValue) in get() argument
312 result = m_Item->findAndGetFloat64(DCM_FloatingPointValue, statisticValue, 0); in get()
338 const Float64 statisticValue) in set() argument
343 result = m_Item->putAndInsertFloat64(DCM_FloatingPointValue, statisticValue, 0); in set()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmtract/include/dcmtk/dcmtract/
H A Dtrcstatistic.h263 const Float64 statisticValue,
305 const Float64 statisticValue);
317 Float64& statisticValue);
/dports/textproc/p5-Text-NSP/Text-NSP-1.31/bin/
H A Dstatistic.pl841 my $statisticValue = calculateStatistic(%values); # function implemented by stat library
871 $statScore = sprintf $floatFormat, $statisticValue;