Home
last modified time | relevance | path

Searched refs:GA_Elem_multiply_patch (Results 1 – 6 of 6) sorted by relevance

/dports/devel/ga/ga-5.8/global/testing/unit-tests/
H A Dga_elem_multiplypatch.c41 GA_Elem_multiply_patch(g_A, lo, hi, g_B, blo, bhi, g_C, clo, chi); in main()
/dports/devel/ga/ga-5.8/cca/ga_cca_classic/
H A DGlobalArray.cxx535 GA_Elem_multiply_patch(g_a->mHandle, alo, ahi, g_b->mHandle, blo, bhi, in elemMultiplyPatch()
/dports/devel/ga/ga-5.8/global/src/
H A Dga.h58 extern void GA_Elem_multiply_patch(int g_a,int *alo,int *ahi, int g_b,int *blo,int *bhi,in…
H A Dcapi.c4726 void GA_Elem_multiply_patch(int g_a, int alo[], int ahi[], in GA_Elem_multiply_patch() function
/dports/devel/ga/ga-5.8/ga++/src/
H A DGlobalArray.cc1306 GA_Elem_multiply_patch(g_a->mHandle, alo, ahi, g_b->mHandle, blo, bhi, in elemMultiplyPatch()
/dports/devel/ga/ga-5.8/global/testing/
H A Delempatch.c887 GA_Elem_multiply_patch (g_a, lo, hi, g_b, lo, hi, g_c, lo, hi); in test_fun()