Home
last modified time | relevance | path

Searched defs:mat2_transpose (Results 1 – 2 of 2) sorted by relevance

/dports/math/cglm/cglm-0.8.4/test/src/
H A Dtest_mat2.h157 TEST_IMPL(GLM_PREFIX, mat2_transpose) { in TEST_IMPL() argument
162 GLM(mat2_transpose)(m1); in TEST_IMPL() local
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/mathc/
H A Dmathc.c2261 mfloat_t *mat2_transpose(mfloat_t *result, mfloat_t *m) in mat2_transpose() function