Home
last modified time | relevance | path

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

/external/rust/crates/rand/src/distributions/
Dutils.rs222 fn gt_mask(self, other: Self) -> Self::Mask; in gt_mask() method
334 fn gt_mask(self, other: Self) -> Self::Mask {
394 fn gt_mask(self, other: Self) -> Self::Mask {
Duniform.rs876 let mask = (scale * max_rand + low).gt_mask(high);
/external/OpenCL-CTS/test_conformance/subgroups/
Dsubhelpers.h82 gt_mask, enumerator
142 case BallotOp::gt_mask: return "gt"; in operation_names()
Dtest_subgroup_ballot.cpp1055 error |= rft.run_impl<cl_uint4, SMASK<cl_uint4, BallotOp::gt_mask>>( in test_subgroup_functions_ballot()