Searched defs:SignB (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_matrix.inl | 343 tvec4<T, P> SignB(-1, +1, -1, +1); local
|
/hardware/google/gfxstream/third-party/glm/include/glm/simd/ |
D | matrix.h | 293 __m128 SignB = _mm_set_ps(-1.0f, 1.0f,-1.0f, 1.0f); in glm_mat4_determinant_highp() local 633 __m128 SignB = _mm_set_ps(-1.0f, 1.0f,-1.0f, 1.0f); in glm_mat4_inverse() local 854 __m128 SignB = _mm_set_ps(-1.0f, 1.0f,-1.0f, 1.0f); in glm_mat4_inverse_lowp() local
|