HomeSort by relevance Sort by last modified time
    Searched refs:a22 (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
mat3.js 169 a20 = a[6], a21 = a[7], a22 = a[8],
171 b01 = a22 * a11 - a12 * a21,
172 b11 = -a22 * a10 + a12 * a20,
184 out[1] = (-a22 * a01 + a02 * a21) * det;
187 out[4] = (a22 * a00 - a02 * a20) * det;
205 a20 = a[6], a21 = a[7], a22 = a[8];
207 out[0] = (a11 * a22 - a12 * a21);
208 out[1] = (a02 * a21 - a01 * a22);
210 out[3] = (a12 * a20 - a10 * a22);
211 out[4] = (a00 * a22 - a02 * a20)
    [all...]
mat4.js 193 a20 = a[8], a21 = a[9], a22 = a[10], a23 = a[11],
203 b07 = a20 * a32 - a22 * a30,
205 b09 = a21 * a32 - a22 * a31,
207 b11 = a22 * a33 - a23 * a32,
220 out[3] = (a22 * b04 - a21 * b05 - a23 * b03) * det;
224 out[7] = (a20 * b05 - a22 * b02 + a23 * b01) * det;
232 out[15] = (a20 * b03 - a21 * b01 + a22 * b00) * det;
247 a20 = a[8], a21 = a[9], a22 = a[10], a23 = a[11],
250 out[0] = (a11 * (a22 * a33 - a23 * a32) - a21 * (a12 * a33 - a13 * a32) + a31 * (a12 * a23 - a13 * a22));
    [all...]
  /external/clang/test/SemaCXX/
constexpr-many-arguments.cpp 15 T a20, T a21, T a22)
18 a20, a21, a22}
uninitialized.cpp 122 A *a22 = new A(a22->count); // expected-warning {{variable 'a22' is uninitialized when used within its own initialization}} local
157 A *a22 = new A(a22->count); variable
  /external/chromium_org/third_party/re2/re2/
variadic_function.h 209 const Arg& a22) const {
212 &a21, &a22 };
222 const Arg& a22, const Arg& a23) const {
225 &a21, &a22, &a23 };
235 const Arg& a22, const Arg& a23, const Arg& a24) const {
238 &a21, &a22, &a23, &a24 };
248 const Arg& a22, const Arg& a23, const Arg& a24, const Arg& a25) const {
251 &a21, &a22, &a23, &a24, &a25 };
261 const Arg& a22, const Arg& a23, const Arg& a24, const Arg& a25,
265 &a21, &a22, &a23, &a24, &a25, &a26 }
    [all...]
  /external/regex-re2/re2/
variadic_function.h 211 const Arg& a22) const {
214 &a21, &a22 };
224 const Arg& a22, const Arg& a23) const {
227 &a21, &a22, &a23 };
237 const Arg& a22, const Arg& a23, const Arg& a24) const {
240 &a21, &a22, &a23, &a24 };
250 const Arg& a22, const Arg& a23, const Arg& a24, const Arg& a25) const {
253 &a21, &a22, &a23, &a24, &a25 };
263 const Arg& a22, const Arg& a23, const Arg& a24, const Arg& a25,
267 &a21, &a22, &a23, &a24, &a25, &a26 }
    [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
gl-matrix.js     [all...]
  /art/test/003-omnibus-opcodes/src/
MethodCall.java 42 long a20, long a21, int a22, int a23, int a24, int a25, int a26,
  /external/chromium_org/third_party/skia/src/utils/
SkMatrix44.cpp 425 double a22 = fMat[2][2]; local
439 double b07 = a20 * a32 - a22 * a30;
441 double b09 = a21 * a32 - a22 * a31;
443 double b11 = a22 * a33 - a23 * a32;
512 double a22 = fMat[2][2]; local
534 double b07 = a20 * a32 - a22 * a30;
536 double b09 = a21 * a32 - a22 * a31;
538 double b11 = a22;
592 double b07 = a20 * a32 - a22 * a30;
594 double b09 = a21 * a32 - a22 * a31
    [all...]
  /external/skia/src/utils/
SkMatrix44.cpp 425 double a22 = fMat[2][2]; local
439 double b07 = a20 * a32 - a22 * a30;
441 double b09 = a21 * a32 - a22 * a31;
443 double b11 = a22 * a33 - a23 * a32;
512 double a22 = fMat[2][2]; local
534 double b07 = a20 * a32 - a22 * a30;
536 double b09 = a21 * a32 - a22 * a31;
538 double b11 = a22;
592 double b07 = a20 * a32 - a22 * a30;
594 double b09 = a21 * a32 - a22 * a31
    [all...]
  /external/chromium_org/mojo/python/tests/
bindings_serialization_deserialization_unittest.py 122 v1.a22.location = sample_import_mojom.Point()
123 v1.a22.size = sample_import2_mojom.Size()
bindings_structs_unittest.py 48 self.assertTrue(isinstance(defaults_test.a22, sample_import2_mojom.Thing))
69 self.assertNotEquals(defaults_test1.a22, defaults_test2.a22)
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 100 paddd xmm1, xmm6 ; b23 b22 a23 a22
131 punpcklqdq xmm0, xmm1 ; a23 a22 a21 a20
137 packssdw xmm0, xmm4 ; b23 b22 b21 b20 a23 a22 a21 a20
  /external/libvpx/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 100 paddd xmm1, xmm6 ; b23 b22 a23 a22
131 punpcklqdq xmm0, xmm1 ; a23 a22 a21 a20
137 packssdw xmm0, xmm4 ; b23 b22 b21 b20 a23 a22 a21 a20
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 100 paddd xmm1, xmm6 ; b23 b22 a23 a22
131 punpcklqdq xmm0, xmm1 ; a23 a22 a21 a20
137 packssdw xmm0, xmm4 ; b23 b22 b21 b20 a23 a22 a21 a20
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountManagerServiceTest.java 76 Account a22 = new Account("account2", "type2"); local
81 mAms.addAccountExplicitly(a22, "p22", null);
92 assertEquals(a22, accounts[4]);
  /external/opencv/cv/src/
cvsamplers.cpp 152 worktype a11, a12, a21, a22, b1, b2; \
167 a22 = scale_macro(a*b); \
194 cast_macro(src[j+src_step+1])*a22; \
198 cast_macro(src[j+src_step+2])*a22; \
209 cast_macro(src[j+src_step+1])*a22; \
242 cast_macro(src2[j+1])*a22; \
397 float a12, a22, b1, b2; local
415 a22 = a*b;
441 float t = a12*CV_8TO32F(src[j+1]) + a22*CV_8TO32F(src[j+1+src_step]);
475 float t = a12*CV_8TO32F(src[j+1]) + a22*CV_8TO32F(src2[j+1])
    [all...]
cvinpaint.cpp 212 double sol, a11, a22, m12; local
214 a22=CV_MAT_ELEM(*t,float,i2,j2);
215 m12=MIN(a11,a22);
219 if( fabs(a11-a22) >= 1.0 )
222 sol = (a11+a22+sqrt((double)(2-(a11-a22)*(a11-a22))))*0.5;
226 sol = 1+a22;
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
osr-regress-max-locals.js 35 a21, a22, a23, a24, a25, a26, a27, a28, a29, a30,
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
RawConverter.java 683 double a22 = m[8]; local
    [all...]
  /external/chromium_org/mojo/public/cpp/bindings/tests/
sample_service_unittest.cc 372 ASSERT_FALSE(defaults->a22.is_null());
373 EXPECT_EQ(imported::SHAPE_RECTANGLE, defaults->a22->shape);
374 EXPECT_EQ(imported::COLOR_BLACK, defaults->a22->color);
  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
BindingsTest.java 202 assertNotNull(test.a22);
203 checkField(DefaultsTest.class.getField("a22"), Thing.class, test, test.a22);
  /external/chromium_org/v8/test/webkit/fast/js/
number-toString.js 57 shouldBeEqualToString("(1234.567).toString(11)", "a22.62674a0a5885");
  /external/eigen/Eigen/src/Eigenvalues/
RealQZ.h 412 a21=m_S.coeff(f+1,f+0), a22=m_S.coeff(f+1,f+1), a32=m_S.coeff(f+2,f+1), local
425 y = a11*a21*b11i*b11i - lpl*a21*b11i + a21*a22*b11i*b22i
454 a21 = m_S.coeff(f+1,f), a22 = m_S.coeff(f+1,f+1), local
468 y = (a22/b22-a11/b11) - (a21/b11)*(b12/b22) - (a88/b88-a11/b11) - (a99/b99-a11/b11) + (a98/b88)*(b89/b99);
  /external/chromium_org/v8/test/mjsunit/harmony/
typedarrays.js 402 var a22 = new Int32Array(12)
403 a22.set(a21, 2)
404 assertArrayPrefix([0, 0, 1, 0, 10, 0, 0, -1, 3, 0], a22)

Completed in 3272 milliseconds

1 2