Searched refs:PP_VectorToDM (Results 1 – 3 of 3) sorted by relevance
/dports/biology/treepuzzle/tree-puzzle-5.2/src/ |
H A D | ppuzzle.h | 320 void PP_VectorToDM(int x, int y, int chunk, double* result);
|
H A D | ppuzzle.c | 370 if (!PP_IamMaster) PP_VectorToDM(0, 1, jobs, DMVector); in PP_Final_Update() 559 void PP_VectorToDM(int x, int y, int chunk, double* result) in PP_VectorToDM() function
|
H A D | ml1.c | 1439 PP_VectorToDM(xr, yr, chunkr, result); 1474 PP_VectorToDM(xr, yr, chunkr, result);
|