Searched refs:mf (Results 1 - 25 of 182) sorted by relevance

12345678

/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/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/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.expl.spec/
H A Dp17.cpp5 void mf();
10 template<> template<> void A<char>::B<char>::mf();
12 template<> void A<char>::B<int>::mf(); // expected-error{{requires 'template<>'}}
/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/chromium_org/gpu/command_buffer/tests/
H A Dgl_chromium_path_rendering_unittest.cc59 GLfloat mf[16]; local
61 memset(mf, 0, sizeof(mf));
63 glGetFloatv(kGetMatrixModes[i], mf);
65 ExpectEqualMatrix(kIdentityMatrix, mf);
69 memset(mf, 0, sizeof(mf));
71 glGetFloatv(kGetMatrixModes[i], mf);
73 ExpectEqualMatrix(kSeqMatrix, mf);
77 memset(mf,
92 GLfloat mf[16]; local
[all...]
/external/llvm/lib/CodeGen/
H A DSpiller.h36 MachineFunction &mf,
42 MachineFunction &mf,
H A DSpiller.cpp53 MachineFunction *mf; member in class:__anon25824::SpillerBase
62 SpillerBase(MachineFunctionPass &pass, MachineFunction &mf, VirtRegMap &vrm) argument
63 : pass(&pass), mf(&mf), vrm(&vrm)
66 mfi = mf.getFrameInfo();
67 mri = &mf.getRegInfo();
68 tii = mf.getTarget().getInstrInfo();
69 tri = mf.getTarget().getRegisterInfo();
162 TrivialSpiller(MachineFunctionPass &pass, MachineFunction &mf, argument
164 : SpillerBase(pass, mf, vr
176 createSpiller(MachineFunctionPass &pass, MachineFunction &mf, VirtRegMap &vrm) argument
[all...]
/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/chromium_org/third_party/skia/samplecode/
H A DSampleBigBlur.cpp33 SkMaskFilter* mf = SkBlurMaskFilter::Create( local
37 paint.setMaskFilter(mf)->unref();
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/skia/samplecode/
H A DSampleBigBlur.cpp33 SkMaskFilter* mf = SkBlurMaskFilter::Create( local
37 paint.setMaskFilter(mf)->unref();
/external/chromium_org/third_party/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;
/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;
/external/chromium_org/ui/base/win/
H A Dhwnd_subclass_unittest.cc76 TestMessageFilter mf; local
77 HWNDSubclass::AddFilterToTarget(window.hwnd(), &mf);
83 EXPECT_TRUE(mf.saw_message);
86 mf.saw_message = false;
89 mf.consume_messages = true;
94 EXPECT_TRUE(mf.saw_message);
/external/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h58 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
62 : MF(mf), LIS(lis), Loops(loops), MBFI(mbfi), normalize(norm) {}
/external/chromium_org/third_party/skia/bench/
H A DMorphologyBench.cpp66 SkMorphologyImageFilter* mf = NULL; local
69 mf = SkDilateImageFilter::Create(SkScalarFloorToInt(fRadius),
73 mf = SkErodeImageFilter::Create(SkScalarFloorToInt(fRadius),
77 paint.setImageFilter(mf)->unref();
/external/chromium_org/third_party/skia/gm/
H A Dblurs.cpp58 SkMaskFilter* mf = SkBlurMaskFilter::Create(gRecs[i].fStyle, local
61 paint.setMaskFilter(mf)->unref();
72 SkMaskFilter* mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle, local
75 paint.setMaskFilter(mf)->unref();
/external/skia/bench/
H A DMorphologyBench.cpp66 SkMorphologyImageFilter* mf = NULL; local
69 mf = SkDilateImageFilter::Create(SkScalarFloorToInt(fRadius),
73 mf = SkErodeImageFilter::Create(SkScalarFloorToInt(fRadius),
77 paint.setImageFilter(mf)->unref();
/external/skia/gm/
H A Dblurs.cpp57 SkMaskFilter* mf = SkBlurMaskFilter::Create(gRecs[i].fStyle, local
60 paint.setMaskFilter(mf)->unref();
71 SkMaskFilter* mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle, local
74 paint.setMaskFilter(mf)->unref();

Completed in 407 milliseconds

12345678