Home
last modified time | relevance | path

Searched refs:glm_vec4_mod (Results 1 – 2 of 2) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/simd/
Dcommon.h175 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_mod(glm_vec4 x, glm_vec4 y) in glm_vec4_mod() function
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_common_simd.inl85 result.data = glm_vec4_mod(x.data, y.data);