Home
last modified time | relevance | path

Searched defs:vec3_length (Results 1 – 14 of 14) sorted by relevance

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/include/gfx/math/
H A Dvector_3.h42 #define vec3_length(a) sqrtf(vec3_dot(a,a)) macro
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/include/gfx/math/
H A Dvector_3.h42 #define vec3_length(a) sqrtf(vec3_dot(a,a)) macro
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/include/gfx/math/
H A Dvector_3.h42 #define vec3_length(a) sqrtf(vec3_dot(a,a)) macro
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/include/gfx/math/
H A Dvector_3.h42 #define vec3_length(a) sqrtf(vec3_dot(a,a)) macro
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/include/gfx/math/
H A Dvector_3.h42 #define vec3_length(a) sqrtf(vec3_dot(a,a)) macro
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/include/gfx/math/
H A Dvector_3.h42 #define vec3_length(a) sqrtf(vec3_dot(a,a)) macro
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/include/gfx/math/
H A Dvector_3.h42 #define vec3_length(a) sqrtf(vec3_dot(a,a)) macro
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/include/gfx/math/
H A Dvector_3.h42 #define vec3_length(a) sqrtf(vec3_dot(a,a)) macro
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/include/gfx/math/
H A Dvector_3.h42 #define vec3_length(a) sqrtf(vec3_dot(a,a)) macro
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/gfx/math/
H A Dvector_3.c40 float vec3_length(const float *a) in vec3_length() function
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/ik/src/
H A Dvec3.c58 vec3_length(const ik_real* IK_RESTRICT v) in vec3_length() function
/dports/x11-fm/xcruise/xcruiser-0.30/
H A Dvec3.c28 double vec3_length(vec3* p) in vec3_length() function
/dports/misc/libpredict/libpredict-2.0.0/src/
H A Dunsorted.c12 double vec3_length(const double v[3]) in vec3_length() function
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/mathc/
H A Dmathc.c982 mfloat_t vec3_length(mfloat_t *a) in vec3_length() function