Searched refs:_value_ (Results 1 – 3 of 3) sorted by relevance
456 #define ABS(_name_, _value_) \ argument458 _name_ = _value_
4045 ``vectorize_width(_value_[, fixed|scalable])``, where _value_ is a positive4055 The interleave count is specified by ``interleave_count(_value_)``, where4056 _value_ is a positive integer. This is useful for specifying the optimal4120 The unroll count can be specified explicitly with ``unroll_count(_value_)`` where4121 _value_ is a positive integer. If this value is greater than the trip count the
3584 Specifying the optional parameter, ``#pragma unroll _value_``, directs the3585 unroller to unroll the loop ``_value_`` times. The parameter may optionally be3609 ``#pragma unroll`` and ``#pragma unroll _value_`` have identical semantics to3611 ``#pragma clang loop unroll_count(_value_)`` respectively. ``#pragma nounroll``