Searched defs:SignB (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/simd/ |
H A 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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | func_matrix.inl | 343 tvec4<T, P> SignB(-1, +1, -1, +1); local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_matrix.inl | 343 tvec4<T, P> SignB(-1, +1, -1, +1); local
|