Home
last modified time | relevance | path

Searched refs:cf0 (Results 1 – 25 of 57) sorted by relevance

123

/external/skqp/gm/
Dsrgb.cpp24 auto cf0 = SkColorFilter::MakeMatrixFilterRowMajor255(array); variable
29 p.setColorFilter(cf0);
35 p.setColorFilter(cf1->makeComposed(cf0));
40 p.setColorFilter(cf2->makeComposed(cf0));
/external/llvm-project/mlir/test/Dialect/Vector/
Dvector-distribution.mlir29 %cf0 = constant 0.0 : f32
30 %a = vector.transfer_read %A[%c0], %cf0: memref<32xf32>, vector<32xf32>
31 %b = vector.transfer_read %B[%c0], %cf0: memref<32xf32>, vector<32xf32>
33 %c = vector.transfer_read %C[%c0], %cf0: memref<32xf32>, vector<32xf32>
55 %cf0 = constant 0.0 : f32
56 %a = vector.transfer_read %A[%c0], %cf0: memref<64xf32>, vector<64xf32>
57 %b = vector.transfer_read %B[%c0], %cf0: memref<64xf32>, vector<64xf32>
76 %cf0 = constant 0.0 : f32
77 %a = vector.transfer_read %A[%c0], %cf0: memref<64xf32>, vector<16xf32>
78 %b = vector.transfer_read %B[%c0], %cf0: memref<64xf32>, vector<16xf32>
[all …]
Dvector-transferop-opt.mlir15 %cf0 = constant 0.0 : f32
18 %0 = vector.transfer_read %arg1[%c1, %c0], %cf0 {masked = [false, false]} :
42 %cf0 = constant 0.0 : f32
48 %0 = vector.transfer_read %arg1[%c1, %c0], %cf0 {masked = [false, false]} :
75 %cf0 = constant 0.0 : f32
79 %0 = vector.transfer_read %arg1[%c1, %c0], %cf0 {masked = [false, false]} :
110 %cf0 = constant 0.0 : f32
116 %0 = vector.transfer_read %arg1[%i, %c0], %cf0 {masked = [false, false]} :
128 %1 = vector.transfer_read %arg1[%i, %c0], %cf0 {masked = [false, false]} :
145 %cf0 = constant 0.0 : f32
[all …]
Dvector-transfer-unroll.mlir16 %cf0 = constant 0.0 : f32
17 %0 = vector.transfer_read %arg0[%c0, %c0], %cf0 : memref<4x4xf32>, vector<4x4xf32>
56 %cf0 = constant 0.0 : f32
57 %0 = vector.transfer_read %arg0[%c0, %c0], %cf0 : memref<4x4xf32>, vector<4x4xf32>
Dvector-transforms.mlir260 %cf0 = constant 0.0 : f32
262 %0 = vector.transfer_read %arg0[%c0, %c0], %cf0
266 %1 = vector.transfer_read %arg1[%c0, %c0], %cf0
270 %2 = vector.transfer_read %arg2[%c0, %c0], %cf0
435 %cf0 = constant 0.000000e+00 : f32
436 %vf0 = splat %cf0 : vector<2x4xf32>
/external/skia/gm/
Dsrgb.cpp24 auto cf0 = SkColorFilters::Matrix(array); variable
30 p.setColorFilter(cf0);
36 p.setColorFilter(cf1->makeComposed(cf0));
41 p.setColorFilter(cf2->makeComposed(cf0));
Dmixercolorfilter.cpp92 auto cf0 = MakeTintColorFilter(0xff300000, 0xffa00000); // red tint in onDraw() local
96 this->mixRow(canvas, paint, cf0, nullptr); in onDraw()
97 this->mixRow(canvas, paint, cf0, cf1); in onDraw()
105 sk_sp<SkColorFilter> cf0, sk_sp<SkColorFilter> cf1) { in mixRow() argument
121 paint.setColorFilter(SkColorFilters::Lerp(t, cf0, cf1)); in mixRow()
Dcomposecolorfilter.cpp88 auto cf0 = MakeTintColorFilter(0xff300000, 0xffa00000, useSkSL); // red tint variable
91 paint.setColorFilter(cf0);
/external/antlr/runtime/ObjC/Framework/
DREADME.rtf6 \f0\fs36 \cf0 \ul \ulc0 How to use the "Regenerate examples" targets:
22 \cf0 Parsers and combined grammars: .g generate NameLexer.(h|m) and NameParser.(h|m) files\
24 \cf0 Lexers: .gl generate NameLexer.(h|m) files\
27 \cf0 Treeparsers: .gtp generate Name.(h|m) files (\cf2 this has changed from the previous r…
/external/skia/samplecode/
DSampleMixer.cpp40 void dodraw(SkCanvas* canvas, sk_sp<SkColorFilter> cf0, sk_sp<SkColorFilter> cf1, float gap) { in dodraw() argument
42 paint.setColorFilter(cf0); in dodraw()
45 paint.setColorFilter(SkColorFilters::Lerp(fWeight, cf0, cf1)); in dodraw()
/external/llvm-project/clang/test/CodeGen/
Dguard_nocf.c14 void cf0() { in cf0() function
47 cf0(); in cf1()
/external/llvm-project/clang/test/CodeGenCXX/
Dguard_nocf.cpp14 void cf0() { in cf0() function
47 cf0(); in cf1()
/external/llvm-project/clang/test/SemaObjCXX/
Darc-bridged-cast.mm57 } cf0;
60 extern const CFAnnotatedObjectRef r1 = &cf0;
62 extern "C" const CFAnnotatedObjectRef r3 = &cf0;
/external/llvm-project/mlir/integration_test/Dialect/Vector/CPU/
Dtest-vector-distribute.mlir33 %cf0 = constant 0.0 : f32
50 %a = vector.transfer_read %in1[%c0], %cf0: memref<?xf32>, vector<64xf32>
51 %b = vector.transfer_read %in2[%c0], %cf0: memref<?xf32>, vector<64xf32>
/external/python/cpython2/Mac/BuildScript/resources/
DWelcome.rtf8 \f0\fs24 \cf0 This package will install
14 \cf0 \
DConclusion.rtf9 \f0\fs28 \cf0 Congratulations!
/external/skia/src/core/
DSkColorFilter.cpp445 sk_sp<SkColorFilter> SkColorFilters::Lerp(float weight, sk_sp<SkColorFilter> cf0, in Lerp() argument
447 if (!cf0 && !cf1) { in Lerp()
454 if (cf0 == cf1) { in Lerp()
455 return cf0; // or cf1 in Lerp()
459 return cf0; in Lerp()
476 sk_sp<SkColorFilter> inputs[] = {cf0,cf1}; in Lerp()
/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding_test.cc495 Node* cf0 = *(send0->in_nodes().begin()); in TEST_F() local
496 ExpectNodeEqual<int>(cf0, {26}, {}); in TEST_F()
506 ASSERT_EQ(3, cf0->in_edges().size()); in TEST_F()
507 for (const Edge* e : cf0->in_edges()) { in TEST_F()
575 Node* cf0 = *(send0->in_nodes().begin()); in TEST_F() local
576 ExpectNodeEqual<int>(cf0, {2}, {}); in TEST_F()
624 Node* cf0 = *(send0->in_nodes().begin()); in TEST_F() local
625 ExpectNodeEqual<int>(cf0, {0}, {}); in TEST_F()
627 ASSERT_EQ(1, cf0->in_edges().size()); in TEST_F()
628 for (const Edge* e : cf0->in_edges()) { in TEST_F()
/external/jsr305/
DReadme.rtf7 \f0\fs24 \cf0 After installing maven, do the update and at the main directory, run either\
/external/python/cpython3/Mac/PythonLauncher/English.lproj/
DCredits.rtf6 \f0\b\fs24 \cf0 Engineering:
/external/python/cpython2/Mac/PythonLauncher/English.lproj/
DCredits.rtf6 \f0\b\fs24 \cf0 Engineering:
/external/python/cpython3/Mac/BuildScript/resources/
DWelcome.rtf9 \f0\fs24 \cf0 This package will install
DConclusion.rtf9 \f0\fs28 \cf0 Congratulations!
DLicense.rtf9 \f0\b\fs36 \cf0 \ul \ulc0 HISTORY AND LICENSE\
53 \f1\b0 \cf0 \ulnone Python software and documentation are licensed under the Python Software Founda…
60 \cf0 \
139 \f0\b \cf0 ZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON DOCUMENTATION\
142 \f1\b0 \cf0 \
147 \cf0 \
DReadMe.rtf9 \f0\fs24 \cf0 This package will install Python $FULL_VERSION for macOS $MACOSX_DEPLOYMENT_TARGET fo…
13 \f1\b \cf0 \ul \ulc0 Certificate verification and OpenSSL\

123