Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform() function
26 template <typename T, typename GenT> T uniform(GenT &Gen) { in uniform() function
/llvm-project/mlir/test/CAPI/
H A Dquant.c28 MlirType uniform = in testTypeHierarchy() local
137 MlirType uniform = mlirUniformQuantizedTypeGet( in testUniformType() local
/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h863 int uniform : 1; global() member