Searched refs:e10 (Results 1 – 1 of 1) sorted by relevance
111 PetscReal base, ftemp, e10; in PetscAGetBase() local128 PetscCall(PetscExp10((double)-*power, &e10)); in PetscAGetBase()129 base = base * e10; in PetscAGetBase()134 PetscCall(PetscExp10((double)*power, &e10)); in PetscAGetBase()135 base = base_try[i - 1] * e10; in PetscAGetBase()