Searched refs:r_b (Results 1 – 5 of 5) sorted by relevance
/external/libabigail/tests/data/test-abidiff-exit/ |
D | qualifier-typedef-array-v1.c | 16 restrict B r_b; // +restrict member
|
D | qualifier-typedef-array-v0.c | 16 B r_b; member
|
D | qualifier-typedef-array-report-1.txt | 41 type of 'B r_b' changed:
|
/external/swiftshader/src/Renderer/ |
D | Surface.cpp | 5602 static const ushort8 r_b = {0xF81F, 0xF81F, 0xF81F, 0xF81F, 0xF81F, 0xF81F, 0xF81F, 0xF81F}; in resolve() local 5604 __m128i c0_r_b = _mm_and_si128(c0, reinterpret_cast<const __m128i&>(r_b)); in resolve() 5606 __m128i c1_r_b = _mm_and_si128(c1, reinterpret_cast<const __m128i&>(r_b)); in resolve() 5610 c0 = _mm_and_si128(c0, reinterpret_cast<const __m128i&>(r_b)); in resolve() 5633 static const ushort8 r_b = {0xF81F, 0xF81F, 0xF81F, 0xF81F, 0xF81F, 0xF81F, 0xF81F, 0xF81F}; in resolve() local 5635 __m128i c0_r_b = _mm_and_si128(c0, reinterpret_cast<const __m128i&>(r_b)); in resolve() 5637 __m128i c1_r_b = _mm_and_si128(c1, reinterpret_cast<const __m128i&>(r_b)); in resolve() 5639 __m128i c2_r_b = _mm_and_si128(c2, reinterpret_cast<const __m128i&>(r_b)); in resolve() 5641 __m128i c3_r_b = _mm_and_si128(c3, reinterpret_cast<const __m128i&>(r_b)); in resolve() 5647 c0 = _mm_and_si128(c0, reinterpret_cast<const __m128i&>(r_b)); in resolve() [all …]
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | intrapred_neon.c | 503 const uint8x16_t r_b = vextq_u8(row_0, row_1, 4); in vpx_d135_predictor_16x16_neon() local 509 d135_store_16x8(&dst, stride, r_8, r_9, r_a, r_b, r_c, r_d, r_e, row_0); in vpx_d135_predictor_16x16_neon()
|