Home
last modified time | relevance | path

Searched refs:b02 (Results 1 – 25 of 36) sorted by relevance

12

/external/skia/tests/sksl/intrinsics/
DInverse.metal20 float b02 = a00*a13 - a03*a10;
30 float det = b00*b11 - b01*b10 + b02*b09 + b03*b08 - b04*b07 + b05*b06;
37 a32*b02 - a30*b05 - a33*b01,
38 a20*b05 - a22*b02 + a23*b01,
41 a30*b04 - a31*b02 + a33*b00,
42 a21*b02 - a20*b04 - a23*b00,
DDeterminant.glsl2b02 = a00 * a13 - a03 * a10; float b03 = a01 * a12 - a02 * a11; float b04 = a01 * a13 - a03 …
/external/skia/modules/canvaskit/
Dmatrix.js340 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,
/external/perfetto/src/traced/probes/ftrace/
Dcpu_reader_benchmark.cc84 00000340: 4b02 0000 6200 0000 907a f000 2f00 0103 K...b....z../...
85 00000350: 4b02 0000 7375 7266 6163 6566 6c69 6e67 K...surfacefling
86 00000360: 6572 0000 4b02 0000 6200 0000 0100 0000 er..K...b.......
224 00000c00: 6572 0000 4b02 0000 6200 0000 b04c 4200 er..K...b....LB.
225 00000c10: 2f00 0103 4b02 0000 7375 7266 6163 6566 /...K...surfacef
226 00000c20: 6c69 6e67 6572 0000 4b02 0000 6200 0000 linger..K...b...
Dcpu_reader_unittest.cc1668 00000340: 4b02 0000 6200 0000 907a f000 2f00 0103 K...b....z../...
1669 00000350: 4b02 0000 7375 7266 6163 6566 6c69 6e67 K...surfacefling
1670 00000360: 6572 0000 4b02 0000 6200 0000 0100 0000 er..K...b.......
1808 00000c00: 6572 0000 4b02 0000 6200 0000 b04c 4200 er..K...b....LB.
1809 00000c10: 2f00 0103 4b02 0000 7375 7266 6163 6566 /...K...surfacef
1810 00000c20: 6c69 6e67 6572 0000 4b02 0000 6200 0000 linger..K...b...
/external/skia/src/core/
DSkM44.cpp267 double b02 = a00 * a13 - a03 * a10; in invert() local
279 double det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in invert()
288 b02 *= invdet; in invert()
306 SkDoubleToScalar(a32 * b02 - a30 * b05 - a33 * b01), in invert()
307 SkDoubleToScalar(a20 * b05 - a22 * b02 + a23 * b01), in invert()
310 SkDoubleToScalar(a30 * b04 - a31 * b02 + a33 * b00), in invert()
311 SkDoubleToScalar(a21 * b02 - a20 * b04 - a23 * b00), in invert()
DSkMatrix44.cpp466 double b02 = a00 * a13 - a03 * a10; in determinant() local
478 return b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in determinant()
639 double b02 = a00 * a13 - a03 * a10; in invert() local
651 double det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in invert()
663 b02 *= invdet; in invert()
680 inverse->fMat[1][2] = SkDoubleToScalar(a32 * b02 - a30 * b05 - a33 * b01); in invert()
681 inverse->fMat[1][3] = SkDoubleToScalar(a20 * b05 - a22 * b02 + a23 * b01); in invert()
684 inverse->fMat[2][2] = SkDoubleToScalar(a30 * b04 - a31 * b02 + a33 * b00); in invert()
685 inverse->fMat[2][3] = SkDoubleToScalar(a21 * b02 - a20 * b04 - a23 * b00); in invert()
/external/llvm-project/clang/test/OpenMP/
Ddeclare_simd_aarch64.c96 char b02(char *);
178 *C = b02(C); in do_something()
/external/skqp/src/core/
DSkMatrix44.cpp457 double b02 = a00 * a13 - a03 * a10; in determinant() local
469 return b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in determinant()
630 double b02 = a00 * a13 - a03 * a10; in invert() local
642 double det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in invert()
654 b02 *= invdet; in invert()
671 inverse->fMat[1][2] = SkDoubleToMScalar(a32 * b02 - a30 * b05 - a33 * b01); in invert()
672 inverse->fMat[1][3] = SkDoubleToMScalar(a20 * b05 - a22 * b02 + a23 * b01); in invert()
675 inverse->fMat[2][2] = SkDoubleToMScalar(a30 * b04 - a31 * b02 + a33 * b00); in invert()
676 inverse->fMat[2][3] = SkDoubleToMScalar(a21 * b02 - a20 * b04 - a23 * b00); in invert()
/external/dng_sdk/source/
Ddng_bad_pixels.cpp915 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()
1336 int32 b02 = p0 [2 * cs]; in FixSingleColumn() local
1387 est0 = b02 + b86; in FixSingleColumn()
1389 grad0 = Abs_int32 (b02 - b86) + in FixSingleColumn()
/external/clang/test/SemaTemplate/
Dtemp_arg_nontype.cpp243 B<&c02> b02; in test2() local
/external/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp887 b02 = a00**a13 - a03**a10, in writeMatrixInverse4x4() local
898 skvm::F32 idet = 1.0f / (b00**b11 - b01**b10 + b02**b09 + b03**b08 - b04**b07 + b05**b06); in writeMatrixInverse4x4()
902 b02 *= idet; in writeMatrixInverse4x4()
920 result[ 6] = (a32*b02 - a30*b05 - a33*b01); in writeMatrixInverse4x4()
921 result[ 7] = (a20*b05 - a22*b02 + a23*b01); in writeMatrixInverse4x4()
924 result[10] = (a30*b04 - a31*b02 + a33*b00); in writeMatrixInverse4x4()
925 result[11] = (a21*b02 - a20*b04 - a23*b00); in writeMatrixInverse4x4()
/external/llvm-project/clang/test/SemaTemplate/
Dtemp_arg_nontype.cpp247 B<&c02> b02; in test2() local
/external/pcre/dist2/
DRunGrepTest.bat419 (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) >>testtry…
/external/elfutils/tests/
Drun-strings-test.sh206 testfile4: 5b02 [^_]
/external/mesa3d/src/freedreno/.gitlab-ci/reference/
DdEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_list.log780 00000000010543c0: 0240: 000000fc 000000fc 48a98b01 0000000f 40880b02 00000000 00000001 40880d01
1077 00000000010543d0: 0000: 40880b02 00000000 00000001
/external/llvm-project/mlir/test/Conversion/VectorToLLVM/
Dvector-to-llvm.mlir755 // CHECK: %[[b02:.*]] = llvm.extractvalue %[[B]][0] : !llvm.array<2 x vec<4 x float>>
756 // CHECK: %[[B0:.*]] = "llvm.intr.fmuladd"(%[[b00]], %[[b01]], %[[b02]]) :
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Domap_reorder_funcs.sym1717 3b02 6 643 3326
2764 STACK WIN 4 1b02 b9 0 0 10 c 18 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $20 $T…
Domap_stretched_filled.sym2324 5b02 10 186 3447
Ddump_syms_regtest64.sym2787 6b02 4 742 6808
Domap_stretched.sym2441 5b02 10 186 3447
/external/llvm-project/mlir/test/Dialect/Vector/
Dvector-contract-transforms.mlir579 // REDUCE-NEXT: %[[ab12:.*]] = mul %[[a1]], %[[b02]] : vector<4xf32>
/external/cpuinfo/test/dmesg/
Dgalaxy-s5-global.log817 <7>[ 1.859915] [c7] s5p-ehci 12110000.usb: reset command 0080b02 park=3 ithresh=8 period=1024 R…
2227 <7>[ 5.949777] [c7] s5p-ehci 12110000.usb: reset command 0080b02 park=3 ithresh=8 period=1024 R…
2726 <7>[ 10.607520] [c4] s5p-ehci 12110000.usb: reset command 0080b02 park=3 ithresh=8 period=1024 R…
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym9271 22b02 6 256 82
10925 25b02 6 85 79
12293 28b02 6 42 28
17040 31b02 a 79 111
18364 33b02 10 60 59
27479 42b02 2 303 90
29579 45b02 4 666 144
31093 47b02 2 754 26
36967 51b02 8 379 109
38651 53b02 2 253 246
[all …]
/external/libevent/
DChangeLog-2.0142 o Check event_base correctness at end of each unit test (3312b02)

12