Home
last modified time | relevance | path

Searched defs:qf (Results 1 – 25 of 795) sorted by relevance

12345678910>>...32

/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dquadfile.c21 static fitsbin_chunk_t* quads_chunk(quadfile_t* qf) { in quads_chunk()
27 quadfile_t* qf = chunk->userdata; in callback_read_header() local
54 quadfile_t* qf; in new_quadfile() local
92 int quadfile_check(const quadfile_t* qf) { in quadfile_check()
114 int quadfile_dimquads(const quadfile_t* qf) { in quadfile_dimquads()
118 int quadfile_nquads(const quadfile_t* qf) { in quadfile_nquads()
127 quadfile_t* qf = NULL; in my_open() local
169 int quadfile_close(quadfile_t* qf) { in quadfile_close()
178 quadfile_t* qf; in open_for_writing() local
246 int quadfile_write_header(quadfile_t* qf) { in quadfile_write_header()
[all …]
H A Dqidxfile.c21 qidxfile* qf = chunk->userdata; in callback_read_header() local
40 qidxfile* qf; in new_qidxfile() local
74 qidxfile* qf = NULL; in qidxfile_open() local
95 int qidxfile_close(qidxfile* qf) { in qidxfile_close()
108 qidxfile* qf; in qidxfile_open_for_writing() local
138 int qidxfile_write_header(qidxfile* qf) { in qidxfile_write_header()
153 int qidxfile_write_star(qidxfile* qf, int* quads, int nquads) { in qidxfile_write_star()
195 int qidxfile_get_quads(const qidxfile* qf, int starid, uint32_t** quads, int* nquads) { in qidxfile_get_quads()
202 qfits_header* qidxfile_get_header(const qidxfile* qf) { in qidxfile_get_header()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/util/
H A Dquadfile.c21 static fitsbin_chunk_t* quads_chunk(quadfile_t* qf) { in quads_chunk()
27 quadfile_t* qf = chunk->userdata; in callback_read_header() local
54 quadfile_t* qf; in new_quadfile() local
93 int quadfile_check(const quadfile_t* qf) { in quadfile_check()
115 int quadfile_dimquads(const quadfile_t* qf) { in quadfile_dimquads()
119 int quadfile_nquads(const quadfile_t* qf) { in quadfile_nquads()
128 quadfile_t* qf = NULL; in my_open() local
170 int quadfile_close(quadfile_t* qf) { in quadfile_close()
179 quadfile_t* qf; in open_for_writing() local
247 int quadfile_write_header(quadfile_t* qf) { in quadfile_write_header()
[all …]
H A Dqidxfile.c21 qidxfile* qf = chunk->userdata; in callback_read_header() local
40 qidxfile* qf; in new_qidxfile() local
75 qidxfile* qf = NULL; in qidxfile_open() local
96 int qidxfile_close(qidxfile* qf) { in qidxfile_close()
109 qidxfile* qf; in qidxfile_open_for_writing() local
139 int qidxfile_write_header(qidxfile* qf) { in qidxfile_write_header()
154 int qidxfile_write_star(qidxfile* qf, int* quads, int nquads) { in qidxfile_write_star()
196 int qidxfile_get_quads(const qidxfile* qf, int starid, uint32_t** quads, int* nquads) { in qidxfile_get_quads()
203 qfits_header* qidxfile_get_header(const qidxfile* qf) { in qidxfile_get_header()
/dports/finance/gnucash/gnucash-4.9/libgnucash/app-utils/
H A DQuickFill.c59 QuickFill *qf; in gnc_quickfill_new() local
88 gnc_quickfill_destroy (QuickFill *qf) in gnc_quickfill_destroy()
106 gnc_quickfill_purge (QuickFill *qf) in gnc_quickfill_purge()
123 gnc_quickfill_string (QuickFill *qf) in gnc_quickfill_string()
135 gnc_quickfill_get_char_match (QuickFill *qf, gunichar uc) in gnc_quickfill_get_char_match()
150 gnc_quickfill_get_string_len_match (QuickFill *qf, in gnc_quickfill_get_string_len_match()
179 gnc_quickfill_get_string_match (QuickFill *qf, const char *str) in gnc_quickfill_get_string_match()
199 gnc_quickfill_get_unique_len_match (QuickFill *qf, int *length) in gnc_quickfill_get_unique_len_match()
229 gnc_quickfill_insert (QuickFill *qf, const char *text, QuickFillSort sort) in gnc_quickfill_insert()
248 quickfill_insert_recursive (QuickFill *qf, const char *text, int len, in quickfill_insert_recursive()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/fusion/functional/adapter/detail/
H A Daccess.hpp35 template <typename T> struct qf { typedef T type; }; argument
36 template <typename T> struct qf<T const> { typedef T const type; }; argument
37 template <typename T> struct qf<T &> { typedef T type; }; struct
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DLoopInfo.h36 //===----------------------------------------------------------------------===//
38 #ifndef LLVM_ANALYSIS_LOOPINFO_H
39 #define LLVM_ANALYSIS_LOOPINFO_H
41 #include "llvm/ADT/DenseMap.h"
/dports/devel/R-cran-BH/BH/inst/include/boost/fusion/functional/adapter/detail/
H A Daccess.hpp35 template <typename T> struct qf { typedef T type; }; argument
36 template <typename T> struct qf<T const> { typedef T const type; }; argument
37 template <typename T> struct qf<T &> { typedef T type; }; argument
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/fusion/functional/adapter/detail/
H A Daccess.hpp35 template <typename T> struct qf { typedef T type; }; struct
36 template <typename T> struct qf<T const> { typedef T const type; }; struct
37 template <typename T> struct qf<T &> { typedef T type; }; struct
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/fusion/functional/adapter/detail/
H A Daccess.hpp35 template <typename T> struct qf { typedef T type; }; argument
36 template <typename T> struct qf<T const> { typedef T const type; }; struct
37 template <typename T> struct qf<T &> { typedef T type; }; argument
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/fusion/functional/adapter/detail/
H A Daccess.hpp35 template <typename T> struct qf { typedef T type; }; struct
36 template <typename T> struct qf<T const> { typedef T const type; }; argument
37 template <typename T> struct qf<T &> { typedef T type; }; argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/fusion/functional/adapter/detail/
H A Daccess.hpp35 template <typename T> struct qf { typedef T type; }; struct
36 template <typename T> struct qf<T const> { typedef T const type; }; struct
37 template <typename T> struct qf<T &> { typedef T type; }; struct
/dports/databases/xtrabackup/boost_1_59_0/boost/fusion/functional/adapter/detail/
H A Daccess.hpp35 template <typename T> struct qf { typedef T type; }; struct
36 template <typename T> struct qf<T const> { typedef T const type; }; struct
37 template <typename T> struct qf<T &> { typedef T type; }; struct
/dports/databases/percona57-server/boost_1_59_0/boost/fusion/functional/adapter/detail/
H A Daccess.hpp35 template <typename T> struct qf { typedef T type; }; argument
36 template <typename T> struct qf<T const> { typedef T const type; }; struct
37 template <typename T> struct qf<T &> { typedef T type; }; argument
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/fusion/functional/adapter/detail/
H A Daccess.hpp35 template <typename T> struct qf { typedef T type; }; struct
36 template <typename T> struct qf<T const> { typedef T const type; }; argument
37 template <typename T> struct qf<T &> { typedef T type; }; argument
/dports/databases/percona57-client/boost_1_59_0/boost/fusion/functional/adapter/detail/
H A Daccess.hpp35 template <typename T> struct qf { typedef T type; }; argument
36 template <typename T> struct qf<T const> { typedef T const type; }; struct
37 template <typename T> struct qf<T &> { typedef T type; }; struct
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/fusion/functional/adapter/detail/
H A Daccess.hpp35 template <typename T> struct qf { typedef T type; }; argument
36 template <typename T> struct qf<T const> { typedef T const type; }; argument
37 template <typename T> struct qf<T &> { typedef T type; }; struct
/dports/devel/boost-libs/boost_1_72_0/boost/fusion/functional/adapter/detail/
H A Daccess.hpp35 template <typename T> struct qf { typedef T type; }; argument
36 template <typename T> struct qf<T const> { typedef T const type; }; argument
37 template <typename T> struct qf<T &> { typedef T type; }; argument
/dports/devel/boost-python-libs/boost_1_72_0/boost/fusion/functional/adapter/detail/
H A Daccess.hpp35 template <typename T> struct qf { typedef T type; }; struct
36 template <typename T> struct qf<T const> { typedef T const type; }; struct
37 template <typename T> struct qf<T &> { typedef T type; }; struct
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/fusion/functional/adapter/detail/
H A Daccess.hpp35 template <typename T> struct qf { typedef T type; }; argument
36 template <typename T> struct qf<T const> { typedef T const type; }; struct
37 template <typename T> struct qf<T &> { typedef T type; }; struct
/dports/devel/boost-docs/boost_1_72_0/boost/fusion/functional/adapter/detail/
H A Daccess.hpp35 template <typename T> struct qf { typedef T type; }; argument
36 template <typename T> struct qf<T const> { typedef T const type; }; argument
37 template <typename T> struct qf<T &> { typedef T type; }; argument
/dports/astro/astrometry/astrometry.net-0.85/qfits-an/
H A Danqfits.c356 int anqfits_is_table(const anqfits_t* qf, int ext) { in anqfits_is_table()
375 int anqfits_n_ext(const anqfits_t* qf) { in anqfits_n_ext()
379 off_t anqfits_header_start(const anqfits_t* qf, int ext) { in anqfits_header_start()
389 off_t anqfits_header_size(const anqfits_t* qf, int ext) { in anqfits_header_size()
399 off_t anqfits_data_start(const anqfits_t* qf, int ext) { in anqfits_data_start()
409 off_t anqfits_data_size(const anqfits_t* qf, int ext) { in anqfits_data_size()
449 qfits_header* anqfits_get_header(const anqfits_t* qf, int ext) { in anqfits_get_header()
571 qfits_table* anqfits_get_table(const anqfits_t* qf, int ext) { in anqfits_get_table()
772 anqfits_t* qf = NULL; in anqfits_open_hdu() local
1034 void anqfits_close(anqfits_t* qf) { in anqfits_close()
[all …]
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/qfits-an/
H A Danqfits.c355 int anqfits_is_table(const anqfits_t* qf, int ext) { in anqfits_is_table()
374 int anqfits_n_ext(const anqfits_t* qf) { in anqfits_n_ext()
378 off_t anqfits_header_start(const anqfits_t* qf, int ext) { in anqfits_header_start()
388 off_t anqfits_header_size(const anqfits_t* qf, int ext) { in anqfits_header_size()
398 off_t anqfits_data_start(const anqfits_t* qf, int ext) { in anqfits_data_start()
408 off_t anqfits_data_size(const anqfits_t* qf, int ext) { in anqfits_data_size()
448 qfits_header* anqfits_get_header(const anqfits_t* qf, int ext) { in anqfits_get_header()
572 qfits_table* anqfits_get_table(const anqfits_t* qf, int ext) { in anqfits_get_table()
773 anqfits_t* qf = NULL; in anqfits_open_hdu() local
1035 void anqfits_close(anqfits_t* qf) { in anqfits_close()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCDrivers/
H A DDriftOperators.h36 inline void getScaledDrift(Tt tau, const TinyVector<TG, D>& qf, TinyVector<T, D>& drift) in getScaledDrift()
52 inline void getScaledDriftL2(Tt tau, const TinyVector<TG, D>& qf, const Tensor<T, D>& Dmat, TinyVec… in getScaledDriftL2()
70 inline void getUnscaledDrift(Tt tau, const TinyVector<TG, D>& qf, TinyVector<T, D>& drift) in getUnscaledDrift()
87 const ParticleAttrib<TinyVector<T1, D>>& qf, in setScaledDriftPbyPandNodeCorr()
133 const ParticleAttrib<TinyVector<T1, D>>& qf, in setScaledDriftPbyPandNodeCorr()
166 inline void setScaledDrift(T tau, const ParticleAttrib<TinyVector<TG, D>>& qf, ParticleAttrib<TinyV… in setScaledDrift()
192 const ParticleAttrib<TinyVector<std::complex<TG>, D>>& qf, in setScaledDrift()
221 const ParticleAttrib<TinyVector<T1, D>>& qf, in assignDrift()
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCDrivers/GreenFunctionModifiers/
H A DDriftModifierUNR.cpp19 void DriftModifierUNR::getDrift(RealType tau, const GradType& qf, PosType& drift) const in getDrift() argument
53 void DriftModifierUNR::getDrift(RealType tau, const ComplexType& qf, ParticleSet::Scalar_t& drift) … in getDrift() argument
84 void DriftModifierUNR::getDrifts(RealType tau, const std::vector<GradType>& qf, std::vector<PosType… in getDrifts() argument

12345678910>>...32