Adelsbach/VSIPL
Core Programming Reference Guide
DD-00016-015
Core

This manual is preliminary and incomplete.
While our Core implementation implements all functions given in the standard we are still working on completing this documentation.

Please refer to the VSIPL standard for a complete function reference of the Core profile until we have completed work on this documentation.

4.5 Boolean

4.5.1 vsip_vnot_p - Boolean Vector Logical NOT
Description
Parameters
Example
4.5.2 vsip_vand_p - Boolean Vector Logical AND
Description
Parameters
Example
4.5.3 vsip_vor_p - Boolean Vector Logical OR
Description
Parameters
Example
4.5.4 vsip_vxor_p - Boolean Vector Logical XOR
Description
Parameters
Example
4.5.5 vsip_valltrue_p - Check if All Elements in Boolean Vector are True
Description
Parameters
Return Value
Example
4.5.6 vsip_vanytrue_p - Check if Any Element in Boolean Vector is True
Description
Parameters
Return Value
Example
4.5.7 vsip_vindexbool - Find Indices of True Elements in Boolean Vector
Description
Parameters
Return Value
Example