Home
last modified time | relevance | path

Searched refs:elt_ (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/linbox/linbox-1.6.3/benchmarks/
H A DCSValue.h80 std::string elt_;
86 CSInt() : elt_(0) {} in CSInt()
88 CSInt(const int e) : elt_(e) {} in CSInt()
90 int getVal() const {return elt_;} in getVal()
99 int elt_;
105 CSDouble() : elt_(0.0) {} in CSDouble()
107 CSDouble(const double e) : elt_(e) {} in CSDouble()
109 double getVal() const {return elt_;} in getVal()
118 double elt_;
128 struct tm getVal() const {return elt_;} in getVal()
[all …]
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/SuperReadsR/include/jflib/
H A Dmultiplexed_parser.hpp117 elt elt_; member in multiplexed_parser::stream
126 pool_(rp.pool_), elt_(pool_.get_B()), i_(0) in stream()
128 while(!elt_.is_empty() && elt_->nb_filled == (size_type)0) in stream()
129 elt_ = pool_.get_B(); in stream()
139 T& operator*() { return elt_->elements[i_]; } in operator *()
141 T* operator->() { return &elt_->elements[i_]; } in operator ->()
145 if(++i_ < elt_->nb_filled) in operator ++()
149 elt_ = pool_.get_B(); in operator ++()
150 } while(!elt_.is_empty() && elt_->nb_filled == 0); in operator ++()
154 operator void*() const { return elt_.is_empty() ? (void*)0 : (void*)&elt_; } in operator void*()
/dports/science/thermofun/thermofun-0.3.8/ThermoFun/Common/
H A Dformulaparser.cpp152 std::list<ICTERM> elt_; in scanFterm() local
158 elt_.clear(); in scanFterm()
160 scanElem( elt_, startPos ); in scanFterm()
167 ite = elt_.begin(); in scanFterm()
168 while( ite != elt_.end() ) in scanFterm()
175 ite = elt_.begin(); in scanFterm()
176 while( ite != elt_.end() ) in scanFterm()
/dports/math/linbox/linbox-1.6.3/linbox/matrix/sparsematrix/
H A Dsparse-tpl-matrix-omp.h66 elt_ = e; in init()
70 inline Element& elt() {return elt_;} in elt()
73 inline const Element& getElt() const {return elt_;} in getElt()
81 Element elt_; member
/dports/biology/bowtie2/bowtie2-2.4.4/
H A Dgroup_walk.h1098 elt_ = rep_ = 0; in reset()
1139 elt_ += sa.size(); in init()
1152 for(size_t i = 0; i < elt_; i++) { in resolveAll()
1221 bool done() const { return rep_ == elt_; } in done()
1229 assert_leq(rep_, elt_); in repOk()
1249 assert_eq(elt_, sz); in repOk()
1257 size_t numElts() const { return elt_; } in numElts()
1281 size_t elt_; // # BW elements under the control of the GropuWalk variable
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/HighOrderMeshOptimizer/
H A DHighOrderMeshFastCurving.cpp679 elt_.push_back(elt); in addElement()
699 fprintf(fp, "%d\n", elt_.size()); in write()
701 for(int iEl = 0; iEl < elt_.size(); iEl++) { in write()
702 fprintf(fp, "%i %i 2 0 0 ", elt_[iEl]->getNum(), in write()
703 elt_[iEl]->getTypeForMSH()); in write()
704 for(int iVEl = 0; iVEl < elt_[iEl]->getNumVertices(); iVEl++) in write()
705 fprintf(fp, " %i", elt_[iEl]->getVertex(iVEl)->getNum()); in write()
714 std::vector<MElement *> elt_; member in __anond307c4040111::DbgOutputCol
/dports/biology/hisat2/hisat2-2.2.1/
H A Dgroup_walk.h1423 elt_ = rep_ = 0; in reset()
1469 elt_ += sa.size(); in init()
1482 for(size_t i = 0; i < elt_; i++) { in resolveAll()
1553 bool done() const { return rep_ == elt_; } in done()
1561 assert_leq(rep_, elt_); in repOk()
1581 assert_eq(elt_, sz); in repOk()
1589 index_t numElts() const { return elt_; } in numElts()
1613 index_t elt_; // # BW elements under the control of the GropuWalk variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-scalar-evolution.c346 hash_scev_info (const void *elt_) in hash_scev_info() argument
348 const struct scev_info_str *elt = (const struct scev_info_str *) elt_; in hash_scev_info()
2191 hash_idx_scev_info (const void *elt_) in hash_idx_scev_info() argument
2193 unsigned idx = ((size_t) elt_) - 2; in hash_idx_scev_info()
/dports/devel/z88dk/z88dk/src/z80asm/dev/z80asm2/
H A Dfrontend.c131 static void dtor_token(void* elt_) { in dtor_token() argument
132 token_t* elt = elt_; in dtor_token()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtktreemodelfilter.c1851 FilterElt **elt_) in find_elt_with_offset() argument
1880 if (elt_) in find_elt_with_offset()
1881 *elt_ = elt; in find_elt_with_offset()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktreemodelfilter.c1850 FilterElt **elt_) in find_elt_with_offset() argument
1879 if (elt_) in find_elt_with_offset()
1880 *elt_ = elt; in find_elt_with_offset()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-scalar-evolution.c2261 hash_idx_scev_info (const void *elt_) in hash_idx_scev_info() argument
2263 unsigned idx = ((size_t) elt_) - 2; in hash_idx_scev_info()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-scalar-evolution.c2161 hash_idx_scev_info (const void *elt_) in hash_idx_scev_info() argument
2163 unsigned idx = ((size_t) elt_) - 2; in hash_idx_scev_info()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-scalar-evolution.c2161 hash_idx_scev_info (const void *elt_) in hash_idx_scev_info() argument
2163 unsigned idx = ((size_t) elt_) - 2; in hash_idx_scev_info()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-scalar-evolution.c2265 hash_idx_scev_info (const void *elt_) in hash_idx_scev_info() argument
2267 unsigned idx = ((size_t) elt_) - 2; in hash_idx_scev_info()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-scalar-evolution.c2161 hash_idx_scev_info (const void *elt_) in hash_idx_scev_info() argument
2163 unsigned idx = ((size_t) elt_) - 2; in hash_idx_scev_info()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-scalar-evolution.c2265 hash_idx_scev_info (const void *elt_) in hash_idx_scev_info() argument
2267 unsigned idx = ((size_t) elt_) - 2; in hash_idx_scev_info()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-scalar-evolution.c2265 hash_idx_scev_info (const void *elt_) in hash_idx_scev_info() argument
2267 unsigned idx = ((size_t) elt_) - 2; in hash_idx_scev_info()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-scalar-evolution.c2288 hash_idx_scev_info (const void *elt_) in hash_idx_scev_info() argument
2290 unsigned idx = ((size_t) elt_) - 2; in hash_idx_scev_info()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-scalar-evolution.c2265 hash_idx_scev_info (const void *elt_) in hash_idx_scev_info() argument
2267 unsigned idx = ((size_t) elt_) - 2; in hash_idx_scev_info()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-scalar-evolution.c2265 hash_idx_scev_info (const void *elt_) in hash_idx_scev_info() argument
2267 unsigned idx = ((size_t) elt_) - 2; in hash_idx_scev_info()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-scalar-evolution.c2161 hash_idx_scev_info (const void *elt_) in hash_idx_scev_info() argument
2163 unsigned idx = ((size_t) elt_) - 2; in hash_idx_scev_info()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-scalar-evolution.c2261 hash_idx_scev_info (const void *elt_) in hash_idx_scev_info() argument
2263 unsigned idx = ((size_t) elt_) - 2; in hash_idx_scev_info()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-scalar-evolution.c2161 hash_idx_scev_info (const void *elt_) in hash_idx_scev_info() argument
2163 unsigned idx = ((size_t) elt_) - 2; in hash_idx_scev_info()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-scalar-evolution.c2260 hash_idx_scev_info (const void *elt_) in hash_idx_scev_info() argument
2262 unsigned idx = ((size_t) elt_) - 2; in hash_idx_scev_info()

12