Home
last modified time | relevance | path

Searched defs:a02 (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/src/core/
DSkMatrixInvert.cpp38 double a02 = inMatrix[2]; in SkInvert3x3Matrix() local
75 double a02 = inMatrix[2]; in SkInvert4x4Matrix() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_matrix.cpp319 dng_matrix_3by3::dng_matrix_3by3 (real64 a00, real64 a01, real64 a02, in dng_matrix_3by3()
385 dng_matrix_4by3::dng_matrix_4by3 (real64 a00, real64 a01, real64 a02, in dng_matrix_4by3()
869 real64 a02 = A [0] [2]; in Invert3by3() local
/third_party/typescript/tests/baselines/reference/
DstrictBindCallApply1.js24 let a02 = foo.apply(undefined, [10, 20]); // Error variable
/third_party/openssl/test/
Dsanitytest.c32 a02, b02, c02, d02, e02, f02, g02, h02, i02, j02, in test_sanity_enum_size() enumerator
/third_party/flutter/skia/src/core/
DSkMatrix44.cpp461 double a02 = fMat[0][2]; in determinant() local
565 double a02 = fMat[0][2]; in invert() local
/third_party/flutter/skia/src/sksl/
DSkSLByteCode.cpp559 a02 = spf(-13), a12 = spf( -9), a22 = spf( -5), a32 = spf( -1), in innerRun() local
/third_party/flutter/skia/third_party/skcms/
Dskcms.cc1302 a02 = src->vals[2][0], in skcms_Matrix3x3_invert() local
/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp991 a02 = f32(m[2]), a12 = f32(m[6]), a22 = f32(m[10]), a32 = f32(m[14]), in writeMatrixInverse4x4() local
/third_party/skia/third_party/skcms/
Dskcms.cc1741 a02 = src->vals[2][0], in skcms_Matrix3x3_invert() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c1149 gint a00, a01, a02, a03; in _custom_video_orc_matrix8() local
/third_party/sqlite/src/
Dshell.c1630 # define a02 (p->u.s[2]) in KeccakF1600Step() macro