Home
last modified time | relevance | path

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

/dports/devel/ga/ga-5.8/gparrays/testing/
H A Dtranspose.c945 double prdot, dotga, dothypre, tempc; in main() local
1427 dothypre = 0.0; in main()
1429 dothypre = dothypre + vector[i]*vector[i]; in main()
1434 NGA_Dgop(&dothypre,1,"+"); in main()
1437 hypretot += sqrt(dothypre); in main()
1597 dothypre = 0.0; in main()
1601 dothypre = dothypre + vector[i]*vector[i]; in main()
1609 NGA_Dgop(&dothypre,1,"+"); in main()
1613 hypretot2 += sqrt(dothypre); in main()
/dports/devel/ga/ga-5.8/global/testing/
H A Dsprsmatvec.c785 double prdot, dotga, dothypre, tempc; in main() local
1237 dothypre = 0.0; in main()
1239 dothypre = dothypre + vector[i]*vector[i]; in main()
1244 NGA_Dgop(&dothypre,1,"+"); in main()
1247 hypretot += sqrt(dothypre); in main()