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

Function v_dot3

include/vecmath/dag_vecMath_neon.h:581–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579 return v_madd(v_rot_2(a), v_rot_2(b), m);
580}
581VECTORCALL VECMATH_FINLINE vec4f v_dot3(vec4f a, vec4f b) { return v_splat_x(v_dot3_x(a, b)); }
582
583VECTORCALL VECMATH_FINLINE vec4f v_dot4(vec4f a, vec4f b)
584{

Callers 15

v_striple3Function · 0.70
v_vtriple3Function · 0.70
v_mat33_detFunction · 0.70
v_mat44_det43Function · 0.70
v_quat_from_unit_arcFunction · 0.70
v_quat_from_arcFunction · 0.70
v_ray_intersect_planeFunction · 0.70
three_plane_intersectionFunction · 0.70

Calls 2

v_splat_xFunction · 0.70
v_dot3_xFunction · 0.70

Tested by

no test coverage detected