< prev index next >

src/jdk.incubator.vector/share/classes/jdk/incubator/vector/VectorMask.java

Print this page

        

*** 119,129 **** */ public int length() { return species().length(); } /** * Returns a mask where each lane is set or unset according to given ! * {@code boolean} values * <p> * For each mask lane, where {@code N} is the mask lane index, * if the given {@code boolean} value at index {@code N} is {@code true} * then the mask lane at index {@code N} is set, otherwise it is unset. * --- 119,129 ---- */ public int length() { return species().length(); } /** * Returns a mask where each lane is set or unset according to given ! * {@code boolean} values. * <p> * For each mask lane, where {@code N} is the mask lane index, * if the given {@code boolean} value at index {@code N} is {@code true} * then the mask lane at index {@code N} is set, otherwise it is unset. *
< prev index next >