Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex18.c45 #define POWFLOP 5 /* assume a pow() takes five flops */ macro
288 PetscCall(PetscLogFlops((22.0 + 4.0 * POWFLOP) * ym * xm)); in FormFunction()
634 PetscCall(PetscLogFlops((41.0 + 8.0 * POWFLOP) * xm * ym)); in FormJacobian()
/petsc/src/snes/tests/
H A Dex20.c46 #define POWFLOP 5 /* assume a pow() takes five flops */ macro
440 PetscCall(PetscLogFlops((22.0 + 4.0 * POWFLOP) * ym * xm)); in FormFunction()
1637 PetscCall(PetscLogFlops((41.0 + 8.0 * POWFLOP) * xm * ym)); in FormJacobian()