MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / v_hmul3

Function v_hmul3

include/vecmath/dag_vecMath_common.h:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 return v_mul(a, v_rot_2(a));
213}
214VECTORCALL VECMATH_FINLINE vec4f v_hmul3(vec3f a)
215{
216 return v_mul(v_splat_x(a), v_mul(v_splat_y(a), v_splat_z(a)));
217}
218VECTORCALL VECMATH_FINLINE vec4f v_sqr(vec4f a)
219{
220 return v_mul(a, a);

Callers

nothing calls this directly

Calls 4

v_mulFunction · 0.70
v_splat_xFunction · 0.70
v_splat_yFunction · 0.70
v_splat_zFunction · 0.70

Tested by

no test coverage detected