Home
last modified time | relevance | path

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

/external/oboe/samples/RhythmGame/third_party/glm/simd/
Dcommon.h199 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_step(glm_vec4 edge, glm_vec4 x) in glm_vec4_step() function
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_common_simd.inl213 result.data = glm_vec4_step(edge.data, x.data);