Searched refs:dtmp (Results 1 – 6 of 6) sorted by relevance
24 -${QUIET}${DIFF} output/ex5f_1.testout ex5f.tmp > ex5f.dtmp;25 -@if [ ! -s ex5f.dtmp ]; then \33 ${RM} -f ex5f.tmp ex5f.dtmp;36 -${QUIET}${DIFF} ${TESTEX19OUT} ex19.tmp > ex19.dtmp;37 -@if [ ! -s ex19.dtmp ]; then \45 ${RM} -f ex19.tmp ex19.dtmp;48 -${QUIET}${DIFF} ${TESTEX19OUT} ex19.tmp > ex19.dtmp;49 -@if [ ! -s ex19.dtmp ]; then \57 ${RM} -f ex19.tmp ex19.dtmp;61 -${QUIET}${DIFF} output/ex19_hypre.out ex19.tmp > ex19.dtmp;[all …]
15 -${QUIET}${DIFF} output/ex31_1.testout ex31.tmp > ex31.dtmp;16 -@if [ ! -s ex31.dtmp ]; then \24 ${RM} -f ex31.tmp ex31.dtmp;
14 -${QUIET}${DIFF} output/ex100_1.testout ex100.tmp > ex100.dtmp;15 -@if [ ! -s ex100.dtmp ]; then \23 ${RM} -f ex100.tmp ex100.dtmp;
23 -${QUIET}${DIFF} output/amrex_1.testout amrex.tmp > amrex.dtmp;24 -@if [ ! -s amrex.dtmp ]; then\30 ${RM} -f amrex.tmp amrex.dtmp;
95 int dtmp; in main() local170 sscanf(str, "%d", &dtmp); in main()171 user.v2p[inode] = dtmp; in main()176 sscanf(str, "%*d %d", &dtmp); in main()177 nbrs = dtmp; in main()187 sscanf(str, form, &dtmp); in main()188 user.AdjM[user.Nvlocal][i] = dtmp; in main()
12 PetscReal dtmp = 1.0 - qp->psteplength; in QPIPComputeResidual() local17 PetscCall(VecScale(qp->R3, dtmp)); in QPIPComputeResidual()18 PetscCall(VecScale(qp->R5, dtmp)); in QPIPComputeResidual()19 qp->pinfeas = dtmp * qp->pinfeas; in QPIPComputeResidual()