Home
last modified time | relevance | path

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

/petsc/src/vec/vec/utils/tagger/impls/
H A Dcdf.c244 PetscReal cdfOfAbs = (PetscReal)totalLessThan / (PetscReal)M; in VecTaggerComputeBox_CDF_SortedArray_Iterative() local
248 if (cdfOfAbs == (i ? cdfBox->max : cdfBox->min)) { in VecTaggerComputeBox_CDF_SortedArray_Iterative()
253 …if (cdfOfAbs > (i ? cdfBox->max : cdfBox->min)) { /* the correct absolute value lies in the lower … in VecTaggerComputeBox_CDF_SortedArray_Iterative()
261 diff = PetscAbs(cdfOfAbs - (i ? cdfBox->max : cdfBox->min)); in VecTaggerComputeBox_CDF_SortedArray_Iterative()