Searched refs:b1 (Results 51 - 75 of 536) sorted by relevance

1234567891011>>

/external/clang/test/CXX/drs/
H A Ddr19xx.cpp32 extern B b1;
33 B b2(b1); // expected-error {{call to deleted}}
/external/llvm/test/MC/AArch64/
H A Dneon-scalar-saturating-add-sub.s6 sqadd b0, b1, b2
11 // CHECK: sqadd b0, b1, b2 // encoding: [0x20,0x0c,0x22,0x5e]
19 uqadd b0, b1, b2
24 // CHECK: uqadd b0, b1, b2 // encoding: [0x20,0x0c,0x22,0x7e]
32 sqsub b0, b1, b2
37 // CHECK: sqsub b0, b1, b2 // encoding: [0x20,0x2c,0x22,0x5e]
45 uqsub b0, b1, b2
50 // CHECK: uqsub b0, b1, b2 // encoding: [0x20,0x2c,0x22,0x7e]
/external/v8/test/mjsunit/regress/
H A Dregress-omit-checks.js36 var b1 = create();
46 set(b1);
/external/v8/test/mjsunit/
H A Dswitch-opt.js43 function f(label, b1, b2, b3) {
48 case branch(b1) + branch(b2):
65 function assertResult(r, label, b1, b2, b3) {
66 f(label, b1, b2, b3);
140 function f(label, b1, b2, b3) {
145 case branch(b1) + branch(b2):
162 function assertResult(r, label, b1, b2, b3) {
163 f(label, b1, b2, b3);
H A Dcomparison-ops-and-undefined.js30 function test_helper_for_ics(func, b1, b2, b3, b4) {
31 assertEquals(b1, func(.5, .5));
37 function test_helper_for_crankshaft(func, b1, b2, b3, b4) {
38 assertEquals(b1, func(.5, .5));
40 assertEquals(b1, func(.5, .5));
/external/valgrind/memcheck/tests/
H A Dclo_redzone_128.stderr.exp0 b1 0x........ b2 0x........
/external/icu/icu4c/source/common/
H A Duidna.cpp205 UChar *b1 = b1Stack, *b2 = b2Stack; local
231 b1 = (UChar*) uprv_malloc(srcLength * U_SIZEOF_UCHAR);
232 if(b1==NULL){
244 b1[b1Len++] = src[j];
251 b1Len = usprep_prepare(nameprep, src, srcLength, b1, b1Capacity, namePrepOptions, parseError, status);
256 if(b1 != b1Stack){
257 uprv_free(b1);
259 b1 = (UChar*) uprv_malloc(b1Len * U_SIZEOF_UCHAR);
260 if(b1==NULL){
267 b1Len = usprep_prepare(nameprep, src, srcLength, b1, b1Le
410 UChar *b1 = b1Stack, *b2 = b2Stack, *b1Prime=NULL, *b3=b3Stack; local
870 UChar *b1 = b1Stack, *b2 = b2Stack; local
[all...]
/external/apache-harmony/crypto/src/test/impl/java.injected/org/apache/harmony/crypto/internal/
H A DNullCipherSpiTest.java58 byte[] b1 = spi.engineUpdate(b, 3, 4);
60 assertEquals("incorrect update result", b[3 + i], b1[i]);
70 byte[] b1 = new byte[10];
71 assertEquals("incorrect update result", 4, spi.engineUpdate(b, 3, 4, b1, 5));
73 assertEquals("incorrect update result", b[3 + i], b1[5 + i]);
83 byte[] b1 = null;
84 b1 = spi.engineDoFinal(b, 3, 4);
86 assertEquals("incorrect doFinal result", b[3 + i], b1[i]);
96 byte[] b1 = new byte[10];
97 assertEquals("incorrect doFinal result", 4, spi.engineDoFinal(b, 3, 4, b1,
[all...]
/external/clang/test/CodeGen/
H A D2002-07-30-UnionTest.c11 void *b1; member in union:X
/external/clang/test/CodeGenCXX/
H A Dmember-init-anon-union.cpp43 B b1; variable
/external/clang/test/SemaCXX/
H A Dbool.cpp19 bool *b1 = (int *)0; // expected-error{{cannot initialize}} local
H A Dgoto.cpp5 void f(bool b1, bool b2) { argument
15 } while (b1);
24 void f(bool b1, bool b2) { argument
34 } while (b1);
H A Dconvert-to-bool.cpp32 bool b1 = !ecb; local
46 bool b1(ecb); // okay
/external/libcxx/test/std/numerics/numarray/template.mask.array/mask.array.assign/
H A Dmask_array.pass.cpp24 bool b1[N1] = {true, false, false, true, true, false, local
32 std::valarray<bool> vb1(b1, N1);
57 bool b1[] = {true, false, true}; local
60 std::valarray<bool> const vb1(b1, 3);
/external/libcxxabi/test/
H A Dinherited_exception.pass.cpp31 int b1; member in struct:Base
44 child.b1 = 10;
52 child.b1 = 10;
60 child.b1 = 10;
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_wt_IPC_frame.h56 EAS_I32 b1; member in struct:s_wt_frame_tag
H A DARM-E_filter_gnu.s45 b1 .req r6 label
76 LDR b1, [pWTFrame, #m_b1]
79 RSB b1, b1, #0 @ b1 = -b1
91 SMULBB tmp2, z1, b1 @ tmp2 = z1 * -b1
92 SMLABB tmp2, z2, b2, tmp2 @ tmp2 = (-b1 * z1) + (-b2 * z2)
96 SMLABB tmp0, tmp0, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_wt_IPC_frame.h56 EAS_I32 b1; member in struct:s_wt_frame_tag
H A DARM-E_filter_gnu.s45 b1 .req r6 label
76 LDR b1, [pWTFrame, #m_b1]
79 RSB b1, b1, #0 @ b1 = -b1
91 SMULBB tmp2, z1, b1 @ tmp2 = z1 * -b1
92 SMLABB tmp2, z2, b2, tmp2 @ tmp2 = (-b1 * z1) + (-b2 * z2)
96 SMLABB tmp0, tmp0, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DRing.java54 private transient static Vector3f b1 = new Vector3f(), b2 = new Vector3f(); field in class:Ring
193 up.cross(Vector3f.UNIT_X, b1);
194 if (b1.lengthSquared() < FastMath.FLT_EPSILON) {
195 up.cross(Vector3f.UNIT_Y, b1);
197 b1.normalizeLocal();
198 up.cross(b1, b2);
199 result.set(b1).multLocal(r * FastMath.cos(theta)).addLocal(center);
/external/valgrind/none/tests/amd64/
H A Dasorep.c11 uintptr_t b1 = (uintptr_t) buf1, b2 = (uintptr_t) buf2; local
13 if (b1 > 0xffffffffULL || b2 > 0xffffffffULL)
16 b1 += 0x100000000ULL;
21 : "D" (b2), "S" (b1), "c" (0x100000004ULL)
51 : "D" (b2), "S" (b1), "c" (0x100000020ULL));
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
H A DDistinguishedNameParser.java316 int b1, b2;
318 b1 = chars[position];
319 if (b1 >= '0' && b1 <= '9') {
320 b1 = b1 - '0';
321 } else if (b1 >= 'a' && b1 <= 'f') {
322 b1 = b1
[all...]
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Diwalsh_v6.asm34 qadd16 r11, r4, r6 ; b1 [5+9 | 4+8]
38 qadd16 r2, r10, r11 ; a1 + b1 [1 | 0]
40 qsub16 r6, r10, r11 ; a1 - b1 [9 | 8]
44 qadd16 r11, r5, r7 ; b1 [7+11 | 6+10]
48 qadd16 r3, r10, r11 ; a1 + b1 [3 | 2]
50 qsub16 r7, r10, r11 ; a1 - b1 [11 | 10]
56 qaddsubx r11, r2, r3 ; [b1|d1] [1+2 | 0-3]
58 qaddsubx lr, r4, r5 ; [b1|d1] [5+6 | 4-7]
60 qaddsubx r2, r10, r11 ; [b2|c2] [c1+d1 | a1-b1]
61 qaddsubx r3, r11, r10 ; [a2|d2] [b1
[all...]
/external/libvpx/libvpx/vp8/encoder/x86/
H A Ddct_sse2.asm88 paddw xmm0, xmm1 ;b1 a1 b1 a1 b1 a1 b1 a1
90 psllw xmm0, 3 ;b1 <<= 3 a1 <<= 3
94 pmaddwd xmm0, XMMWORD PTR[GLOBAL(_mult_add)] ;a1 + b1
95 pmaddwd xmm1, XMMWORD PTR[GLOBAL(_mult_sub)] ;a1 - b1
125 paddw xmm0, xmm2 ;b1 b1 b1 b
[all...]
/external/clang/test/CXX/special/class.inhctor/
H A Dp8.cpp18 constexpr B b1{k};
20 static_assert(a0.rval && !a1.rval && b0.rval && !b1.rval, "");

Completed in 2578 milliseconds

1234567891011>>