Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dfunc.c445 double sum2; /* Sum of the squares of terms */ member
461 p->sum2 += x*x;
471 sqrt((p->sum2 - p->sum*p->sum/rCnt)/(rCnt-1.0)));
/PHP-5.3/ext/phar/
H A Dtar.c201 php_uint32 sum1, sum2, size, old; in phar_parse_tarfile() local
253 sum2 = phar_tar_checksum(buf, old?sizeof(old_tar_header):sizeof(tar_header)); in phar_parse_tarfile()
438 if (sum1 != sum2) { in phar_parse_tarfile()

Completed in 28 milliseconds