MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / operator~

Function operator~

Source/astcenc_vecmathlib_none_4.h:400–406  ·  view source on GitHub ↗

* @brief Overload: mask invert (not). */

Source from the content-addressed store, hash-verified

398 * @brief Overload: mask invert (not).
399 */
400ASTCENC_SIMD_INLINE vmask4 operator~(vmask4 a)
401{
402 return vmask4(~a.m[0],
403 ~a.m[1],
404 ~a.m[2],
405 ~a.m[3]);
406}
407
408/**
409 * @brief Return a 1-bit mask code indicating mask status.

Callers

nothing calls this directly

Calls 2

vmask4Class · 0.70
vint4Class · 0.70

Tested by

no test coverage detected