/external/valgrind/main/VEX/priv/ |
guest_s390_helpers.c | 365 UInt b1, b2, b3, b4, num_bytes, invalid_low_surrogate = 0; local 398 /* order of bytes left to right: b1, b2, b3 */ 405 b3 = 0x80; 406 b3 |= srcval & 0x3f; 408 retval = (b1 << 16) | (b2 << 8) | b3; 412 /* order of bytes left to right: b1, b2, b3, b4 */ 423 b3 = 0x80; 424 b3 |= (high_surrogate & 0x3) << 4; // ij 425 b3 |= (low_surrogate >> 6) & 0xf; // klmn 430 retval = (b1 << 24) | (b2 << 16) | (b3 << 8) | b4 [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ComputeTest.java | 62 Byte3 b3 = new Byte3(); local 63 b3.x = 1; 64 b3.y = 2; 65 b3.z = 2; 66 b3 = new Byte3((byte)1, (byte)2, (byte)3); 67 assertTrue(b3.x == 1); 68 assertTrue(b3.y == 2); 69 assertTrue(b3.z == 3); 269 avtItem.b3.x = 1; 270 avtItem.b3.y = 2 [all...] |
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/ |
TransformationMatrix.cpp | 100 // double = determinant3x3(a1, a2, a3, b1, b2, b3, c1, c2, c3) 107 // | a3, b3, c3 | 109 static double determinant3x3(double a1, double a2, double a3, double b1, double b2, double b3, double c1, double c2, double c3) 111 return a1 * determinant2x2(b2, b3, c2, c3) 113 + c1 * determinant2x2(a2, a3, b2, b3); 136 double b3 = m[2][1]; local 145 return a1 * determinant3x3(b2, b3, b4, c2, c3, c4, d2, d3, d4) 147 + c1 * determinant3x3(a2, a3, a4, b2, b3, b4, d2, d3, d4) 148 - d1 * determinant3x3(a2, a3, a4, b2, b3, b4, c2, c3, c4); 182 double b3 = matrix[2][1] local [all...] |
/external/chromium_org/third_party/libwebp/dsp/ |
enc.c | 213 const int b3 = a0 - a1; local 217 out[12 + i] = b3 >> 1; 593 const int b3 = a0 - a1; local 598 sum += w[12] * abs(b3);
|
enc_sse2.c | 434 // f1 = ((b3 * 5352 + b2 * 2217 + 12000) >> 16) 435 // f3 = ((b3 * 2217 - b2 * 5352 + 51000) >> 16) 483 const __m128i b3 = _mm_srai_epi16(_mm_subs_epi16(a0, a1), 1); local 487 _mm_storel_epi64((__m128i*)&out[12], b3); 510 const __m128i b3 = _mm_loadu_si128((__m128i*)&b[BPS * 3]); local 519 const __m128i a3p = _mm_subs_epu8(a3, b3); 520 const __m128i a3m = _mm_subs_epu8(b3, a3); 596 const __m128i b3 = _mm_loadl_epi64((__m128i*)&b[BPS * 3]); local 602 const __m128i b23 = _mm_unpacklo_epi32(b2, b3); 699 const __m128i b3 = _mm_sub_epi16(a0, a1) local 748 const __m128i b3 = _mm_sub_epi16(a0, a1); local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
pa-risc2W.s | 974 b3 .reg %fr9 label [all...] |
pa-risc2.s | 987 b3 .reg %fr9 label [all...] |
/external/clang/test/Misc/ |
diag-template-diffing.cpp | 935 B<int, char> b3; local 980 B<i2, i3> b3; local [all...] |
/external/opencv/cvaux/src/ |
cveigenobjects.cpp | 1132 float b3 = c * e[j + 3]; local [all...] |
/external/openssl/crypto/bn/asm/ |
pa-risc2W.s | 974 b3 .reg %fr9 label [all...] |
pa-risc2.s | 987 b3 .reg %fr9 label [all...] |
/external/webp/src/dsp/ |
enc.c | 213 const int b3 = a0 - a1; local 217 out[12 + i] = b3 >> 1; 593 const int b3 = a0 - a1; local 598 sum += w[12] * abs(b3);
|
enc_sse2.c | 434 // f1 = ((b3 * 5352 + b2 * 2217 + 12000) >> 16) 435 // f3 = ((b3 * 2217 - b2 * 5352 + 51000) >> 16) 483 const __m128i b3 = _mm_srai_epi16(_mm_subs_epi16(a0, a1), 1); local 487 _mm_storel_epi64((__m128i*)&out[12], b3); 510 const __m128i b3 = _mm_loadu_si128((__m128i*)&b[BPS * 3]); local 519 const __m128i a3p = _mm_subs_epu8(a3, b3); 520 const __m128i a3m = _mm_subs_epu8(b3, a3); 596 const __m128i b3 = _mm_loadl_epi64((__m128i*)&b[BPS * 3]); local 602 const __m128i b23 = _mm_unpacklo_epi32(b2, b3); 699 const __m128i b3 = _mm_sub_epi16(a0, a1) local 748 const __m128i b3 = _mm_sub_epi16(a0, a1); local [all...] |