Searched refs:ab (Results 1 - 25 of 188) sorted by relevance

12345678

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-319722-ArrayBuffer.js30 var ab; variable
33 for (k = 8; k >= 1 && ab == null; k = k/2) {
35 ab = new ArrayBuffer(maxSize * k);
37 ab = null;
41 assertTrue(ab != null);
45 new constr(ab, 0, maxSize);
H A Dregress-581.js39 var ab = a.concat(b); variable
40 assertEquals(2 * pow31 - 1, ab.length);
41 assertEquals(31, ab[pow31]);
42 assertEquals(32, ab[2 * pow31 - 1]);
H A Dregress-copy-hole-to-field.js47 var o = {ab:5};
50 o.ab = a[i];
57 assertEquals(undefined, o.ab);
/external/clang/test/Parser/
H A Dcxx-member-init-missing-paren-crash.cpp7 bool ab() {
/external/eigen/unsupported/test/
H A Dkronecker_product.cpp18 void check_dimension(const MatrixType& ab, const unsigned int rows, const unsigned int cols) argument
20 VERIFY_IS_EQUAL(ab.rows(), rows);
21 VERIFY_IS_EQUAL(ab.cols(), cols);
26 void check_kronecker_product(const MatrixType& ab) argument
28 VERIFY_IS_EQUAL(ab.rows(), 6);
29 VERIFY_IS_EQUAL(ab.cols(), 6);
30 VERIFY_IS_EQUAL(ab.nonZeros(), 36);
31 VERIFY_IS_APPROX(ab.coeff(0,0), -0.4017367630386106);
32 VERIFY_IS_APPROX(ab.coeff(0,1), 0.1056863433932735);
33 VERIFY_IS_APPROX(ab
71 check_sparse_kronecker_product(const MatrixType& ab) argument
[all...]
/external/compiler-rt/lib/asan/lit_tests/TestCases/Helpers/
H A Dinitialization-nobug-extra.cc3 static int ab = getAB(); variable
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-default.cc84 hb_codepoint_t *ab)
121 bool found = c->unicode->compose (a, b, ab);
129 *ab = 0xFB1D;
135 *ab = 0xFB1F;
138 *ab = 0xFB2E;
144 *ab = 0xFB2F;
150 *ab = 0xFB4B;
156 *ab = sDageshForms[a - 0x05D0];
157 found = (*ab != 0);
159 *ab
81 compose_default(const hb_ot_shape_normalize_context_t *c, hb_codepoint_t a, hb_codepoint_t b, hb_codepoint_t *ab) argument
[all...]
H A Dhb-ot-shape-normalize-private.hh60 hb_codepoint_t ab,
66 hb_codepoint_t *ab);
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-default.cc90 hb_codepoint_t *ab)
127 bool found = c->unicode->compose (a, b, ab);
135 *ab = 0xFB1D;
141 *ab = 0xFB1F;
144 *ab = 0xFB2E;
150 *ab = 0xFB2F;
156 *ab = 0xFB4B;
162 *ab = sDageshForms[a - 0x05D0];
163 found = (*ab != 0);
165 *ab
87 compose_default(const hb_ot_shape_normalize_context_t *c, hb_codepoint_t a, hb_codepoint_t b, hb_codepoint_t *ab) argument
[all...]
H A Dhb-ot-shape-normalize-private.hh61 hb_codepoint_t ab,
67 hb_codepoint_t *ab);
/external/chromium_org/v8/test/webkit/fast/regex/
H A Dalternative-length-miscalculation.js32 var re2 = /[^a]|ab/;
H A Decma-regex-examples.js28 var regex01 = /a|ab/;
31 var regex02 = /((a)|(ab))((c)|(bc))/;
/external/clang/test/CodeGenCXX/
H A Datomicinit.cpp30 void atomic_init_bool(_Atomic(bool) *ab, bool b) {
34 __c11_atomic_init(ab, b);
39 _Atomic(bool) ab; member in struct:AtomicBoolMember
47 AtomicBoolMember::AtomicBoolMember(bool b) : ab(b) { }
/external/compiler-rt/lib/ppc/
H A Dgcc_qmul.c21 double ab, tmp, tau; local
23 ab = A * B;
26 if (ab == 0.0) {
27 dst.s.hi = ab;
32 const doublebits abBits = { .d = ab };
34 dst.s.hi = ab;
45 tmp = LOWORDER(ab, aHi, aLo, bHi, bLo);
47 tau = ab + tmp;
49 dst.s.lo = (ab - tau) + tmp;
/external/clang/test/Sema/
H A Ddecl-in-prototype.c23 struct ab { // expected-note {{previous definition is here}} expected-note {{previous definition is here}} struct in struct:aA
28 int f5(struct aA { struct ab { int j; } b; struct ab { char glorx; } glorx; } *); // expected-warning {{declaration of 'struct aA' will not be visible}} expected-warning {{redefinition of 'ab' will not be visible}} expected-warning {{redefinition of 'ab' will not be visible}}
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
H A Dlower_guarded_conditional_break.opt_test10 ((declare (in) float aa) (declare (in) float ab) (declare (in) float b)
15 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
H A Dlower_unified_returns.opt_test12 ((declare (in) float aa) (declare (in) float ab) (declare (in) float b)
17 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
H A Dlower_pulled_out_jump.opt_test12 ((declare (in) float aa) (declare (in) float ab) (declare (in) float b)
18 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
/external/mesa3d/src/glsl/tests/lower_jumps/
H A Dlower_guarded_conditional_break.opt_test10 ((declare (in) float aa) (declare (in) float ab) (declare (in) float b)
15 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
H A Dlower_unified_returns.opt_test12 ((declare (in) float aa) (declare (in) float ab) (declare (in) float b)
17 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
H A Dlower_pulled_out_jump.opt_test12 ((declare (in) float aa) (declare (in) float ab) (declare (in) float b)
18 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
/external/valgrind/main/none/tests/s390x/
H A Dtroo.stdout.exp6 the translated values are ff bb dd ab ca
8 the translated values are ff bb dd ab ca bc cc da ea aa
14 the translated values are ff bb dd ab ca bc cc da
H A Dtrto.stdout.exp8 the translated values is cc dd ff cc ab ca
10 the translated values is cc dd ff cc ab ca bc cc dd ea
16 the translated values is cc dd ff cc ab ca bc cc dd 0
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dtypedarrays.js31 var ab = new ArrayBuffer(param);
32 assertSame(expectedByteLength, ab.byteLength);
53 var ab = new ArrayBuffer();
54 assertSame(0, ab.byteLength);
60 var ab = new ArrayBuffer(1024);
61 assertSame(1024, ab.byteLength);
63 assertThrows(function() { "use strict"; ab.byteLength = 42; }, TypeError);
69 var ab = new ArrayBuffer(initialLen);
70 var a1 = new Uint8Array(ab);
74 var slice = ab
[all...]
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
H A Dmat2d.js118 var aa = a[0], ab = a[1], ac = a[2], ad = a[3],
121 var det = aa * ad - ab * ac;
128 out[1] = -ab * det;
132 out[5] = (ab * atx - aa * aty) * det;
155 var aa = a[0], ab = a[1], ac = a[2], ad = a[3],
160 out[0] = aa*ba + ab*bc;
161 out[1] = aa*bb + ab*bd;
186 ab = a[1],
194 out[0] = aa*ct + ab*st;
195 out[1] = -aa*st + ab*c
[all...]

Completed in 6269 milliseconds

12345678