Home
last modified time | relevance | path

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

/external/oboe/samples/RhythmGame/third_party/glm/simd/
Dcommon.h110 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_round(glm_vec4 x) in glm_vec4_round() function
129 glm_vec4 const rnd0 = glm_vec4_round(x); in glm_vec4_floor()
160 glm_vec4 const rnd0 = glm_vec4_round(x); in glm_vec4_ceil()
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_common_simd.inl74 result.data = glm_vec4_round(v.data);