Home
last modified time | relevance | path

Searched defs:PT (Results 1 – 25 of 2646) sorted by relevance

12345678910>>...106

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Dpolynomial_utils.h128 typedef Polynomial_traits_d<Polynomial_d> PT; in CGAL_UNARY_POLY_FUNCTION_INDEX() typedef
139 typedef Polynomial_traits_d<Polynomial_d> PT; in substitute() typedef
146 typedef Polynomial_traits_d<Polynomial_d> PT; in is_zero_at() typedef
153 typedef Polynomial_traits_d<Polynomial_d> PT; in sign_at() typedef
165 typedef Polynomial_traits_d<Polynomial_d> PT; in substitute_homogeneous() typedef
173 typedef Polynomial_traits_d<Polynomial_d> PT; in is_zero_at_homogeneous() typedef
181 typedef Polynomial_traits_d<Polynomial_d> PT; in sign_at_homogeneous() typedef
197 typedef Polynomial_traits_d<Polynomial_d> PT; in CGAL_UNARY_POLY_FUNCTION() typedef
214 typedef Polynomial_traits_d<Polynomial_d> PT; in CGAL_UNARY_POLY_FUNCTION() typedef
221 typedef Polynomial_traits_d<Polynomial_d> PT; in pseudo_division_quotient() typedef
[all …]
/dports/math/blaze/blaze-3.8/blaze/math/proxy/
H A DDenseVectorProxy.h551 begin( const DenseVectorProxy<PT,VT>& proxy ) in begin()
568 cbegin( const DenseVectorProxy<PT,VT>& proxy ) in cbegin()
585 end( const DenseVectorProxy<PT,VT>& proxy ) in end()
602 cend( const DenseVectorProxy<PT,VT>& proxy ) in cend()
618 BLAZE_ALWAYS_INLINE size_t size( const DenseVectorProxy<PT,VT>& proxy ) in size()
634 BLAZE_ALWAYS_INLINE size_t capacity( const DenseVectorProxy<PT,VT>& proxy ) in capacity()
653 BLAZE_ALWAYS_INLINE size_t nonZeros( const DenseVectorProxy<PT,VT>& proxy ) in nonZeros()
678 resize_backend( const DenseVectorProxy<PT,VT>& proxy, size_t n, bool preserve ) in resize_backend()
705 resize_backend( const DenseVectorProxy<PT,VT>& proxy, size_t n, bool preserve ) in resize_backend()
753 BLAZE_ALWAYS_INLINE void reset( const DenseVectorProxy<PT,VT>& proxy ) in reset()
[all …]
H A DDenseMatrixProxy.h768 begin( const DenseMatrixProxy<PT,MT>& proxy, size_t i ) in begin()
791 cbegin( const DenseMatrixProxy<PT,MT>& proxy, size_t i ) in cbegin()
815 end( const DenseMatrixProxy<PT,MT>& proxy, size_t i ) in end()
839 cend( const DenseMatrixProxy<PT,MT>& proxy, size_t i ) in cend()
855 BLAZE_ALWAYS_INLINE size_t rows( const DenseMatrixProxy<PT,MT>& proxy ) in rows()
871 BLAZE_ALWAYS_INLINE size_t columns( const DenseMatrixProxy<PT,MT>& proxy ) in columns()
887 BLAZE_ALWAYS_INLINE size_t capacity( const DenseMatrixProxy<PT,MT>& proxy ) in capacity()
925 BLAZE_ALWAYS_INLINE size_t nonZeros( const DenseMatrixProxy<PT,MT>& proxy ) in nonZeros()
1084 BLAZE_ALWAYS_INLINE void reset( const DenseMatrixProxy<PT,MT>& proxy ) in reset()
1106 BLAZE_ALWAYS_INLINE void reset( const DenseMatrixProxy<PT,MT>& proxy, size_t i ) in reset()
[all …]
H A DSparseVectorProxy.h836 begin( const SparseVectorProxy<PT,VT>& proxy ) in begin()
853 cbegin( const SparseVectorProxy<PT,VT>& proxy ) in cbegin()
870 end( const SparseVectorProxy<PT,VT>& proxy ) in end()
887 cend( const SparseVectorProxy<PT,VT>& proxy ) in cend()
903 BLAZE_ALWAYS_INLINE size_t size( const SparseVectorProxy<PT,VT>& proxy ) in size()
919 BLAZE_ALWAYS_INLINE size_t capacity( const SparseVectorProxy<PT,VT>& proxy ) in capacity()
976 BLAZE_ALWAYS_INLINE void reset( const SparseVectorProxy<PT,VT>& proxy ) in reset()
994 BLAZE_ALWAYS_INLINE void clear( const SparseVectorProxy<PT,VT>& proxy ) in clear()
1012 find( const SparseVectorProxy<PT,VT>& proxy, size_t index ) in find()
1030 lowerBound( const SparseVectorProxy<PT,VT>& proxy, size_t index ) in lowerBound()
[all …]
H A DSparseMatrixProxy.h1136 begin( const SparseMatrixProxy<PT,MT>& proxy, size_t i ) in begin()
1159 cbegin( const SparseMatrixProxy<PT,MT>& proxy, size_t i ) in cbegin()
1183 end( const SparseMatrixProxy<PT,MT>& proxy, size_t i ) in end()
1207 cend( const SparseMatrixProxy<PT,MT>& proxy, size_t i ) in cend()
1223 BLAZE_ALWAYS_INLINE size_t rows( const SparseMatrixProxy<PT,MT>& proxy ) in rows()
1239 BLAZE_ALWAYS_INLINE size_t columns( const SparseMatrixProxy<PT,MT>& proxy ) in columns()
1411 BLAZE_ALWAYS_INLINE void reset( const SparseMatrixProxy<PT,MT>& proxy ) in reset()
1451 BLAZE_ALWAYS_INLINE void clear( const SparseMatrixProxy<PT,MT>& proxy ) in clear()
1470 find( const SparseMatrixProxy<PT,MT>& proxy, size_t i, size_t j ) in find()
1489 lowerBound( const SparseMatrixProxy<PT,MT>& proxy, size_t i, size_t j ) in lowerBound()
[all …]
H A DProxy.h2065 inline void transpose( const Proxy<PT,RT>& proxy ) in transpose()
2094 inline void ctranspose( const Proxy<PT,RT>& proxy ) in ctranspose()
2134 inline void invert( const Proxy<PT,RT>& proxy ) in invert()
2183 inline void invert( const Proxy<PT,RT>& proxy ) in invert()
2207 inline bool isReal( const Proxy<PT,RT>& proxy ) in isReal()
2227 inline bool isZero( const Proxy<PT,RT>& proxy ) in isZero()
2247 inline bool isOne( const Proxy<PT,RT>& proxy ) in isOne()
2267 inline bool isnan( const Proxy<PT,RT>& proxy ) in isnan()
2287 inline bool isinf( const Proxy<PT,RT>& proxy ) in isinf()
2308 inline bool isfinite( const Proxy<PT,RT>& proxy ) in isfinite()
[all …]
H A DDefaultProxy.h201 BLAZE_ALWAYS_INLINE PT& crtp_cast( DefaultProxy<PT,RT>& proxy ) in crtp_cast()
219 BLAZE_ALWAYS_INLINE const PT& crtp_cast( const DefaultProxy<PT,RT>& proxy ) in crtp_cast()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/samples/
H A Dsubshapes-TestRunner.cpp67 struct PT { in trymain() struct
68 int x; in trymain()
69 int y; in trymain()
70 PT(int nx, int ny): x(nx), y(ny) {} in trymain() function
H A Dtest_15bpp_bitmap-TestRunner.cpp78 struct PT { in trymain() struct
79 int x; in trymain()
80 int y; in trymain()
81 PT(int nx, int ny): x(nx), y(ny) {} in trymain() argument
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/src/kurtz/streesrc/
H A Dstreeacc.h61 #define GETBOTH(DP,HP,PT) \ argument
91 #define GETONLYHEADPOS(HP,PT) \ argument
109 #define GETONLYDEPTH(DP,PT) \ argument
127 #define GETDEPTHAFTERHEADPOS(DP,PT) \ argument
142 #define GETHEADPOSAFTERDEPTH(HP,PT) \ argument
157 #define NEXTNODE(PT)\ argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/open_c/
H A Dbuild_sources.cmd25 @set PT=../libsofia-sip-ua/msg/test_table.c variable
37 @set PT=../libsofia-sip-ua/msg/msg_mime_table.c variable
56 @set PT=../libsofia-sip-ua/sip/sip_parser_table.c variable
83 @set PT=../libsofia-sip-ua/http/http_parser_table.c variable
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/win32/
H A Dbuild_sources.cmd25 @set PT=../libsofia-sip-ua/msg/test_table.c variable
37 @set PT=../libsofia-sip-ua/msg/msg_mime_table.c variable
56 @set PT=../libsofia-sip-ua/sip/sip_parser_table.c variable
83 @set PT=../libsofia-sip-ua/http/http_parser_table.c variable
/dports/net/sofia-sip/sofia-sip-1.13.4/win32/
H A Dbuild_sources.cmd25 @set PT=../libsofia-sip-ua/msg/test_table.c variable
37 @set PT=../libsofia-sip-ua/msg/msg_mime_table.c variable
56 @set PT=../libsofia-sip-ua/sip/sip_parser_table.c variable
83 @set PT=../libsofia-sip-ua/http/http_parser_table.c variable
/dports/net/sofia-sip/sofia-sip-1.13.4/open_c/
H A Dbuild_sources.cmd25 @set PT=../libsofia-sip-ua/msg/test_table.c variable
37 @set PT=../libsofia-sip-ua/msg/msg_mime_table.c variable
56 @set PT=../libsofia-sip-ua/sip/sip_parser_table.c variable
83 @set PT=../libsofia-sip-ua/http/http_parser_table.c variable
/dports/games/mangband/mangband-1.5.3/src/common/
H A Dnet-pack.c17 #define PACK_PTR_8(PT, VAL) \ argument
19 #define PACK_PTR_16(PT, VAL) \ argument
22 #define PACK_PTR_32(PT, VAL) \ argument
27 #define PACK_PTR_64(PT, VAL) \ argument
39 #define UNPACK_PTR_8(PT, VAL) \ argument
41 #define UNPACK_PTR_16(PT, VAL) \ argument
44 #define UNPACK_PTR_32(PT, VAL) \ argument
49 #define UNPACK_PTR_64(PT, VAL) \ argument
101 #define UNPACK_8(PT) UNPACK_PTR_8(PT, RPTRN) argument
102 #define UNPACK_16(PT) UNPACK_PTR_16(PT, RPTRN) argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
H A Dempty.fail.cpp72 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
81 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
90 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
99 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
108 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
117 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/iterators/iterator.primitives/iterator.traits/
H A Dempty.fail.cpp72 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
81 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
90 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
99 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
108 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
117 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
H A Dempty.fail.cpp72 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
81 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
90 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
99 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
108 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
117 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
H A Dempty.fail.cpp72 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
81 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
90 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
99 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
108 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
117 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
H A Dempty.fail.cpp72 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
81 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
90 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
99 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
108 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
117 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
H A Dempty.fail.cpp72 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
81 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
90 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
99 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
108 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
117 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
/dports/devel/libc++/libcxx-10.0.1.src/test/std/iterators/iterator.primitives/iterator.traits/
H A Dempty.fail.cpp72 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
81 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
90 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
99 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
108 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
117 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
H A Dempty.fail.cpp72 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
81 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
90 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
99 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
108 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
117 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std::{{.+}}::i… in main() typedef
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
H A Dempty.fail.cpp72 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
81 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
90 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
99 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
108 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
117 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
H A Dempty.fail.cpp72 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
81 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
90 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
99 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
108 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef
117 …typedef T::pointer PT; // expected-error-re {{no type named 'pointer' in 'std:{{.*}}:ite… in main() typedef

12345678910>>...106