Searched defs:uniform (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { function in namespace:llvm
26 template <typename T, typename GenT> T uniform(GenT &Gen) { function in namespace:llvm
/freebsd-11-stable/sys/dev/safe/
H A Dsafe.c851 int err = 0, i, nicealign, uniform; local
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp782 unsigned uniform = (nPUs == nActiveThreads); local
1804 bool uniform = (prod == totals[level - 1]); local
2516 bool uniform = (prod == totals[threadIdIndex]); local
[all...]

Completed in 98 milliseconds