Home
last modified time | relevance | path

Searched +defs:i +defs:e (Results 1 – 25 of 145796) sorted by relevance

12345678910>>...5832

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/benchmarks/
H A Dbenchmark_half.cpp73 for (size_t i = 0, e = m_input.size(); i < e; ++i) in BENCHMARK_SUITE() local
79 for (size_t i = 0, e = m_input.size(); i < e; ++i) in BENCHMARK_SUITE() local
85 for (size_t i = 0, e = m_input.size(); i < e; ++i) in BENCHMARK_SUITE() local
95 for (size_t i = 0, e = m_input.size(); i < e; ++i) in BENCHMARK_SUITE() local
101 for (size_t i = 0, e = m_input.size(); i < e; ++i) in BENCHMARK_SUITE() local
107 for (size_t i = 0, e = m_input.size(); i < e; ++i) in BENCHMARK_SUITE() local
117 for (size_t i = 0, e = m_input.size(); i < e; ++i) in BENCHMARK_SUITE() local
123 for (size_t i = 0, e = m_input.size(); i < e; ++i) in BENCHMARK_SUITE() local
129 for (size_t i = 0, e = m_input.size(); i < e; ++i) in BENCHMARK_SUITE() local
162 for (size_t i = 0, e = m_input.size(); i < e; ++i) in BENCHMARK_SUITE() local
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/kernel/
H A Darchive.hpp196 operator <<(Archive& e, unsigned int i) { in operator <<()
201 operator <<(Archive& e, int i) { in operator <<()
211 operator <<(Archive& e, short i) { in operator <<()
216 operator <<(Archive& e, unsigned char i) { in operator <<()
221 operator <<(Archive& e, char i) { in operator <<()
226 operator <<(Archive& e, bool i) { in operator <<()
244 operator >>(Archive& e, unsigned int& i) { in operator >>()
249 operator >>(Archive& e, int& i) { in operator >>()
259 operator >>(Archive& e, short& i) { in operator >>()
269 operator >>(Archive& e, char& i) { in operator >>()
[all …]
/dports/math/libocas/libocas_v096/
H A Dsvmocas_parseout.m71 i = strmatch('load_time',lines); variable
73 i = strmatch('init_time',lines); variable
80 i = strmatch('qp_solver_time',lines); variable
86 i = strmatch('sort_time',lines); variable
92 i = strmatch('output_time',lines); variable
98 i = strmatch('add_time',lines); variable
104 i = strmatch('w_time',lines); variable
110 i = strmatch('ocas_time',lines); variable
116 i = strmatch('total_time',lines); variable
122 i = strmatch('Training error:',lines); variable
[all …]
/dports/devel/simgear/simgear-2020.3.11/simgear/hla/
H A DRTI13ObjectInstance.cxx190 for (RTI13AttributeHandleDataPairList::iterator i = attributeHandleDataPairList.begin(); in reflectAttributeValues() local
214 for (RTI13AttributeHandleDataPairList::iterator i = attributeHandleDataPairList.begin(); in reflectAttributeValues() local
293 for (RTI::ULong i = 0; i < numAttribs; ++i) { in provideAttributeValueUpdate() local
312 for (unsigned i = 0; i < numAttributes; ++i) { in updateAttributeValues() local
324 for (unsigned i = 0; i < numAttributes; ++i) { in updateAttributeValues() local
363 for (unsigned i = 0; i < numAttributes; ++i) { in updateAttributeValues() local
375 for (unsigned i = 0; i < numAttributes; ++i) { in updateAttributeValues() local
407 for (RTI::ULong i = 0; i < numAttribs; ++i) { in attributesInScope() local
417 for (RTI::ULong i = 0; i < numAttribs; ++i) { in attributesOutOfScope() local
427 for (RTI::ULong i = 0; i < numAttribs; ++i) { in turnUpdatesOnForObjectInstance() local
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/Geomatics/
H A DNamelist.cpp72 for(unsigned int i=0; i<n; i++) { in Namelist() local
86 for(unsigned int i=0; i<names.size(); i++) { in Namelist() local
176 for(int i=labels.size()-1; i>0; --i) { in randomize() local
188 for(unsigned int i=0; i<labels.size(); i++) in valid() local
200 for(unsigned int i=0; i<labels.size(); i++) { in contains() local
214 for(unsigned int i=0; i<N1.size(); i++) { in operator ==() local
240 for(unsigned int i=0; i<N1.size(); i++) { in identical() local
312 unsigned int i; in operator ^=() local
362 for(unsigned int i=0; i<labels.size(); i++) in index() local
386 size_t i; in operator <<() local
[all …]
/dports/security/nitrokey-app/nitrokey-app-1.4.2/src/
H A Dlibada.cpp30 std::shared_ptr<libada> libada::i() { in i() function in libada
39 cache_TOTP_name.setGetter([](const int i) -> const char *{ in libada()
45 cache_PWS_name.setGetter([](const int i) -> const char *{ in libada()
139 std::string libada::getTOTPSlotName(const int i) { in getTOTPSlotName()
190 std::string libada::getHOTPSlotName(const int i) { in getHOTPSlotName()
194 std::string libada::getPWSSlotName(const int i) { in getPWSSlotName()
198 bool libada::getPWSSlotStatus(const int i) { in getPWSSlotStatus()
210 void libada::erasePWSSlot(const int i) { in erasePWSSlot()
256 bool libada::isTOTPSlotProgrammed(const int i) { in isTOTPSlotProgrammed()
260 bool libada::isHOTPSlotProgrammed(const int i) { in isHOTPSlotProgrammed()
[all …]
/dports/biology/mothur/mothur-1.46.1/source/datastructures/
H A Dsharedrabundvectors.cpp143 catch(exception& e) { in SharedRAbundVectors() local
158 catch(exception& e) { in print() local
186 catch(exception& e) { in printTidy() local
198 catch(exception& e) { in setOTUNames() local
210 catch(exception& e) { in getOTUName() local
229 catch(exception& e) { in setOTUName() local
242 catch(exception& e) { in getOTUNames() local
259 catch(exception& e) { in printHeaders() local
282 catch(exception& e) { in push_back() local
331 catch(exception& e) { in push_back() local
[all …]
H A Dsharedrabundfloatvectors.cpp129 catch(exception& e) { in SharedRAbundFloatVectors() local
144 catch(exception& e) { in print() local
156 catch(exception& e) { in getOTUName() local
175 catch(exception& e) { in setOTUName() local
224 catch(exception& e) { in push_back() local
240 catch(exception& e) { in push_back() local
252 catch(exception& e) { in getOTUTotal() local
264 catch(exception& e) { in getOTU() local
276 catch(exception& e) { in setLabels() local
290 catch(exception& e) { in get() local
[all …]
H A Dsharedclrvectors.cpp127 catch(exception& e) { in SharedCLRVectors() local
142 catch(exception& e) { in print() local
154 catch(exception& e) { in getOTUName() local
172 catch(exception& e) { in setOTUName() local
221 catch(exception& e) { in push_back() local
237 catch(exception& e) { in push_back() local
249 catch(exception& e) { in getOTUTotal() local
261 catch(exception& e) { in getOTU() local
273 catch(exception& e) { in setLabels() local
287 catch(exception& e) { in get() local
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/topo/treematch/treematch/
H A DPriorityQueue.c15 int i; in PQ_init() local
26 int i; in PQ_exit() local
38 int i; in PQ_free() local
85 QueueElement * e = q->elements[val]; in PQ_delete() local
123 void PQ_increaseElementKey(PriorityQueue * const q, QueueElement * const e, double i) in PQ_increaseElementKey()
132 void PQ_decreaseElementKey(PriorityQueue * const q, QueueElement * const e, double i) in PQ_decreaseElementKey()
141 void PQ_adjustElementKey(PriorityQueue * const q, QueueElement * const e, double i) in PQ_adjustElementKey()
151 void PQ_increaseKey(PriorityQueue * const q, int val, double i) in PQ_increaseKey()
153 QueueElement * e = q->elements[val]; in PQ_increaseKey() local
158 void PQ_decreaseKey(PriorityQueue * const q, int val, double i) in PQ_decreaseKey()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/topo/treematch/treematch/
H A DPriorityQueue.c15 int i; in PQ_init() local
26 int i; in PQ_exit() local
38 int i; in PQ_free() local
85 QueueElement * e = q->elements[val]; in PQ_delete() local
123 void PQ_increaseElementKey(PriorityQueue * const q, QueueElement * const e, double i) in PQ_increaseElementKey()
132 void PQ_decreaseElementKey(PriorityQueue * const q, QueueElement * const e, double i) in PQ_decreaseElementKey()
141 void PQ_adjustElementKey(PriorityQueue * const q, QueueElement * const e, double i) in PQ_adjustElementKey()
151 void PQ_increaseKey(PriorityQueue * const q, int val, double i) in PQ_increaseKey()
153 QueueElement * e = q->elements[val]; in PQ_increaseKey() local
158 void PQ_decreaseKey(PriorityQueue * const q, int val, double i) in PQ_decreaseKey()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp71 for (unsigned i = 0, e = SimilarInsts.size(); i != e; ++i) in EmitInstructions() local
74 for (unsigned i = 0, e = FirstInst.Operands.size(); i != e; ++i) { in EmitInstructions() local
116 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in FindUniqueOperandCommands() local
203 for (unsigned i = 0, e = InstrsForCase.size(); i != e; ++i) { in FindUniqueOperandCommands() local
271 for (unsigned i = 0, e = Instructions.size(); i != e; ++i) in EmitPrintInstruction() local
282 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in EmitPrintInstruction() local
339 for (unsigned i = 0, e = InstIdxs.size(); i != e; ++i) in EmitPrintInstruction() local
362 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in EmitPrintInstruction() local
412 for (unsigned i = 0, e = Commands.size(); i != e; ++i) { in EmitPrintInstruction() local
422 for (unsigned i = 0, e = Instructions.size(); i != e; ++i) { in EmitPrintInstruction() local
[all …]
H A DRegisterInfoEmitter.cpp40 for (unsigned i = 0, e = Registers.size(); i != e; ++i) in runEnums() local
218 for (unsigned i = 0, e = Comps->size(); i != e; ++i) { in inferSubRegIndices() local
590 for (unsigned i = 0, e = Regs.size(); i != e; ++i) { in run() local
612 for (unsigned i = 0, e = Regs.size(); i != e; ++i) { in run() local
632 for (unsigned i = 0, e = Regs.size(); i != e; ++i) { in run() local
643 for (unsigned i = 0, e = Regs.size(); i != e; ++i) { in run() local
708 for (unsigned i = 0, e = Regs.size(); i != e; ++i) { in run() local
719 for (unsigned i = 0, e = Regs.size(); i != e; ++i) { in run() local
849 for (unsigned i = 0, e = Regs.size(); i != e; ++i) { in run() local
890 for (unsigned i = 0, e = Regs.size(); i != e; ++i) { in run() local
[all …]
/dports/biology/mothur/mothur-1.46.1/source/classifier/
H A Dkmernode.cpp24 catch(exception& e) { in KmerNode() local
34 for(int i=0;i<numPossibleKmers;i++){ in loadSequence() local
43 catch(exception& e) { in loadSequence() local
73 for(int i=0;i<kmerSize;i++){ in getKmerBases() local
84 catch(exception& e) { in getKmerBases() local
94 for(int i=0;i<numPossibleKmers;i++){ in addThetas() local
115 catch(exception& e) { in addThetas() local
140 catch(exception& e) { in getNumUniqueKmers() local
158 catch(exception& e) { in printTheta() local
179 catch(exception& e) { in getSimToConsensus() local
[all …]
/dports/misc/visp/visp-3.4.0/modules/robot/test/servo-franka/
H A DtestFrankaGetPose.cpp59 for (int i = 1; i < argc; i++) { in main() local
77 for (unsigned i = 0; i < 10; i++) { in main() local
88 catch(const vpException &e) { in main() local
99 catch(const std::exception &e) { in main() local
113 for (unsigned int i=0; i< 4; i++) { in main() local
123 for (unsigned int i=0; i< 4; i++) { in main() local
133 for (unsigned int i=0; i< 4; i++) { in main() local
140 catch(const vpException &e) { in main() local
150 catch(const std::exception &e) { in main() local
172 catch(const vpException &e) { in main() local
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/30_threads/promise/members/
H A Dat_thread_exit2.cc39 catch (std::future_error& e) in test01() local
48 catch (std::future_error& e) in test01() local
59 catch (std::future_error& e) in test01() local
68 catch (std::future_error& e) in test01() local
77 int i = 1; in test02() local
84 catch (std::future_error& e) in test02() local
93 catch (std::future_error& e) in test02() local
101 int i = 0; in test02() local
105 catch (std::future_error& e) in test02() local
114 catch (std::future_error& e) in test02() local
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/30_threads/promise/members/
H A Dat_thread_exit2.cc39 catch (std::future_error& e) in test01() local
48 catch (std::future_error& e) in test01() local
59 catch (std::future_error& e) in test01() local
68 catch (std::future_error& e) in test01() local
77 int i = 1; in test02() local
84 catch (std::future_error& e) in test02() local
93 catch (std::future_error& e) in test02() local
101 int i = 0; in test02() local
105 catch (std::future_error& e) in test02() local
114 catch (std::future_error& e) in test02() local
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/30_threads/promise/members/
H A Dat_thread_exit2.cc38 catch (std::future_error& e) in test01() local
47 catch (std::future_error& e) in test01() local
58 catch (std::future_error& e) in test01() local
67 catch (std::future_error& e) in test01() local
76 int i = 1; in test02() local
83 catch (std::future_error& e) in test02() local
92 catch (std::future_error& e) in test02() local
100 int i = 0; in test02() local
104 catch (std::future_error& e) in test02() local
113 catch (std::future_error& e) in test02() local
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/30_threads/promise/members/
H A Dat_thread_exit2.cc38 catch (std::future_error& e) in test01() local
47 catch (std::future_error& e) in test01() local
58 catch (std::future_error& e) in test01() local
67 catch (std::future_error& e) in test01() local
76 int i = 1; in test02() local
83 catch (std::future_error& e) in test02() local
92 catch (std::future_error& e) in test02() local
100 int i = 0; in test02() local
104 catch (std::future_error& e) in test02() local
113 catch (std::future_error& e) in test02() local
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/30_threads/promise/members/
H A Dat_thread_exit2.cc39 catch (std::future_error& e) in test01() local
48 catch (std::future_error& e) in test01() local
59 catch (std::future_error& e) in test01() local
68 catch (std::future_error& e) in test01() local
77 int i = 1; in test02() local
84 catch (std::future_error& e) in test02() local
93 catch (std::future_error& e) in test02() local
101 int i = 0; in test02() local
105 catch (std::future_error& e) in test02() local
114 catch (std::future_error& e) in test02() local
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/30_threads/promise/members/
H A Dat_thread_exit2.cc39 catch (std::future_error& e) in test01() local
48 catch (std::future_error& e) in test01() local
59 catch (std::future_error& e) in test01() local
68 catch (std::future_error& e) in test01() local
77 int i = 1; in test02() local
84 catch (std::future_error& e) in test02() local
93 catch (std::future_error& e) in test02() local
101 int i = 0; in test02() local
105 catch (std::future_error& e) in test02() local
114 catch (std::future_error& e) in test02() local
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/30_threads/promise/members/
H A Dat_thread_exit2.cc38 catch (std::future_error& e) in test01() local
47 catch (std::future_error& e) in test01() local
58 catch (std::future_error& e) in test01() local
67 catch (std::future_error& e) in test01() local
76 int i = 1; in test02() local
83 catch (std::future_error& e) in test02() local
92 catch (std::future_error& e) in test02() local
100 int i = 0; in test02() local
104 catch (std::future_error& e) in test02() local
113 catch (std::future_error& e) in test02() local
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/30_threads/promise/members/
H A Dat_thread_exit2.cc39 catch (std::future_error& e) in test01() local
48 catch (std::future_error& e) in test01() local
59 catch (std::future_error& e) in test01() local
68 catch (std::future_error& e) in test01() local
77 int i = 1; in test02() local
84 catch (std::future_error& e) in test02() local
93 catch (std::future_error& e) in test02() local
101 int i = 0; in test02() local
105 catch (std::future_error& e) in test02() local
114 catch (std::future_error& e) in test02() local
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/30_threads/promise/members/
H A Dat_thread_exit2.cc39 catch (std::future_error& e) in test01() local
48 catch (std::future_error& e) in test01() local
59 catch (std::future_error& e) in test01() local
68 catch (std::future_error& e) in test01() local
77 int i = 1; in test02() local
84 catch (std::future_error& e) in test02() local
93 catch (std::future_error& e) in test02() local
101 int i = 0; in test02() local
105 catch (std::future_error& e) in test02() local
114 catch (std::future_error& e) in test02() local
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/30_threads/promise/members/
H A Dat_thread_exit2.cc39 catch (std::future_error& e) in test01() local
48 catch (std::future_error& e) in test01() local
59 catch (std::future_error& e) in test01() local
68 catch (std::future_error& e) in test01() local
77 int i = 1; in test02() local
84 catch (std::future_error& e) in test02() local
93 catch (std::future_error& e) in test02() local
101 int i = 0; in test02() local
105 catch (std::future_error& e) in test02() local
114 catch (std::future_error& e) in test02() local
[all …]

12345678910>>...5832