Home | History | Annotate | Download | only in docs

Lines Matching full:comparison

2658    results in undefined behavior — though, again, comparison against null
3540 comparison value '<tt>value</tt>', a default '<tt>label</tt>' destination,
3541 and an array of pairs of comparison value constants and '<tt>label</tt>'s.
5273 <li>max: <code>*ptr = *ptr &gt; val ? *ptr : val</code> (using a signed comparison)</li>
5274 <li>min: <code>*ptr = *ptr &lt; val ? *ptr : val</code> (using a signed comparison)</li>
5275 <li>umax: <code>*ptr = *ptr &gt; val ? *ptr : val</code> (using an unsigned comparison)</li>
5276 <li>umin: <code>*ptr = *ptr &lt; val ? *ptr : val</code> (using an unsigned comparison)</li>
5941 boolean values based on comparison of its two integer, integer vector,
5946 the condition code indicating the kind of comparison to perform. It is not a
5968 condition code given as <tt>cond</tt>. The comparison performed always yields
6044 values based on comparison of its operands.</p>
6055 the condition code indicating the kind of comparison to perform. It is not a
6059 <li><tt>false</tt>: no comparison, always returns false</li>
6074 <li><tt>true</tt>: no comparison, always returns true</li>
6088 vectors, then the vectors are compared element by element. Each comparison