Searched defs:a2 (Results 426 - 450 of 611) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFELighting.cpp403 unsigned char a2 = data.pixels->item(i + 1); local
405 // alpha set to set to max(a1, a2, a3)
406 data.pixels->set(i + 3, a1 >= a2 ? (a1 >= a3 ? a1 : a3) : (a2 >= a3 ? a2 : a3));
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dexponentiation.c1341 const BIGNUM *a2, const BIGNUM *p2, const BIGNUM *m,
1424 /* Build table for a2: val2[i] := a2^(2*i + 1) mod m for i = 0 ..
1426 if (a2->neg || BN_ucmp(a2, m) >= 0) {
1427 if (!BN_mod(val2[0], a2, m, ctx)) {
1432 a_mod_m = a2;
1340 BN_mod_exp2_mont(BIGNUM *rr, const BIGNUM *a1, const BIGNUM *p1, const BIGNUM *a2, const BIGNUM *p2, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dscale_common.cc259 uint8 a2 = (s[2] * 1 + s[3] * 3 + 2) >> 2; local
265 d[2] = (a2 * 3 + b2 + 2) >> 2;
281 uint16 a2 = (s[2] * 1 + s[3] * 3 + 2) >> 2; local
287 d[2] = (a2 * 3 + b2 + 2) >> 2;
304 uint8 a2 = (s[2] * 1 + s[3] * 3 + 2) >> 2; local
310 d[2] = (a2 + b2 + 1) >> 1;
326 uint16 a2 = (s[2] * 1 + s[3] * 3 + 2) >> 2; local
332 d[2] = (a2 + b2 + 1) >> 1;
/external/chromium_org/third_party/libyuv/source/
H A Dscale_common.cc259 uint8 a2 = (s[2] * 1 + s[3] * 3 + 2) >> 2; local
265 d[2] = (a2 * 3 + b2 + 2) >> 2;
281 uint16 a2 = (s[2] * 1 + s[3] * 3 + 2) >> 2; local
287 d[2] = (a2 * 3 + b2 + 2) >> 2;
304 uint8 a2 = (s[2] * 1 + s[3] * 3 + 2) >> 2; local
310 d[2] = (a2 + b2 + 1) >> 1;
326 uint16 a2 = (s[2] * 1 + s[3] * 3 + 2) >> 2; local
332 d[2] = (a2 + b2 + 1) >> 1;
/external/chromium_org/third_party/re2/re2/
H A Dregexp.cc412 Regexp* a2; local
420 a2 = a->sub()[i];
422 if (!TopEqual(a2, b2))
424 stk.push_back(a2);
434 a2 = a->sub()[0];
436 if (!TopEqual(a2, b2))
439 // stk.push_back(a2);
443 a = a2;
/external/chromium_org/third_party/re2/util/
H A Dpcre.cc151 const Arg& a2,
169 if (&a2 == &no_more_args) goto done; args[n++] = &a2;
194 const Arg& a2,
212 if (&a2 == &no_more_args) goto done; args[n++] = &a2;
237 const Arg& a2,
255 if (&a2 == &no_more_args) goto done; args[n++] = &a2;
286 const Arg& a2,
147 operator ()(const StringPiece& text, const PCRE& re, const Arg& a0, const Arg& a1, const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5, const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9, const Arg& a10, const Arg& a11, const Arg& a12, const Arg& a13, const Arg& a14, const Arg& a15) const argument
190 operator ()(const StringPiece& text, const PCRE& re, const Arg& a0, const Arg& a1, const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5, const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9, const Arg& a10, const Arg& a11, const Arg& a12, const Arg& a13, const Arg& a14, const Arg& a15) const argument
233 operator ()(StringPiece* input, const PCRE& pattern, const Arg& a0, const Arg& a1, const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5, const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9, const Arg& a10, const Arg& a11, const Arg& a12, const Arg& a13, const Arg& a14, const Arg& a15) const argument
282 operator ()(StringPiece* input, const PCRE& pattern, const Arg& a0, const Arg& a1, const Arg& a2, const Arg& a3, const Arg& a4, const Arg& a5, const Arg& a6, const Arg& a7, const Arg& a8, const Arg& a9, const Arg& a10, const Arg& a11, const Arg& a12, const Arg& a13, const Arg& a14, const Arg& a15) const argument
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicUtilities.cpp119 double a2 = a * a;
120 double Q = (a2 - b * 3) / 9;
121 double R = (2 * a2 * a - 9 * a * b + 27 * c) / 54;
216 double a2 = a * a; local
217 double Q = (a2 - b * 3) / 9;
218 double R = (2 * a2 * a - 9 * a * b + 27 * c) / 54;
/external/chromium_org/third_party/skia/tests/
H A DPathOpsAngleIdeas.cpp37 double a2; member in struct:TRange
111 static bool angleDirection(double a1, double a2) { argument
112 double delta = a1 - a2;
239 double a2 = quadAngle(reporter,quad2, t2); local
240 if (approximately_equal(a1, a2)) {
243 bool refCCW = angleDirection(a1, a2);
248 result->a2 = a2;
384 SkDebugf("l a2-a1==%1.9g\n", lowerRange->a2
[all...]
/external/chromium_org/v8/src/mips/
H A Dregexp-macro-assembler-mips.cc252 __ Addu(a2, end_of_input_address(), Operand(current_input_offset()));
257 // a2 - Address of current input position.
263 __ lbu(t0, MemOperand(a2, 0));
264 __ addiu(a2, a2, char_size());
290 __ Subu(current_input_offset(), a2, end_of_input_address());
299 __ PrepareCallCFunction(argument_count, a2);
308 // a2: size_t byte_length - length of capture in bytes(!).
314 __ mov(a2, a1);
363 __ Addu(a2, end_of_input_addres
384 __ Subu(current_input_offset(), a2, end_of_input_address()); local
[all...]
/external/chromium_org/v8/src/mips64/
H A Dregexp-macro-assembler-mips64.cc288 __ Daddu(a2, end_of_input_address(), Operand(current_input_offset()));
293 // a2 - Address of current input position.
299 __ lbu(a4, MemOperand(a2, 0));
300 __ daddiu(a2, a2, char_size());
326 __ Dsubu(current_input_offset(), a2, end_of_input_address());
335 __ PrepareCallCFunction(argument_count, a2);
344 // a2: size_t byte_length - length of capture in bytes(!).
350 __ mov(a2, a1);
399 __ Daddu(a2, end_of_input_addres
420 __ Dsubu(current_input_offset(), a2, end_of_input_address()); local
[all...]
/external/clang/lib/CodeGen/
H A DEHScopeStack.h225 A2 a2 = DominatingValue<A2>::restore(CGF, a2_saved); variable
226 T(a0, a1, a2).Emit(CGF, flags);
230 ConditionalCleanup3(A0_saved a0, A1_saved a1, A2_saved a2) argument
231 : a0_saved(a0), a1_saved(a1), a2_saved(a2) {}
248 A2 a2 = DominatingValue<A2>::restore(CGF, a2_saved); variable
250 T(a0, a1, a2, a3).Emit(CGF, flags);
254 ConditionalCleanup4(A0_saved a0, A1_saved a1, A2_saved a2, A3_saved a3) argument
255 : a0_saved(a0), a1_saved(a1), a2_saved(a2), a3_saved(a3) {}
337 void pushCleanup(CleanupKind Kind, A0 a0, A1 a1, A2 a2) { argument
339 Cleanup *Obj = new(Buffer) T(a0, a1, a2);
345 pushCleanup(CleanupKind Kind, A0 a0, A1 a1, A2 a2, A3 a3) argument
353 pushCleanup(CleanupKind Kind, A0 a0, A1 a1, A2 a2, A3 a3, A4 a4) argument
373 pushCleanupWithExtra(CleanupKind Kind, size_t N, A0 a0, A1 a1, A2 a2) argument
[all...]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x.cpp48 Agg<char> a2 = {1.0}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} local
H A Dp7-cxx11-nowarn.cpp49 Agg<char> a2 = {1.0}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} local
/external/clang/test/CodeGenCXX/
H A Dcatch-undef-behavior.cpp284 int a2[1]; member in struct:ArrayMembers
297 return p->a2[n];
326 int a1, a2, a3; member in class:A
H A Dtemporaries.cpp175 int a2; member in struct:PR5077::B
188 , a2(g(A()))
H A Dvtable-layout.cpp452 struct A2 { int a2; }; member in struct:Test9::A2
480 struct A2 { virtual void a2(); };
493 // CHECK-17-NEXT: 6 | void Test10::A2::a2()
563 // CHECK-19-NEXT: 15 | void Test12::A2::a2()
578 virtual void a2();
/external/clang/test/Index/
H A Dprint-type-size.cpp206 A& a2; member in class:Incomplete::B
/external/clang/test/Sema/
H A Dconversion.c405 enum E8559831a a2 = value_c; // expected-warning{{implicit conversion from enumeration type 'E8559831c' to different enumeration type 'enum E8559831a'}} local
406 a2 = value_c; // expected-warning{{implicit conversion from enumeration type 'E8559831c' to different enumeration type 'enum E8559831a'}}
H A Ddesignated-initializers.c120 int a2[]= { [0 ... sizeof(int)] = 0 }; variable
/external/clang/test/SemaCXX/
H A Dconversion-function.cpp395 A& a2 = c; local
H A Denum-scoped.cpp34 int a2[E1::Val1]; // expected-error{{size of array has non-integer type}} member in struct:E1::E2
/external/eigen/Eigen/src/Eigenvalues/
H A DSelfAdjointEigenSolver.h702 Scalar a2 = numext::abs2(scaledMat(0,0)); local
705 if(a2>c2)
708 eivecs.col(1) /= sqrt(a2+b2);
/external/eigen/demos/opengl/
H A Dquaternion_demo.cpp151 inline EulerAngles(Scalar a0, Scalar a1, Scalar a2) : m_angles(a0, a1, a2) {} argument
/external/fdlibm/
H A De_lgamma_r.c95 a2 = 6.73523010531292681824e-02, /* 0x3FB13E00, 0x1A5562A7 */ variable
258 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10))));
/external/gtest/test/
H A Dgtest-printers_test.cc943 const int a2[] = { 3, 4, 5 }; local
945 const list<int> l2(a2, a2 + 3);

Completed in 593 milliseconds

<<11121314151617181920>>