Searched defs:mf (Results 1 - 25 of 92) sorted by relevance

1234

/external/eigen/doc/snippets/
H A DMatrixBase_cast.cpp2 Matrix2f mf = Matrix2f::Identity(); variable
3 cout << md + mf.cast<double>() << endl;
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp5.cpp5 void mf() { } function in class:N::Y
17 template void N::Y<double>::mf();
H A Dp2.cpp4 template<class T> class Array { void mf() { } }; function in class:Array
7 template void Array<int>::mf();
/external/clang/test/Frontend/
H A Dast-main.cpp9 T *mf();
12 T *S<T>::mf() { function in class:S
17 S<int>().mf();
/external/skia/samplecode/
H A DSampleBigBlur.cpp33 SkMaskFilter* mf = SkBlurMaskFilter::Create( local
37 paint.setMaskFilter(mf)->unref();
H A DSampleAnimBlur.cpp49 SkMaskFilter* mf = SkBlurMaskFilter::Create( variable
54 SkSafeUnref(paint.setMaskFilter(mf));
H A DSampleTextureDomain.cpp80 SkMaskFilter* mf = SkBlurMaskFilter::Create( local
85 paint.setMaskFilter(mf)->unref();
93 mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle,
96 paint.setMaskFilter(mf)->unref();
/external/harfbuzz_ng/src/
H A Dtest-size-params.cc62 GMappedFile *mf = g_mapped_file_new (argv[1], false, NULL); local
63 font_data = g_mapped_file_get_contents (mf);
64 len = g_mapped_file_get_length (mf);
66 user_data = (void *) mf;
H A Dtest-would-substitute.cc66 GMappedFile *mf = g_mapped_file_new (argv[1], false, NULL); local
67 font_data = g_mapped_file_get_contents (mf);
68 len = g_mapped_file_get_length (mf);
70 user_data = (void *) mf;
H A Dtest-buffer-serialize.cc64 GMappedFile *mf = g_mapped_file_new (argv[1], false, NULL); local
65 font_data = g_mapped_file_get_contents (mf);
66 len = g_mapped_file_get_length (mf);
68 user_data = (void *) mf;
H A Dmain.cc54 GMappedFile *mf = g_mapped_file_new (argv[1], false, NULL); local
55 font_data = g_mapped_file_get_contents (mf);
56 len = g_mapped_file_get_length (mf);
H A Dtest.cc65 GMappedFile *mf = g_mapped_file_new (argv[1], false, NULL); local
66 font_data = g_mapped_file_get_contents (mf);
67 len = g_mapped_file_get_length (mf);
69 user_data = (void *) mf;
/external/llvm/lib/CodeGen/
H A DScheduleDAG.cpp38 ScheduleDAG::ScheduleDAG(MachineFunction &mf) argument
39 : TM(mf.getTarget()), TII(mf.getSubtarget().getInstrInfo()),
40 TRI(mf.getSubtarget().getRegisterInfo()), MF(mf),
41 MRI(mf.getRegInfo()), EntrySU(), ExitSU() {
H A DEdgeBundles.cpp39 bool EdgeBundles::runOnMachineFunction(MachineFunction &mf) { argument
40 MF = &mf;
H A DRegAllocBasic.cpp106 bool runOnMachineFunction(MachineFunction &mf) override;
269 bool RABasic::runOnMachineFunction(MachineFunction &mf) { argument
272 << mf.getName() << '\n');
274 MF = &mf;
H A DRegisterClassInfo.cpp35 void RegisterClassInfo::runOnMachineFunction(const MachineFunction &mf) { argument
37 MF = &mf;
/external/skia/gm/
H A Dblurquickreject.cpp59 SkMaskFilter* mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle, variable
61 blurPaint.setMaskFilter(mf)->unref();
H A Dbigblurs.cpp73 SkMaskFilter* mf = SkBlurMaskFilter::Create((SkBlurStyle)j, kSigma); variable
74 blurPaint.setMaskFilter(mf)->unref();
H A Dblurs.cpp53 SkMaskFilter* mf = SkBlurMaskFilter::Create(gRecs[i].fStyle, variable
56 paint.setMaskFilter(mf)->unref();
67 SkMaskFilter* mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle, variable
70 paint.setMaskFilter(mf)->unref();
H A Ddrawlooper.cpp89 SkMaskFilter* mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle, local
91 paint->setMaskFilter(mf)->unref();
/external/eigen/test/eigen2/
H A Deigen2_mixingtypes.cpp33 Mat_f mf(size,size);
42 mf+mf; local
43 VERIFY_RAISES_ASSERT(mf+md);
44 VERIFY_RAISES_ASSERT(mf+mcf);
49 mf*mf; local
52 mf*vcf;
54 mcf *= mf;
59 VERIFY_RAISES_ASSERT(mf*m
[all...]
/external/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h60 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
64 : MF(mf), LIS(lis), Loops(loops), MBFI(mbfi), normalize(norm) {}
/external/skia/bench/
H A DRectoriBench.cpp88 SkMaskFilter* mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle, local
91 paint->setMaskFilter(mf)->unref();
/external/eigen/test/
H A Dmixingtypes.cpp39 Mat_f mf = Mat_f::Random(size,size); local
40 Mat_d md = mf.template cast<double>();
53 mf+mf; local
54 VERIFY_RAISES_ASSERT(mf+md);
55 VERIFY_RAISES_ASSERT(mf+mcf);
78 // vd.asDiagonal() * mf; // does not even compile
79 // vcd.asDiagonal() * mf; // does not even compile
101 VERIFY_IS_APPROX(sf*mf*mcf, sf*mf
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCurrencyFormat.java38 private transient final MeasureFormat mf; field in class:CurrencyFormat
43 mf = MeasureFormat.getInstance(locale, FormatWidth.WIDE);
89 return mf.formatMeasures(appendTo, fieldPosition, measures);
97 return mf.getWidth();
105 return mf.getNumberFormat();
113 return mf.toCurrencyProxy();

Completed in 1496 milliseconds

1234