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

Function operator*

Source/astcenc_vecmathlib_common_4.h:68–71  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

66 * @brief Overload: vector by scalar multiplication.
67 */
68ASTCENC_SIMD_INLINE vint4 operator*(vint4 a, int b)
69{
70 return a * vint4(b);
71}
72
73/**
74 * @brief Overload: vector by scalar bitwise or.

Callers

nothing calls this directly

Calls 2

vint4Class · 0.70
vfloat4Class · 0.70

Tested by

no test coverage detected