vec_all_numeric: All Elements Numeric

d = vec_all_numeric(a)

Tests whether each element of the given vector is numeric (not a NaN). The result is 1 if each element of a is numeric (not a NaN). Otherwise, the result is 0.

Table 1. All Elements Numeric
d a MIN ARCH
int vector float ARCH(12) 1
vector double ARCH(11) 1
Note:
1. This prototype has the exact same semantics as that in the OpenPOWER ABI for Linux Supplement for the Power Architecture® 64-bit ELF V2 ABI, Revision 1.4.