Home
last modified time | relevance | path

Searched refs:RT (Results 26 – 50 of 9136) sorted by relevance

12345678910>>...366

/dports/math/cgal/CGAL-5.3/include/CGAL/Kernel_d/
H A DVectorHd.h143 VectorHd(const RT& x, const RT& y, const RT& w = 1)
152 Base( Tuple((RT)a,(RT)b,(RT)c, MatchHelper()) )
157 VectorHd(const RT& x, const RT& y, const RT& z, const RT& w) in VectorHd()
160 : Base( Tuple((RT)x,(RT)y,(RT)z,(RT)w) ) in VectorHd()
166 Base( Tuple((RT)a,(RT)b,(RT)c,(RT)d) ) in VectorHd()
236 VectorHd<RT,LA> scale(const RT& m, const RT& n) const in scale()
245 void self_scale(const RT& m, const RT& n) in self_scale()
252 VectorHd<RT,LA>& operator*=(const RT& n)
276 VectorHd<RT,LA>& operator/=(const RT& n)
390 VectorHd<RT,LA> operator*(const RT& n, const VectorHd<RT,LA>& v)
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/solvetrait/
H A DClassTest.cpp146 using RT = StaticVector<double,3UL,rowVector>; in testSingleSolve() typedef
156 using RT = StaticVector<double,3UL,rowVector>; in testSingleSolve() typedef
190 using RT = StaticVector<double,3UL,rowVector>; in testSingleSolve() typedef
768 using RT = DynamicVector<double,rowVector>; in testSingleSolve() typedef
778 using RT = DynamicVector<double,rowVector>; in testSingleSolve() typedef
812 using RT = DynamicVector<double,rowVector>; in testSingleSolve() typedef
822 using RT = DynamicVector<double,rowVector>; in testSingleSolve() typedef
856 using RT = DynamicVector<double,rowVector>; in testSingleSolve() typedef
866 using RT = DynamicVector<double,rowVector>; in testSingleSolve() typedef
900 using RT = DynamicVector<double,rowVector>; in testSingleSolve() typedef
[all …]
/dports/www/rt50/rt-5.0.2/t/
H A D00-compile.t7 require_ok("RT");
8 require_ok("RT::Test");
9 require_ok("RT::ACL");
10 require_ok("RT::Handle");
14 require_ok("RT::Links");
15 require_ok("RT::Queues");
16 require_ok("RT::Scrips");
27 require_ok("RT::Action");
29 require_ok("RT::Search");
40 require_ok("RT::Util");
[all …]
/dports/www/rt44/rt-4.4.5/t/
H A D00-compile.t7 require_ok("RT");
8 require_ok("RT::Test");
9 require_ok("RT::ACL");
10 require_ok("RT::Handle");
14 require_ok("RT::Links");
15 require_ok("RT::Queues");
16 require_ok("RT::Scrips");
27 require_ok("RT::Action");
29 require_ok("RT::Search");
40 require_ok("RT::Util");
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Homogeneous/
H A Ddistance_predicatesH3.h90 typedef typename R::RT RT; in compare_distance_to_point() typedef
104 const RT RT0 = RT(0); in compare_distance_to_point()
105 const RT RT2 = RT(2); in compare_distance_to_point()
129 typedef typename R::RT RT; in has_larger_distance_to_point() typedef
143 const RT RT0 = RT(0); in has_larger_distance_to_point()
144 const RT RT2 = RT(2); in has_larger_distance_to_point()
179 const RT RT0 = RT(0); in has_smaller_distance_to_point()
180 const RT RT2 = RT(2); in has_smaller_distance_to_point()
214 const RT RT0 = RT(0); in compare_signed_distance_to_plane()
248 const RT RT0 = RT(0); in has_larger_signed_distance_to_plane()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/declzerotrait/
H A DClassTest.cpp135 using RT = ZeroVector<int,rowVector>; in testVectorDeclZero() typedef
155 using RT = ZeroVector<int,rowVector>; in testVectorDeclZero() typedef
175 using RT = ZeroVector<int,rowVector>; in testVectorDeclZero() typedef
195 using RT = ZeroVector<int,rowVector>; in testVectorDeclZero() typedef
215 using RT = ZeroVector<int,rowVector>; in testVectorDeclZero() typedef
304 using RT = ZeroMatrix<int,rowMajor>; in testMatrixDeclZero() typedef
324 using RT = ZeroMatrix<int,rowMajor>; in testMatrixDeclZero() typedef
344 using RT = ZeroMatrix<int,rowMajor>; in testMatrixDeclZero() typedef
364 using RT = ZeroMatrix<int,rowMajor>; in testMatrixDeclZero() typedef
384 using RT = ZeroMatrix<int,rowMajor>; in testMatrixDeclZero() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/repeattrait/
H A DClassTest.cpp138 using RT = DynamicVector<int,rowVector>; in testVectorRepetition() typedef
174 using RT = DynamicVector<int,rowVector>; in testVectorRepetition() typedef
210 using RT = DynamicVector<int,rowVector>; in testVectorRepetition() typedef
226 using RT = DynamicVector<int,rowVector>; in testVectorRepetition() typedef
246 using RT = DynamicVector<int,rowVector>; in testVectorRepetition() typedef
262 using RT = DynamicVector<int,rowVector>; in testVectorRepetition() typedef
390 using RT = ZeroVector<int,rowVector>; in testVectorRepetition() typedef
406 using RT = ZeroVector<int,rowVector>; in testVectorRepetition() typedef
435 using RT = DynamicMatrix<int,rowMajor>; in testMatrixRepetition() typedef
707 using RT = ZeroMatrix<int,rowMajor>; in testMatrixRepetition() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/maptrait/
H A DClassTest.cpp135 using RT = int; in testUnaryScalarOperation() typedef
142 using RT = double; in testUnaryScalarOperation() typedef
149 using RT = complex<int>; in testUnaryScalarOperation() typedef
156 using RT = complex<double>; in testUnaryScalarOperation() typedef
871 using RT = int; in testBinaryScalarOperation() typedef
879 using RT = double; in testBinaryScalarOperation() typedef
890 using RT = double; in testBinaryScalarOperation() typedef
898 using RT = double; in testBinaryScalarOperation() typedef
906 using RT = complex<double>; in testBinaryScalarOperation() typedef
917 using RT = complex<double>; in testBinaryScalarOperation() typedef
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Apollonius_graph_2/
H A DConstructions_rtH2.h30 ad_circumcenterH2(const RT &hx1, const RT &hy1, const RT &hw1, in ad_circumcenterH2()
32 const RT &hx2, const RT &hy2, const RT &hw2, in ad_circumcenterH2()
34 const RT &hx3, const RT &hy3, const RT &hw3, in ad_circumcenterH2()
36 RT & cx, RT & cy, RT & cw) in ad_circumcenterH2()
48 ad_circumcircleH2(const RT &hx1, const RT &hy1, const RT &hw1, in ad_circumcircleH2()
50 const RT &hx2, const RT &hy2, const RT &hw2, in ad_circumcircleH2()
52 const RT &hx3, const RT &hy3, const RT &hw3, in ad_circumcircleH2()
54 RT & cx, RT & cy, RT & cw, in ad_circumcircleH2()
57 ad_circumcircleC2<RT, We>(RT(hx1/hw1), RT(hy1/hw1), w1, in ad_circumcircleH2()
61 cw = RT(1); in ad_circumcircleH2()
[all …]
/dports/math/blaze/blaze-3.8/blaze/math/proxy/
H A DProxy.h155 : public If_t< IsVector_v<RT>
159 , If_t< IsMatrix_v<RT>
296 template< typename PT, typename RT >
854 template< typename PT, typename RT >
873 template< typename PT, typename RT >
876 template< typename PT, typename RT >
879 template< typename PT, typename RT >
882 template< typename PT, typename RT >
885 template< typename PT, typename RT >
888 template< typename PT, typename RT >
[all …]
/dports/www/rt44/rt-4.4.5/lib/
H A DRT.pm53 package RT; package
166 require RT::I18N;
170 $RT::WebPath = '' if ($RT::WebPath eq '/');
206 RT::I18N->Init;
407 $RT::Handle->Rollback(1) if $RT::Handle;
408 $RT::Logger->crit("$_[0]") if $RT::Logger;
487 require RT::Link;
511 my $scrips = RT::Scrips->new(RT->SystemUser);
655 $_Privileged = RT::Group->new(RT->SystemUser);
663 $_Unprivileged = RT::Group->new(RT->SystemUser);
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/declidtrait/
H A DClassTest.cpp120 using RT = IdentityMatrix<int,rowMajor>; in testMatrixDeclId() typedef
140 using RT = IdentityMatrix<int,rowMajor>; in testMatrixDeclId() typedef
160 using RT = IdentityMatrix<int,rowMajor>; in testMatrixDeclId() typedef
180 using RT = IdentityMatrix<int,rowMajor>; in testMatrixDeclId() typedef
200 using RT = IdentityMatrix<int,rowMajor>; in testMatrixDeclId() typedef
220 using RT = IdentityMatrix<int,rowMajor>; in testMatrixDeclId() typedef
232 using RT = IdentityMatrix<int,rowMajor>; in testMatrixDeclId() typedef
252 using RT = IdentityMatrix<int,rowMajor>; in testMatrixDeclId() typedef
272 using RT = IdentityMatrix<int,rowMajor>; in testMatrixDeclId() typedef
292 using RT = IdentityMatrix<int,rowMajor>; in testMatrixDeclId() typedef
[all …]
/dports/www/rt50/rt-5.0.2/lib/
H A DRT.pm53 package RT; package
166 require RT::I18N;
170 $RT::WebPath = '' if ($RT::WebPath eq '/');
207 RT::I18N->Init;
408 $RT::Handle->Rollback(1) if $RT::Handle;
409 $RT::Logger->crit("$_[0]") if $RT::Logger;
488 require RT::Link;
516 my $scrips = RT::Scrips->new(RT->SystemUser);
660 $_Privileged = RT::Group->new(RT->SystemUser);
668 $_Unprivileged = RT::Group->new(RT->SystemUser);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrSPE.td17 bits<5> RT;
23 let Inst{6-10} = RT;
58 bits<5> RT;
64 let Inst{6-10} = RT;
104 bits<5> RT;
108 let Inst{6-10} = RT;
118 bits<5> RT;
123 let Inst{6-10} = RT;
146 [(set f64:$RT, (fabs f64:$RA))]>;
231 [(set f64:$RT, (fneg f64:$RA))]>;
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCInstrSPE.td17 bits<5> RT;
23 let Inst{6-10} = RT;
58 bits<5> RT;
64 let Inst{6-10} = RT;
104 bits<5> RT;
108 let Inst{6-10} = RT;
118 bits<5> RT;
123 let Inst{6-10} = RT;
146 [(set f64:$RT, (fabs f64:$RA))]>;
231 [(set f64:$RT, (fneg f64:$RA))]>;
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/PowerPC/
H A DPPCInstrSPE.td17 bits<5> RT;
23 let Inst{6-10} = RT;
58 bits<5> RT;
64 let Inst{6-10} = RT;
104 bits<5> RT;
108 let Inst{6-10} = RT;
118 bits<5> RT;
123 let Inst{6-10} = RT;
146 [(set f64:$RT, (fabs f64:$RA))]>;
231 [(set f64:$RT, (fneg f64:$RA))]>;
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/PowerPC/
H A DPPCInstrSPE.td17 bits<5> RT;
23 let Inst{6-10} = RT;
58 bits<5> RT;
64 let Inst{6-10} = RT;
104 bits<5> RT;
108 let Inst{6-10} = RT;
118 bits<5> RT;
123 let Inst{6-10} = RT;
146 [(set f64:$RT, (fabs f64:$RA))]>;
231 [(set f64:$RT, (fneg f64:$RA))]>;
[all …]
/dports/emulators/qemu/qemu-6.2.0/capstone/suite/synctools/tablegen/PPC/
H A DPPCInstrSPE.td18 bits<5> RT;
24 let Inst{6-10} = RT;
59 bits<5> RT;
65 let Inst{6-10} = RT;
105 bits<5> RT;
109 let Inst{6-10} = RT;
119 bits<5> RT;
124 let Inst{6-10} = RT;
147 [(set f64:$RT, (fabs f64:$RA))]>;
232 [(set f64:$RT, (fneg f64:$RA))]>;
[all …]
/dports/emulators/qemu60/qemu-6.0.0/capstone/suite/synctools/tablegen/PPC/
H A DPPCInstrSPE.td18 bits<5> RT;
24 let Inst{6-10} = RT;
59 bits<5> RT;
65 let Inst{6-10} = RT;
105 bits<5> RT;
109 let Inst{6-10} = RT;
119 bits<5> RT;
124 let Inst{6-10} = RT;
147 [(set f64:$RT, (fabs f64:$RA))]>;
232 [(set f64:$RT, (fneg f64:$RA))]>;
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/PowerPC/
H A DPPCInstrSPE.td17 bits<5> RT;
23 let Inst{6-10} = RT;
58 bits<5> RT;
64 let Inst{6-10} = RT;
104 bits<5> RT;
108 let Inst{6-10} = RT;
118 bits<5> RT;
123 let Inst{6-10} = RT;
146 [(set f64:$RT, (fabs f64:$RA))]>;
231 [(set f64:$RT, (fneg f64:$RA))]>;
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCInstrSPE.td17 bits<5> RT;
23 let Inst{6-10} = RT;
58 bits<5> RT;
64 let Inst{6-10} = RT;
104 bits<5> RT;
108 let Inst{6-10} = RT;
118 bits<5> RT;
123 let Inst{6-10} = RT;
146 [(set f64:$RT, (fabs f64:$RA))]>;
231 [(set f64:$RT, (fneg f64:$RA))]>;
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/PowerPC/
H A DPPCInstrSPE.td17 bits<5> RT;
23 let Inst{6-10} = RT;
58 bits<5> RT;
64 let Inst{6-10} = RT;
104 bits<5> RT;
108 let Inst{6-10} = RT;
118 bits<5> RT;
123 let Inst{6-10} = RT;
146 [(set f64:$RT, (fabs f64:$RA))]>;
231 [(set f64:$RT, (fneg f64:$RA))]>;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCInstrSPE.td17 bits<5> RT;
23 let Inst{6-10} = RT;
58 bits<5> RT;
64 let Inst{6-10} = RT;
104 bits<5> RT;
108 let Inst{6-10} = RT;
118 bits<5> RT;
123 let Inst{6-10} = RT;
146 [(set f64:$RT, (fabs f64:$RA))]>;
231 [(set f64:$RT, (fneg f64:$RA))]>;
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrSPE.td17 bits<5> RT;
23 let Inst{6-10} = RT;
58 bits<5> RT;
64 let Inst{6-10} = RT;
104 bits<5> RT;
108 let Inst{6-10} = RT;
118 bits<5> RT;
123 let Inst{6-10} = RT;
146 [(set f64:$RT, (fabs f64:$RA))]>;
231 [(set f64:$RT, (fneg f64:$RA))]>;
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/PowerPC/
H A DPPCInstrSPE.td17 bits<5> RT;
23 let Inst{6-10} = RT;
58 bits<5> RT;
64 let Inst{6-10} = RT;
104 bits<5> RT;
108 let Inst{6-10} = RT;
118 bits<5> RT;
123 let Inst{6-10} = RT;
146 [(set f64:$RT, (fabs f64:$RA))]>;
231 [(set f64:$RT, (fneg f64:$RA))]>;
[all …]

12345678910>>...366