Searched refs:absBox (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/vec/utils/tagger/impls/ ! |
| H A D | cdf.c | 153 …uce, const PetscReal *cArray, PetscInt m, const VecTaggerBoxReal *cdfBox, VecTaggerBoxReal *absBox) in VecTaggerComputeBox_CDF_SortedArray_Iterative() argument 176 …PetscCall(VecTaggerComputeBox_CDF_SortedArray(cArray, m, cdfBox, absBox)); /* compute a local esti… in VecTaggerComputeBox_CDF_SortedArray_Iterative() 181 PetscReal val = i ? absBox->max : absBox->min; in VecTaggerComputeBox_CDF_SortedArray_Iterative() 205 …CDFUtilInverseEstimate(&stats[i], i ? cdfBox->max : cdfBox->min, i ? &absBox->max : &absBox->min)); in VecTaggerComputeBox_CDF_SortedArray_Iterative() 228 section = (val < absBox->min) ? 0 : 1; in VecTaggerComputeBox_CDF_SortedArray_Iterative() 230 section = (val <= absBox->max) ? 0 : 1; in VecTaggerComputeBox_CDF_SortedArray_Iterative() 260 …cReal)offsets[i] / (PetscReal)M)) / stats[i][section].moment[0], i ? &absBox->max : &absBox->min)); in VecTaggerComputeBox_CDF_SortedArray_Iterative()
|