Home
last modified time | relevance | path

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

/dports/textproc/datamash/datamash-1.7/src/
H A Dfield-ops.c705 long double numeric_result = 0 ; in field_op_summarize_empty() local
745 numeric_result = nanl (""); in field_op_summarize_empty()
751 numeric_result = 0; in field_op_summarize_empty()
756 numeric_result = -HUGE_VALL; in field_op_summarize_empty()
761 numeric_result = HUGE_VALL; in field_op_summarize_empty()
809 long double numeric_result = 0 ; in field_op_summarize() local
823 numeric_result = op->value / op->count; in field_op_summarize()
827 numeric_result = expl (op->value / op->count); in field_op_summarize()
831 numeric_result = op->count / op->value; in field_op_summarize()
849 numeric_result = op->value; in field_op_summarize()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.assNumeric.php442 $numeric_result = $this->getSolutionSubmit();
444 …eUserSolutionUpdateLockOperation(function () use (&$entered_values, $numeric_result, $ilDB, $activ…
450 if (strlen($numeric_result)) {
451 $this->updateCurrentSolution($update, trim($numeric_result), null, $authorized);
457 if (strlen($numeric_result)) {
458 … $this->saveCurrentSolution($active_id, $pass, trim($numeric_result), null, $authorized);
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.assNumeric.php448 $numeric_result = $this->getSolutionSubmit();
450 …eUserSolutionUpdateLockOperation(function () use (&$entered_values, $numeric_result, $ilDB, $activ…
456 if (strlen($numeric_result)) {
457 $this->updateCurrentSolution($update, trim($numeric_result), null, $authorized);
463 if (strlen($numeric_result)) {
464 … $this->saveCurrentSolution($active_id, $pass, trim($numeric_result), null, $authorized);