Home
last modified time | relevance | path

Searched refs:Fm (Results 51 – 75 of 1850) sorted by relevance

12345678910>>...74

/dports/x11-fm/pcmanfm-qt/pcmanfm-qt-1.0.0/pcmanfm/
H A Dtabpage.cpp43 using namespace Fm;
47 bool ProxyFilter::filterAcceptsRow(const Fm::ProxyFolderModel* model, const std::shared_ptr<const F… in filterAcceptsRow()
384 void TabPage::onFilesAdded(Fm::FileInfoList files) { in onFilesAdded()
471 void TabPage::onFolderError(const Fm::GErrorPtr& err, Fm::Job::ErrorSeverity severity, Fm::Job::Err… in onFolderError()
497 if(severity >= Fm::Job::ErrorSeverity::MODERATE) { in onFolderError()
508 response = Fm::Job::ErrorAction::CONTINUE; in onFolderError()
558 chdir(Fm::FilePath::homeDir()); in onFolderRemoved()
639 folder_ = Fm::Folder::fromPath(newPath); in chdir()
706 lastFolderPath_ = Fm::FilePath(); in reload()
1069 if(Fm::uriExists(admin)) { in canOpenAdmin()
[all …]
H A Ddesktopwindow.h36 namespace Fm {
93 virtual void prepareFolderMenu(Fm::FolderMenu* menu) override;
94 virtual void prepareFileMenu(Fm::FileMenu* menu) override;
96 …virtual void onFileClicked(int type, const std::shared_ptr<const Fm::FileInfo>& fileInfo) override;
124 void onFilesAdded(const Fm::FileInfoList files);
161 void trustOurDesktopShortcut(std::shared_ptr<const Fm::FileInfo> file);
162 bool isTrashCan(std::shared_ptr<const Fm::FileInfo> file) const;
171 Fm::ProxyFolderModel* proxyModel_;
172 Fm::FolderModel* model_;
173 std::shared_ptr<Fm::Folder> folder_;
[all …]
/dports/x11/libfm-qt/libfm-qt-1.0.0/src/
H A Ddirtreemodelitem.cpp24 namespace Fm { namespace
91 folder_ = Fm::Folder::fromPath(fileInfo_->path()); in loadFolder()
98 …FolderFilesAddedConn_ = QObject::connect(folder_.get(), &Fm::Folder::filesAdded, model_, [=](Fm::F… in loadFolder()
101 …derFilesRemovedConn_ = QObject::connect(folder_.get(), &Fm::Folder::filesRemoved, model_, [=](Fm::… in loadFolder()
104 …esChangedConn_ = QObject::connect(folder_.get(), &Fm::Folder::filesChanged, model_, [=](std::vecto… in loadFolder()
157 DirTreeModelItem* DirTreeModelItem::insertFile(std::shared_ptr<const Fm::FileInfo> fi) { in insertFile()
165 void DirTreeModelItem::insertFiles(Fm::FileInfoList files) { in insertFiles()
186 …egin(), files.end(), [](const std::shared_ptr<const Fm::FileInfo>& a, const std::shared_ptr<const in insertFiles()
288 void DirTreeModelItem::onFolderFilesAdded(Fm::FileInfoList& files) { in onFolderFilesAdded()
292 void DirTreeModelItem::onFolderFilesRemoved(Fm::FileInfoList& files) { in onFolderFilesRemoved()
[all …]
H A Dbookmarkaction.h28 namespace Fm {
33 … explicit BookmarkAction(std::shared_ptr<const Fm::BookmarkItem> item, QObject* parent = nullptr);
35 const std::shared_ptr<const Fm::BookmarkItem>& bookmark() const { in bookmark()
39 const Fm::FilePath& path() const { in path()
44 std::shared_ptr<const Fm::BookmarkItem> item_;
H A Dbrowsehistory.h29 namespace Fm {
42 explicit BrowseHistoryItem(Fm::FilePath path, int scrollPos = 0):
58 Fm::FilePath path() const { in path()
71 Fm::FilePath path_;
87 Fm::FilePath currentPath() const { in currentPath()
107 void add(Fm::FilePath path, int scrollPos = 0);
H A Ddirtreemodel.h35 namespace Fm {
54 void addRoots(Fm::FilePathList rootPaths);
61 std::shared_ptr<const Fm::FileInfo> fileInfo(const QModelIndex& index);
62 Fm::FilePath filePath(const QModelIndex& index);
70 QModelIndex indexFromPath(const Fm::FilePath& path) const;
92 QModelIndex addRoot(std::shared_ptr<const Fm::FileInfo> root);
94 DirTreeModelItem* itemFromPath(const Fm::FilePath& path) const;
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/nwfpe/
H A Dextended_cpdo.c14 floatx80 floatx80_exp(floatx80 Fm);
15 floatx80 floatx80_ln(floatx80 Fm);
82 unsigned int Fm, opc_mask_shift; in ExtendedCPDO() local
84 Fm = getFm(opcode); in ExtendedCPDO()
86 rFm = getExtendedConstant(Fm); in ExtendedCPDO()
88 switch (fpa11->fType[Fm]) { in ExtendedCPDO()
90 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle); in ExtendedCPDO()
94 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble); in ExtendedCPDO()
98 rFm = fpa11->fpreg[Fm].fExtended; in ExtendedCPDO()
H A Ddouble_cpdo.c19 float64 float64_exp(float64 Fm);
20 float64 float64_ln(float64 Fm);
103 unsigned int Fm, opc_mask_shift; in DoubleCPDO() local
105 Fm = getFm(opcode); in DoubleCPDO()
107 rFm = getDoubleConstant(Fm); in DoubleCPDO()
109 switch (fpa11->fType[Fm]) { in DoubleCPDO()
111 rFm = float32_to_float64(fpa11->fpreg[Fm].fSingle); in DoubleCPDO()
115 rFm = fpa11->fpreg[Fm].fDouble; in DoubleCPDO()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/nwfpe/
H A Dextended_cpdo.c14 floatx80 floatx80_exp(floatx80 Fm);
15 floatx80 floatx80_ln(floatx80 Fm);
82 unsigned int Fm, opc_mask_shift; in ExtendedCPDO() local
84 Fm = getFm(opcode); in ExtendedCPDO()
86 rFm = getExtendedConstant(Fm); in ExtendedCPDO()
88 switch (fpa11->fType[Fm]) { in ExtendedCPDO()
90 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle); in ExtendedCPDO()
94 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble); in ExtendedCPDO()
98 rFm = fpa11->fpreg[Fm].fExtended; in ExtendedCPDO()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/nwfpe/
H A Dextended_cpdo.c14 floatx80 floatx80_exp(floatx80 Fm);
15 floatx80 floatx80_ln(floatx80 Fm);
82 unsigned int Fm, opc_mask_shift; in ExtendedCPDO() local
84 Fm = getFm(opcode); in ExtendedCPDO()
86 rFm = getExtendedConstant(Fm); in ExtendedCPDO()
88 switch (fpa11->fType[Fm]) { in ExtendedCPDO()
90 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle); in ExtendedCPDO()
94 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble); in ExtendedCPDO()
98 rFm = fpa11->fpreg[Fm].fExtended; in ExtendedCPDO()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dhfx_pair_list_methods.F182 CALL fgamma(m_max, T, Fm)
185 product_list(nproducts)%Fm(l) = product_list(nproducts)%Fm(l) + Fm(l)*tmp
197 product_list(nproducts)%Fm(l) = product_list(nproducts)%Fm(l)*tmp
207 CALL fgamma(m_max, T, Fm)
224 CALL fgamma(m_max, T, Fm)
227 product_list(nproducts)%Fm(l) = product_list(nproducts)%Fm(l)* &
237 CALL fgamma(m_max, T, Fm)
240 …product_list(nproducts)%Fm(l) = product_list(nproducts)%Fm(l) + Fm(l)*tmp*potential_parameter%scal…
262 Fm(l) = Fm(l)*tmp
269 product_list(nproducts)%Fm(l) = EXP(T)*tmp + Fm(l)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dhfx_pair_list_methods.F182 CALL fgamma(m_max, T, Fm)
185 product_list(nproducts)%Fm(l) = product_list(nproducts)%Fm(l) + Fm(l)*tmp
197 product_list(nproducts)%Fm(l) = product_list(nproducts)%Fm(l)*tmp
207 CALL fgamma(m_max, T, Fm)
224 CALL fgamma(m_max, T, Fm)
227 product_list(nproducts)%Fm(l) = product_list(nproducts)%Fm(l)* &
237 CALL fgamma(m_max, T, Fm)
240 …product_list(nproducts)%Fm(l) = product_list(nproducts)%Fm(l) + Fm(l)*tmp*potential_parameter%scal…
262 Fm(l) = Fm(l)*tmp
269 product_list(nproducts)%Fm(l) = EXP(T)*tmp + Fm(l)
[all …]
/dports/audio/afsp/AFsp-v8r2/libtsp/FI/
H A DFIfPreem.c51 float c, temp, Fm; in FIfPreem() local
55 Fm = *Fmem; in FIfPreem()
58 y[i] = temp - c * Fm; in FIfPreem()
59 Fm = temp; in FIfPreem()
63 *Fmem = Fm; in FIfPreem()
/dports/graphics/lximage-qt/lximage-qt-1.0.0/src/
H A Dmainwindow.cpp372 const Fm::FilePath path = Fm::FilePath::fromPathStr(qPrintable(fileName)); in openImageFile()
413 currentFile_ = Fm::FilePath{}; in pasteImage()
549 const Fm::FilePath path = Fm::FilePath::fromPathStr(qPrintable(fileName)); in on_actionSaveAs_triggered()
899 …, [] (const Fm::GErrorPtr & err, Fm::Job::ErrorSeverity /*severity*/, Fm::Job::ErrorAction & /*res… in loadImage()
918 …, [this] (const Fm::GErrorPtr & err, Fm::Job::ErrorSeverity severity, Fm::Job::ErrorAction & /*res… in saveImage()
981 Fm::renameFile(file, this); in on_actionRenameFile_triggered()
1010 const Fm::FilePath filePath = Fm::FilePath::fromPathStr(qPrintable(tmpFileName)); in on_actionUpload_triggered()
1231 thumbnailsView_ = new Fm::FolderView(Fm::FolderView::IconMode); in setShowThumbnails()
1238Fm::FolderItemDelegate* delegate = static_cast<Fm::FolderItemDelegate*>(listView->itemDelegateForC… in setShowThumbnails()
1301 …if(Fm::FolderItemDelegate* delegate = static_cast<Fm::FolderItemDelegate*>(listView->itemDelegateF… in updateThumbnails()
[all …]
H A Dsaveimagejob.cpp29 SaveImageJob::SaveImageJob(const QImage & image, const Fm::FilePath & filePath): in SaveImageJob()
41 const Fm::CStrPtr f = path_.baseName(); in exec()
51 Fm::GErrorPtr err = Fm::GErrorPtr { in exec()
56 emitError(err, Fm::Job::ErrorSeverity::SEVERE); in exec()
61 Fm::GErrorPtr error; in exec()
/dports/emulators/qemu42/qemu-4.2.1/linux-user/arm/nwfpe/
H A Dextended_cpdo.c26 floatx80 floatx80_exp(floatx80 Fm);
27 floatx80 floatx80_ln(floatx80 Fm);
42 unsigned int Fd, Fm, Fn, nRc = 1; in ExtendedCPDO() local
46 Fm = getFm(opcode); in ExtendedCPDO()
49 rFm = getExtendedConstant(Fm); in ExtendedCPDO()
53 switch (fpa11->fType[Fm]) in ExtendedCPDO()
56 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle, &fpa11->fp_status); in ExtendedCPDO()
60 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble, &fpa11->fp_status); in ExtendedCPDO()
64 rFm = fpa11->fpreg[Fm].fExtended; in ExtendedCPDO()
219 floatx80 floatx80_exp(floatx80 Fm)
[all …]
/dports/emulators/qemu/qemu-6.2.0/linux-user/arm/nwfpe/
H A Dextended_cpdo.c26 floatx80 floatx80_exp(floatx80 Fm);
27 floatx80 floatx80_ln(floatx80 Fm);
42 unsigned int Fd, Fm, Fn, nRc = 1; in ExtendedCPDO() local
46 Fm = getFm(opcode); in ExtendedCPDO()
49 rFm = getExtendedConstant(Fm); in ExtendedCPDO()
53 switch (fpa11->fType[Fm]) in ExtendedCPDO()
56 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle, &fpa11->fp_status); in ExtendedCPDO()
60 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble, &fpa11->fp_status); in ExtendedCPDO()
64 rFm = fpa11->fpreg[Fm].fExtended; in ExtendedCPDO()
219 floatx80 floatx80_exp(floatx80 Fm)
[all …]
/dports/emulators/qemu60/qemu-6.0.0/linux-user/arm/nwfpe/
H A Dextended_cpdo.c26 floatx80 floatx80_exp(floatx80 Fm);
27 floatx80 floatx80_ln(floatx80 Fm);
42 unsigned int Fd, Fm, Fn, nRc = 1; in ExtendedCPDO() local
46 Fm = getFm(opcode); in ExtendedCPDO()
49 rFm = getExtendedConstant(Fm); in ExtendedCPDO()
53 switch (fpa11->fType[Fm]) in ExtendedCPDO()
56 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle, &fpa11->fp_status); in ExtendedCPDO()
60 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble, &fpa11->fp_status); in ExtendedCPDO()
64 rFm = fpa11->fpreg[Fm].fExtended; in ExtendedCPDO()
219 floatx80 floatx80_exp(floatx80 Fm)
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/linux-user/arm/nwfpe/
H A Dextended_cpdo.c26 floatx80 floatx80_exp(floatx80 Fm);
27 floatx80 floatx80_ln(floatx80 Fm);
42 unsigned int Fd, Fm, Fn, nRc = 1; in ExtendedCPDO() local
46 Fm = getFm(opcode); in ExtendedCPDO()
49 rFm = getExtendedConstant(Fm); in ExtendedCPDO()
53 switch (fpa11->fType[Fm]) in ExtendedCPDO()
56 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle, &fpa11->fp_status); in ExtendedCPDO()
60 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble, &fpa11->fp_status); in ExtendedCPDO()
64 rFm = fpa11->fpreg[Fm].fExtended; in ExtendedCPDO()
219 floatx80 floatx80_exp(floatx80 Fm)
[all …]
/dports/emulators/qemu5/qemu-5.2.0/linux-user/arm/nwfpe/
H A Dextended_cpdo.c26 floatx80 floatx80_exp(floatx80 Fm);
27 floatx80 floatx80_ln(floatx80 Fm);
42 unsigned int Fd, Fm, Fn, nRc = 1; in ExtendedCPDO() local
46 Fm = getFm(opcode); in ExtendedCPDO()
49 rFm = getExtendedConstant(Fm); in ExtendedCPDO()
53 switch (fpa11->fType[Fm]) in ExtendedCPDO()
56 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle, &fpa11->fp_status); in ExtendedCPDO()
60 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble, &fpa11->fp_status); in ExtendedCPDO()
64 rFm = fpa11->fpreg[Fm].fExtended; in ExtendedCPDO()
219 floatx80 floatx80_exp(floatx80 Fm)
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/linux-user/arm/nwfpe/
H A Dextended_cpdo.c26 floatx80 floatx80_exp(floatx80 Fm);
27 floatx80 floatx80_ln(floatx80 Fm);
42 unsigned int Fd, Fm, Fn, nRc = 1; in ExtendedCPDO() local
46 Fm = getFm(opcode); in ExtendedCPDO()
49 rFm = getExtendedConstant(Fm); in ExtendedCPDO()
53 switch (fpa11->fType[Fm]) in ExtendedCPDO()
56 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle, &fpa11->fp_status); in ExtendedCPDO()
60 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble, &fpa11->fp_status); in ExtendedCPDO()
64 rFm = fpa11->fpreg[Fm].fExtended; in ExtendedCPDO()
219 floatx80 floatx80_exp(floatx80 Fm)
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/linux-user/arm/nwfpe/
H A Dextended_cpdo.c26 floatx80 floatx80_exp(floatx80 Fm);
27 floatx80 floatx80_ln(floatx80 Fm);
42 unsigned int Fd, Fm, Fn, nRc = 1; in ExtendedCPDO() local
46 Fm = getFm(opcode); in ExtendedCPDO()
49 rFm = getExtendedConstant(Fm); in ExtendedCPDO()
53 switch (fpa11->fType[Fm]) in ExtendedCPDO()
56 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle, &fpa11->fp_status); in ExtendedCPDO()
60 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble, &fpa11->fp_status); in ExtendedCPDO()
64 rFm = fpa11->fpreg[Fm].fExtended; in ExtendedCPDO()
219 floatx80 floatx80_exp(floatx80 Fm)
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/linux-user/arm/nwfpe/
H A Dextended_cpdo.c26 floatx80 floatx80_exp(floatx80 Fm);
27 floatx80 floatx80_ln(floatx80 Fm);
42 unsigned int Fd, Fm, Fn, nRc = 1; in ExtendedCPDO() local
46 Fm = getFm(opcode); in ExtendedCPDO()
49 rFm = getExtendedConstant(Fm); in ExtendedCPDO()
53 switch (fpa11->fType[Fm]) in ExtendedCPDO()
56 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle, &fpa11->fp_status); in ExtendedCPDO()
60 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble, &fpa11->fp_status); in ExtendedCPDO()
64 rFm = fpa11->fpreg[Fm].fExtended; in ExtendedCPDO()
219 floatx80 floatx80_exp(floatx80 Fm)
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/linux-user/arm/nwfpe/
H A Dextended_cpdo.c26 floatx80 floatx80_exp(floatx80 Fm);
27 floatx80 floatx80_ln(floatx80 Fm);
42 unsigned int Fd, Fm, Fn, nRc = 1; in ExtendedCPDO() local
46 Fm = getFm(opcode); in ExtendedCPDO()
49 rFm = getExtendedConstant(Fm); in ExtendedCPDO()
53 switch (fpa11->fType[Fm]) in ExtendedCPDO()
56 rFm = float32_to_floatx80(fpa11->fpreg[Fm].fSingle, &fpa11->fp_status); in ExtendedCPDO()
60 rFm = float64_to_floatx80(fpa11->fpreg[Fm].fDouble, &fpa11->fp_status); in ExtendedCPDO()
64 rFm = fpa11->fpreg[Fm].fExtended; in ExtendedCPDO()
219 floatx80 floatx80_exp(floatx80 Fm)
[all …]
/dports/x11/libfm-qt/libfm-qt-1.0.0/src/tests/
H A Dtest-volumemanager.cpp27 auto vm = Fm::VolumeManager::globalInstance(); in main()
29 QObject::connect(vm.get(), &Fm::VolumeManager::volumeAdded, [=](const Fm::Volume& vol) { in main()
32 QObject::connect(vm.get(), &Fm::VolumeManager::volumeRemoved, [=](const Fm::Volume& vol) { in main()

12345678910>>...74