Home | History | Annotate | Download | only in src

Lines Matching defs:Std

1266     cmsFloat64Number n, x, y, Std;
1292 Std = sqrt((n * sum2 - sum * sum) / (n*(n-1)));
1294 if (Std > Precision)