Home
last modified time | relevance | path

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

/dports/math/combblas/CombBLAS_beta_16_2/graph500-1.2/generator/
H A Dsplittable_mrg.c84 static void mrg_multiply(const mrg_transition_matrix* __restrict m, const mrg_transition_matrix* __… function
86 static void mrg_multiply(const mrg_transition_matrix* restrict m, const mrg_transition_matrix* rest…
110 if (exponent % 2 == 1) mrg_multiply(result, &current_power_of_2, result);
111 mrg_multiply(&current_power_of_2, &current_power_of_2, &current_power_of_2);