Searched refs:b02 (Results 1 - 9 of 9) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | mappedTypeModifiers.js | 57 var b02: BP; variable 58 var b02: { [P in keyof B]?: B[P] }; 59 var b02: Partial<B>; variable 60 var b02: { [P in keyof BP]: BP[P] } 61 var b02: Pick<BP, keyof BP>; variable 138 var b02;
variable 139 var b02;
variable 140 var b02;
variable 141 var b02;
variable 142 var b02;
variable [all...] |
/third_party/skia/src/core/ |
H A D | SkMatrixInvert.cpp | 92 double b02 = a00 * a13 - a03 * a10; in SkInvert4x4Matrix() local 104 double determinant = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in SkInvert4x4Matrix() 109 b02 *= invdet; in SkInvert4x4Matrix() 126 outMatrix[6] = a32 * b02 - a30 * b05 - a33 * b01; in SkInvert4x4Matrix() 127 outMatrix[7] = a20 * b05 - a22 * b02 + a23 * b01; in SkInvert4x4Matrix() 130 outMatrix[10] = a30 * b04 - a31 * b02 + a33 * b00; in SkInvert4x4Matrix() 131 outMatrix[11] = a21 * b02 - a20 * b04 - a23 * b00; in SkInvert4x4Matrix()
|
/third_party/skia/modules/canvaskit/ |
H A D | matrix.js | 340 var b02 = a00 * a13 - a03 * a10; 352 var det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; 363 b02 *= invdet; 387 a32 * b02 - a30 * b05 - a33 * b01, 388 a30 * b04 - a31 * b02 + a33 * b00, 392 a20 * b05 - a22 * b02 + a23 * b01, 393 a21 * b02 - a20 * b04 - a23 * b00,
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_bad_pixels.cpp | 907 // b00 g01 b02 g03 b04 in FixIsolatedPixel() 915 int32 b02 = p0 [2]; in FixIsolatedPixel() local 942 est0 = b02 + b42; in FixIsolatedPixel() 944 grad0 = Abs_int32 (b02 - b42) + in FixIsolatedPixel() 961 Abs_int32 (b02 - b24) + in FixIsolatedPixel() 983 Abs_int32 (b02 - b20) + in FixIsolatedPixel() 1326 // b00 g01 b02 g03 b04 g05 b06 g07 b08 in FixSingleColumn() 1336 int32 b02 = p0 [2 * cs]; in FixSingleColumn() local 1387 est0 = b02 + b86; in FixSingleColumn() 1389 grad0 = Abs_int32 (b02 in FixSingleColumn() [all...] |
/third_party/openssl/test/ |
H A D | sanitytest.c | 32 a02, b02, c02, d02, e02, f02, g02, h02, i02, j02, in test_sanity_enum_size() enumerator
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLVMCodeGenerator.cpp | 996 b02 = a00**a13 - a03**a10, 1007 skvm::F32 idet = 1.0f / (b00**b11 - b01**b10 + b02**b09 + b03**b08 - b04**b07 + b05**b06); 1011 b02 *= idet; 1029 result[ 6] = (a32*b02 - a30*b05 - a33*b01); 1030 result[ 7] = (a20*b05 - a22*b02 + a23*b01); 1033 result[10] = (a30*b04 - a31*b02 + a33*b00); 1034 result[11] = (a21*b02 - a20*b04 - a23*b00);
|
/third_party/pcre2/pcre2/ |
H A D | RunGrepTest.bat | 419 (pushd %srcdir% & %pcre2grep% -o "\b01|\b02" ./testdata/grepinput & popd) >>testtrygrep
423 (pushd %srcdir% & %pcre2grep% --color=always "\b01|\b02" ./testdata/grepinput & popd) >>testtrygrep
427 (pushd %srcdir% & %pcre2grep% -o --colour=always "\b01|\b02" ./testdata/grepinput & popd) >>testtrygrep
|
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_template.c | 1282 "#paddb "MANGLE(b02)", " #ppsx " \n\t"\ in dering() 1320 NAMED_CONSTRAINTS_ADD(deringThreshold,b00,b02,b08) in dering()
|
H A D | postprocess.c | 107 DECLARE_ASM_CONST(8, uint64_t, b02)= 0x0202020202020202LL;
|
Completed in 15 milliseconds