Searched defs:square (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/dsslib/stats/
H A Dstats.c75 Cxnumber_t square; member in struct:Total_s
216 if ((u = print->total->square + u * (u - 2 * print->total->value)) < 0)
533 int square; local
580 square = !!(state->op & STATS_DEVIATION);
594 if (square)
595 total->square += val.value.number * val.value.number;
651 if ((u = total->square + u * (u - 2 * total->value)) < 0)

Completed in 454 milliseconds