Zen API
|
kStatus kMath_CompareC32s | ( | const k32s * | vIn, |
kBool * | vOut, | ||
kSize | count, | ||
kComparison | comparison, | ||
k32s | value | ||
) |
Compares each element in an input array with a specified value and stores the results in an output array.
vIn | Input array. |
vOut | Output array. |
count | Count of values. |
comparison | Comparator used to determine a match. |
value | Value for comparison. |