Home
last modified time | relevance | path

Searched refs:BLOCK_CYCLIC (Results 1 – 7 of 7) sorted by relevance

/dports/devel/ga/ga-5.8/global/testing/
H A Dtestmatmultc.c71 #ifdef BLOCK_CYCLIC in main()
109 #ifndef BLOCK_CYCLIC in main()
H A Dga_lu.c18 #define BLOCK_CYCLIC macro
321 #ifndef BLOCK_CYCLIC in ga_lu()
H A Delempatch.c52 #define BLOCK_CYCLIC 0 macro
56 #if !BLOCK_CYCLIC
497 #if BLOCK_CYCLIC in test_fun()
/dports/devel/ga/ga-5.8/global/src/
H A Diterator.c224 } else if (GA[handle].distr_type == BLOCK_CYCLIC) { in gai_iterator_init()
283 } else if (GA[handle].distr_type == BLOCK_CYCLIC) { in gai_iterator_reset()
459 if (GA[handle].distr_type == BLOCK_CYCLIC) { in gai_iterator_next()
746 if (GA[handle].distr_type == BLOCK_CYCLIC) { in gai_iterator_last()
787 if (GA[handle].distr_type == BLOCK_CYCLIC) { in pnga_local_iterator_init()
871 } else if (GA[handle].distr_type == BLOCK_CYCLIC) { in pnga_local_iterator_next()
H A Dbase.h28 enum data_distribution {REGULAR, BLOCK_CYCLIC, SCALAPACK, TILED, TILED_IRREG}; enumerator
257 } else if (GA[ga_handle].distr_type == BLOCK_CYCLIC || \
H A Donesided.c1795 if (GA[handle].distr_type == BLOCK_CYCLIC) { in pnga_access_block_ptr()
2315 if (GA[handle].distr_type == BLOCK_CYCLIC) { in gai_scatter_acc_local()
2605 } else if (GA[handle].distr_type == BLOCK_CYCLIC) { in pnga_scatter2d()
2946 } else if (GA[handle].distr_type == BLOCK_CYCLIC) { in gai_gatscat()
3076 } else if (GA[handle].distr_type == BLOCK_CYCLIC) { in gai_gatscat()
3224 } else if (GA[handle].distr_type == BLOCK_CYCLIC) { in gai_gatscat()
3456 if (GA[handle].distr_type == BLOCK_CYCLIC) { in gai_gatscat_new()
3887 } else if (GA[handle].distr_type == BLOCK_CYCLIC) { in pnga_gather2d()
4016 if (GA[handle].distr_type == BLOCK_CYCLIC) { in pnga_read_inc()
H A Dbase.c1767 GA[ga_handle].distr_type = BLOCK_CYCLIC; in pnga_set_block_cyclic()
2615 } else if (GA[ga_handle].distr_type == BLOCK_CYCLIC) { in pnga_allocate()
2930 } else if (GA[ga_handle].distr_type == BLOCK_CYCLIC) { in pnga_overlay()
4700 } else if (itype == BLOCK_CYCLIC) { in pnga_get_distribution_type()
4808 } else if (GA[h_a].distr_type == BLOCK_CYCLIC || in pnga_compare_distr()