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

123456

/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.cpp7 void mf() { } function in class:N::Y
24 template void N::Y<double>::mf();
H A Dp2.cpp6 template<class T> class Array { void mf() { } }; function in class:Array
9 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/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/getpid/
H A D1-1.c71 long mf; /* Is memory mapping supported? */ local
101 mf = sysconf(_SC_MAPPED_FILES);
106 output(" MF : %li\n", mf);
107 if (mf <= 0)
112 if (mf > 0) {
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DCalcSpillWeights.h48 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
50 MF(mf), LIS(lis), Loops(loops) {}
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegisterClassInfo.cpp30 void RegisterClassInfo::runOnMachineFunction(const MachineFunction &mf) { argument
32 MF = &mf;
H A DScheduleDAG.cpp34 ScheduleDAG::ScheduleDAG(MachineFunction &mf) argument
35 : TM(mf.getTarget()),
38 MF(mf), MRI(mf.getRegInfo()),
H A DEdgeBundles.cpp39 bool EdgeBundles::runOnMachineFunction(MachineFunction &mf) { argument
40 MF = &mf;
H A DSplitter.h52 MachineFunction *mf; member in class:llvm::LoopSplitter
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsMCInstLower.cpp27 MipsMCInstLower::MipsMCInstLower(Mangler *mang, const MachineFunction &mf, argument
29 : Ctx(mf.getContext()), Mang(mang), AsmPrinter(asmprinter) {}
/external/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h62 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
H A D6-1.c108 long mf; variable
123 if (mf > 0)
136 if (mf > 0) {
175 if (mf > 0)
198 mf = sysconf(_SC_MAPPED_FILES);
205 if (mf > 0) {
/external/skia/bench/
H A DMorphologyBench.cpp66 sk_sp<SkImageFilter> mf; variable
69 mf = SkDilateImageFilter::Make(SkScalarFloorToInt(fRadius),
74 mf = SkErodeImageFilter::Make(SkScalarFloorToInt(fRadius),
79 paint.setImageFilter(std::move(mf));
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCurrencyFormat.java41 private transient final MeasureFormat mf; field in class:CurrencyFormat
46 mf = MeasureFormat.getInstance(locale, FormatWidth.WIDE);
92 return mf.formatMeasures(appendTo, fieldPosition, measures);
100 return mf.getWidth();
108 return mf.getNumberFormat();
116 return mf.toCurrencyProxy();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCurrencyFormat.java40 private transient final MeasureFormat mf; field in class:CurrencyFormat
45 mf = MeasureFormat.getInstance(locale, FormatWidth.WIDE);
91 return mf.formatMeasures(appendTo, fieldPosition, measures);
99 return mf.getWidth();
107 return mf.getNumberFormat();
115 return mf.toCurrencyProxy();

Completed in 492 milliseconds

123456