Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/SMTBQ/
H A Dpair_smtbq.cpp785 double **tmp,**tmpAll,*nmol; in compute() local
850 memory->create(tmpAll,nteam+1,7,"pair:tmpAll"); in compute()
1109 … <<" "<<tmpAll[gp][2]<<" "<<tmpAll[gp][3]<<" "<<tmpAll[gp][4]+tmpAll[gp][5]; in compute()
1135 printf ("Energie coul tot : %f | %f par mol\n",tmpAll[gp][1],tmpAll[gp][1]/nmol[gp]); in compute()
1136 printf ("Energie ionique : %f | %f par mol\n",tmpAll[gp][0],tmpAll[gp][0]/nmol[gp]); in compute()
1137 printf ("Energie elect tot : %f | %f par mol\n",tmpAll[gp][2],tmpAll[gp][2]/nmol[gp]); in compute()
1138 printf ("Energie cp pair ox : %f | %f par mol\n",tmpAll[gp][3],tmpAll[gp][3]/nmol[gp]); in compute()
1139 printf ("Energie cp pair sm : %f | %f par mol\n",tmpAll[gp][4],tmpAll[gp][4]/nmol[gp]); in compute()
1140 printf ("Energie cov sm : %f | %f par mol\n",tmpAll[gp][5],tmpAll[gp][5]/nmol[gp]); in compute()
1142 Ecoh = tmpAll[gp][2] + tmpAll[gp][3] + tmpAll[gp][4] + tmpAll[gp][5]; in compute()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dglobals.cpp97 int tmpAll = spWindows | spUnix | spMac; in GetStringFromPlatforms() local
98 if (((platforms & tmpAll) == tmpAll) || ((platforms & spAll) == spAll)) in GetStringFromPlatforms()