Searched defs:uniform (Results 1 – 4 of 4) sorted by relevance
22 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform() function27 template <typename T, typename GenT> T uniform(GenT &Gen) { in uniform() function
23 …uint32_t (*uniform)(const uint32_t upper_bound); /* optional, a default implementation will be … member
780 unsigned uniform = (nPUs == nActiveThreads); in __kmp_affinity_create_hwloc_map() local1802 bool uniform = (prod == totals[level - 1]); in __kmp_affinity_create_x2apicid_map() local2514 bool uniform = (prod == totals[threadIdIndex]); in __kmp_affinity_create_cpuinfo_map() local
794 int err = 0, i, nicealign, uniform; in safe_process() local