Home
last modified time | relevance | path

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

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dparallelizing_info.c1102 static void reducer_int_max(const int * b, int * a, size_t s) { for( ; s-- ; a++, b++) if (*b > *a)… in reducer_int_max() function
1133 { MPI_INT, MPI_MAX, (thread_reducer_t) reducer_int_max, },