Home
last modified time | relevance | path

Searched refs:_value_ (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/arch/alpha/include/
Dasm.h456 #define ABS(_name_, _value_) \ argument
458 _name_ = _value_
/openbsd/src/gnu/llvm/clang/docs/
DLanguageExtensions.rst4045 ``vectorize_width(_value_[, fixed|scalable])``, where _value_ is a positive
4055 The interleave count is specified by ``interleave_count(_value_)``, where
4056 _value_ is a positive integer. This is useful for specifying the optimal
4120 The unroll count can be specified explicitly with ``unroll_count(_value_)`` where
4121 _value_ is a positive integer. If this value is greater than the trip count the
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DAttrDocs.td3584 Specifying the optional parameter, ``#pragma unroll _value_``, directs the
3585 unroller to unroll the loop ``_value_`` times. The parameter may optionally be
3609 ``#pragma unroll`` and ``#pragma unroll _value_`` have identical semantics to
3611 ``#pragma clang loop unroll_count(_value_)`` respectively. ``#pragma nounroll``