Home
last modified time | relevance | path

Searched defs:vec4_dot (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-dds/
H A Dvec.h219 vec4_dot (const vec4_t a, in vec4_dot() function
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/graphics/
H A Dvec4.h104 static inline float vec4_dot(const struct vec4 *v1, const struct vec4 *v2) in vec4_dot() function
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/core/
H A Dvmath.h137 #define vec4_dot(x, y) ((x)[0]*(y)[0] + (x)[1]*(y)[1] + (x)[2]*(y)[2] + (x)[3]*(y)[3]) macro
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dmath_vector.h367 inline double vec4_dot(vector4 &a, vector4 &b) { in vec4_dot() function
/dports/math/cglm/cglm-0.8.4/test/src/
H A Dtest_vec4.h238 TEST_IMPL(GLM_PREFIX, vec4_dot) { in TEST_IMPL() argument
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/vecmath-1.0.0/src/
H A Dlib.rs781 pub fn vec4_dot<T>(a: Vector4<T>, b: Vector4<T>) -> T in vec4_dot() function