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

Function operator-

Source/astcenc_vecmathlib_common_4.h:60–63  ·  view source on GitHub ↗

* @brief Overload: vector by scalar subtraction. */

Source from the content-addressed store, hash-verified

58 * @brief Overload: vector by scalar subtraction.
59 */
60ASTCENC_SIMD_INLINE vint4 operator-(vint4 a, int b)
61{
62 return a - vint4(b);
63}
64
65/**
66 * @brief Overload: vector by scalar multiplication.

Callers

nothing calls this directly

Calls 2

vint4Class · 0.70
vfloat4Class · 0.70

Tested by

no test coverage detected