Searched refs:cdfOfAbs (Results 1 – 1 of 1) sorted by relevance
244 PetscReal cdfOfAbs = (PetscReal)totalLessThan / (PetscReal)M; in VecTaggerComputeBox_CDF_SortedArray_Iterative() local248 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()