Home
last modified time | relevance | path

Searched defs:vector_t (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/textproc/stardict3/stardict-3.0.6/dict/stardict-plugins/stardict-wordnet-plugin/
H A Dvector_t.h31 struct vector_t { struct
38 vector_t():x(0), y(0), z(0), w(1.0) {} in vector_t() function
39 vector_t(single len, single rad): x(len*cos(rad)), y(len*sin(rad)), z(0), w(1.0) { } in vector_t() argument
43 vector_t(single ax, single ay, single az): x(ax), y(ay), z(az), w(1.0) {} in vector_t() argument
52 void add(const vector_t & b) { in add() argument
72 single angle(const vector_t & b) { in angle() argument
102 void sub(const vector_t & b) { in sub() argument
106 vector_t & mul(const single s) { in mul() argument
111 vector_t & div(const single s) { in div() argument
136 single powerdistance(const vector_t & b) { in powerdistance() argument
[all …]
/dports/devel/hpx/hpx-1.2.1/tests/regressions/block_matrix/
H A Dmatrix.hh27 struct vector_t { struct
39 vector_t(std::ptrdiff_t N): N(N), elts(N) {} in vector_t() argument
40 vector_t(std::initializer_list<double> x): N(x.size()), elts(x) {} in vector_t() argument
44 vector_t& operator=(const vector_t&) { assert(0); return *this; } in operator =() argument
59 std::ostream& operator<<(std::ostream& os, const vector_t& x); argument
/dports/games/openomf/openomf-c36c421/include/utils/
H A Dvector.h7 typedef struct vector_t { struct
8 char *data;
9 unsigned int block_size;
10 unsigned int blocks;
11 unsigned int reserved;
12 unsigned int inc_factor;
13 allocator alloc;
/dports/graphics/freetype-gl/freetype-gl-647b062/
H A Dvector.h57 typedef struct vector_t struct
70 } vector_t; argument
/dports/graphics/freetype-gl/freetype-gl-647b062/harfbuzz/
H A Dvector.h57 typedef struct vector_t struct
70 } vector_t; argument
/dports/ports-mgmt/portsearch/portsearch-1.3.5/src/
H A Dvector.h32 struct vector_t { struct
39 const struct vector_t *v; argument
/dports/devel/libfirm/libfirm-1.21.0/ir/kaps/
H A Dvector_t.h41 typedef struct vector_t vector_t; typedef
43 struct vector_t { struct
44 unsigned len;
45 vec_elem_t entries[];
/dports/graphics/embree/embree-3.13.2/common/sys/
H A Dvector.h19 __forceinline vector_t () in vector_t() function
22 __forceinline explicit vector_t (size_t sz) in vector_t() function
26 __forceinline explicit vector_t (M alloc, size_t sz) in vector_t() function
33 __forceinline vector_t (const vector_t& other) in vector_t() function
42 __forceinline vector_t (vector_t&& other) in vector_t() function
/dports/security/rhash/RHash-1.4.2/
H A Dcommon_func.h148 typedef struct vector_t struct
154 } vector_t; argument
/dports/devel/boost-docs/boost_1_72_0/libs/container/test/
H A Dvector_options_test.cpp46 typedef vector<unsigned char, new_allocator<unsigned char>, options_t> vector_t; in test_stored_size_type() typedef
51 typedef vector<unsigned char, allocator<unsigned char>, options_t> vector_t; in test_stored_size_type() typedef
/dports/devel/boost-python-libs/boost_1_72_0/libs/container/test/
H A Dvector_options_test.cpp46 typedef vector<unsigned char, new_allocator<unsigned char>, options_t> vector_t; in test_stored_size_type() typedef
51 typedef vector<unsigned char, allocator<unsigned char>, options_t> vector_t; in test_stored_size_type() typedef
/dports/devel/boost-libs/boost_1_72_0/libs/container/test/
H A Dvector_options_test.cpp46 typedef vector<unsigned char, new_allocator<unsigned char>, options_t> vector_t; in test_stored_size_type() typedef
51 typedef vector<unsigned char, allocator<unsigned char>, options_t> vector_t; in test_stored_size_type() typedef
/dports/devel/hyperscan/boost_1_75_0/libs/container/test/
H A Dvector_options_test.cpp48 typedef vector<unsigned char, new_allocator<unsigned char>, options_t> vector_t; in test_stored_size_type() typedef
53 typedef vector<unsigned char, allocator<unsigned char>, options_t> vector_t; in test_stored_size_type() typedef
/dports/www/firefox-legacy/firefox-52.8.0esr/media/pocketsphinx/src/
H A Dvector.h58 typedef float32 *vector_t; typedef
/dports/audio/pocketsphinx/pocketsphinx-0.8/src/libpocketsphinx/
H A Dvector.h58 typedef float32 *vector_t; typedef
/dports/math/barvinok/barvinok-0.41.5/zsolve/
H A Dvector.h30 typedef int vector_t; typedef
/dports/cad/pcb/pcb-4.2.0/src/
H A Dvector.h46 typedef struct vector_struct vector_t; typedef
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue244/
H A Dtest.vhdl12 SUBTYPE vector_t IS std_ulogic_vector(0 TO 3); subtype
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bsta/tests/
H A Dtest_mixture.cxx27 typedef bsta_gauss_t::vector_type vector_t; in test_probability_functor() typedef
56 typedef bsta_gauss_t::vector_type vector_t; in test_sampling() typedef
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/colin/src/colin/
H A DAppResponseTypes.h52 typedef VectorT vector_t; typedef
/dports/biology/sra-tools/sra-tools-2.11.0/tools/bam-loader/
H A Dmate-distance-stats.cpp7 typedef std::vector<map_t::const_iterator> vector_t; in NthMostFrequent() typedef
/dports/graphics/devil/devil-1.7.8/src-IL/include/
H A Daltivec_common.h22 } vector_t; typedef
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/sort/common/
H A Dtime_measure.hpp50 double subtract_time ( const time_point & t1, const time_point & t2 )
/dports/net/kamailio/kamailio-5.4.5/src/lib/cds/
H A Dvector.h45 } vector_t; typedef
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_concurrent_vector.cpp67 typedef tbb::concurrent_vector<Foo, allocator_t> vector_t; in TestResizeAndCopy() typedef
109 typedef tbb::concurrent_vector<Foo, allocator_t> vector_t; in TestCapacity() typedef
176 typedef tbb::concurrent_vector<int> vector_t; in TestParallelFor() typedef
823 typedef tbb::concurrent_vector<move_only_type > vector_t; in TestPushBackMoveOnlyContainee() typedef
846 typedef tbb::concurrent_vector<wrapper_type > vector_t; in TestEmplaceBack() typedef
912 typedef fixture_t::container_t vector_t; in TestSerialGrowByWithMoveIterators() typedef
1135 typedef tbb::concurrent_vector<FooWithAssign, allocator_t> vector_t; in TestExceptions() typedef
1240 typedef tbb::concurrent_vector<FooWithAssign, allocator_t> vector_t; in TestExceptionSafetyGuaranteesForAssignOperator() typedef
1349 typedef fixture_t::container_t vector_t; in TestExceptionSafetyGuaranteesForMoveAssignOperatorWithUnEqualAllocatorMemoryFailure() typedef
1382 typedef fixture_t::container_t vector_t; in TestExceptionSafetyGuaranteesForMoveAssignOperatorWithUnEqualAllocatorExceptionInElementCtor() typedef
[all …]

12345678910>>...13