Home
last modified time | relevance | path

Searched defs:vec3_dot (Results 1 – 25 of 29) sorted by relevance

12

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/include/gfx/math/
H A Dvector_3.h35 #define vec3_dot(a, b) (a[0] * b[0] + a[1] * b[1] + a[2] * b[2]) macro
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/include/gfx/math/
H A Dvector_3.h35 #define vec3_dot(a, b) (a[0] * b[0] + a[1] * b[1] + a[2] * b[2]) macro
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/include/gfx/math/
H A Dvector_3.h35 #define vec3_dot(a, b) (a[0] * b[0] + a[1] * b[1] + a[2] * b[2]) macro
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/include/gfx/math/
H A Dvector_3.h35 #define vec3_dot(a, b) (a[0] * b[0] + a[1] * b[1] + a[2] * b[2]) macro
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/include/gfx/math/
H A Dvector_3.h35 #define vec3_dot(a, b) (a[0] * b[0] + a[1] * b[1] + a[2] * b[2]) macro
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/include/gfx/math/
H A Dvector_3.h35 #define vec3_dot(a, b) (a[0] * b[0] + a[1] * b[1] + a[2] * b[2]) macro
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/include/gfx/math/
H A Dvector_3.h35 #define vec3_dot(a, b) (a[0] * b[0] + a[1] * b[1] + a[2] * b[2]) macro
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/include/gfx/math/
H A Dvector_3.h35 #define vec3_dot(a, b) (a[0] * b[0] + a[1] * b[1] + a[2] * b[2]) macro
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/include/gfx/math/
H A Dvector_3.h35 #define vec3_dot(a, b) (a[0] * b[0] + a[1] * b[1] + a[2] * b[2]) macro
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/gfx/math/
H A Dvector_3.c28 float vec3_dot(const float *a, const float *b) in vec3_dot() function
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/ik/src/
H A Dvec3.c83 vec3_dot(const ik_real* IK_RESTRICT v1, const ik_real* IK_RESTRICT v2) in vec3_dot() function
/dports/devel/godot2/godot-2.1.6-stable/core/math/
H A Dvector3.h327 _FORCE_INLINE_ real_t vec3_dot(const Vector3 &p_a, const Vector3 &p_b) { in vec3_dot() function
/dports/devel/godot2-tools/godot-2.1.6-stable/core/math/
H A Dvector3.h327 _FORCE_INLINE_ real_t vec3_dot(const Vector3 &p_a, const Vector3 &p_b) { in vec3_dot() function
/dports/devel/godot/godot-3.2.3-stable/core/math/
H A Dvector3.h396 _FORCE_INLINE_ real_t vec3_dot(const Vector3 &p_a, const Vector3 &p_b) { in vec3_dot() function
/dports/devel/godot-tools/godot-3.2.3-stable/core/math/
H A Dvector3.h396 _FORCE_INLINE_ real_t vec3_dot(const Vector3 &p_a, const Vector3 &p_b) { in vec3_dot() function
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dpair_tersoff_kokkos.h132 double vec3_dot(const F_FLOAT x[3], const double y[3]) const { in vec3_dot() function
H A Dpair_tersoff_mod_kokkos.h132 double vec3_dot(const F_FLOAT x[3], const double y[3]) const { in vec3_dot() function
H A Dpair_tersoff_zbl_kokkos.h131 double vec3_dot(const F_FLOAT x[3], const double y[3]) const { in vec3_dot() function
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/graphics/
H A Dvec3.h111 static inline float vec3_dot(const struct vec3 *v1, const struct vec3 *v2) in vec3_dot() function
/dports/misc/libpredict/libpredict-2.0.0/src/
H A Dunsorted.c17 double vec3_dot(const double v[3], const double u[3]) in vec3_dot() function
/dports/science/openkim-models/openkim-models-2021-01-28/model-drivers/Tersoff_LAMMPS__MD_077075034781_004/
H A Dpair_tersoff.hpp280 inline double vec3_dot(const double x[3], const double y[3]) const { in vec3_dot() function in model_driver_Tersoff::PairTersoff
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/core/
H A Dvmath.h54 #define vec3_dot(x, y) ((x)[0]*(y)[0] + (x)[1]*(y)[1] + (x)[2]*(y)[2]) macro
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/cuda/
H A Dpair_tersoff_cuda_kernel_nc.cu160 __device__ inline F_FLOAT vec3_dot(F_FLOAT3 x, F_FLOAT3 y) in vec3_dot() function
165 __device__ inline F_FLOAT vec3_dot(F_FLOAT4 x, F_FLOAT4 y) in vec3_dot() function
/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/
H A Dlal_tersoff_extra.h29 ucl_inline numtyp vec3_dot(const numtyp x[3], const numtyp y[3]) in vec3_dot() function
H A Dlal_tersoff_mod_extra.h29 ucl_inline numtyp vec3_dot(const numtyp x[3], const numtyp y[3]) in vec3_dot() function

12