Home
last modified time | relevance | path

Searched refs:RT (Results 101 – 125 of 13104) sorted by relevance

12345678910>>...525

/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/mm/
H A Duasm-mips.c57 [insn_beq] = {M(beq_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
65 [insn_bne] = {M(bne_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
80 RS | RT | RD},
81 [insn_di] = {M(cop0_op, mfmc0_op, 0, 12, 0, 0), RT},
87 RS | RT | RD},
90 RS | RT | RD},
94 RS | RT | RD},
135 [insn_lui] = {M(lui_op, 0, 0, 0, 0, 0), RT | SIMM},
144 RS | RT | RD},
152 RS | RT | RD},
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/mm/
H A Duasm-mips.c57 [insn_beq] = {M(beq_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
65 [insn_bne] = {M(bne_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
80 RS | RT | RD},
81 [insn_di] = {M(cop0_op, mfmc0_op, 0, 12, 0, 0), RT},
87 RS | RT | RD},
90 RS | RT | RD},
94 RS | RT | RD},
135 [insn_lui] = {M(lui_op, 0, 0, 0, 0, 0), RT | SIMM},
144 RS | RT | RD},
152 RS | RT | RD},
[all …]
/dports/www/rt50/rt-5.0.2/lib/RT/
H A DHandle.pm238 unless ($RT::Handle and $RT::Handle->dbh) {
719 my $test_ace = RT::ACE->new( RT->SystemUser );
730 my $ace = RT::ACE->new( RT->SystemUser );
748 my $group = RT::Group->new( RT->SystemUser );
755 $group = RT::Group->new( RT->SystemUser );
767 my $user = RT::User->new( RT->SystemUser );
805 $group = RT::Group->new( RT->SystemUser );
825 $group = RT::Group->new( RT->SystemUser );
1801 my $sys = RT::System->new(RT->SystemUser);
2692 my $user = RT::User->new(RT->SystemUser);
[all …]
/dports/www/rt44/rt-4.4.5/sbin/
H A Drt-setup-database99 require RT;
100 RT->LoadConfig();
101 RT->InitClasses();
108 RT::InitLogging();
170 require RT::Handle;
306 RT->ConnectToDatabase;
319 $RT::Handle = RT::Handle->new;
321 RT::InitLogging();
326 $RT::Handle = RT::Handle->new;
341 $RT::Handle = RT::Handle->new;
[all …]
/dports/www/rt50/rt-5.0.2/sbin/
H A Drt-setup-database99 require RT;
100 RT->LoadConfig();
101 RT->InitClasses();
108 RT::InitLogging();
170 require RT::Handle;
306 RT->ConnectToDatabase;
319 $RT::Handle = RT::Handle->new;
321 RT::InitLogging();
326 $RT::Handle = RT::Handle->new;
341 $RT::Handle = RT::Handle->new;
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Homogeneous/
H A Dbasic_constructionsH2.h42 typedef typename R::RT RT; in squared_distance() typedef
52 RT sq_dist_numerator = in squared_distance()
69 weighted_circumcenterH2( const RT &phx, const RT &phy, const RT &phw, in weighted_circumcenterH2()
71 const RT &qhx, const RT &qhy, const RT &qhw, in weighted_circumcenterH2()
73 const RT &rhx, const RT &rhy, const RT &rhw, in weighted_circumcenterH2()
75 RT &vvx, RT &vvy, RT &vvw ) in weighted_circumcenterH2()
95 RT a1, b1, c1; in weighted_circumcenterH2()
96 RT a2, b2, c2; in weighted_circumcenterH2()
109 radical_axisH2(const RT &phx, const RT &phy, const RT &phw, const FT &pwt, in radical_axisH2()
110 const RT &qhx, const RT &qhy, const RT &qhw, const FT &qwt, in radical_axisH2()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Kernel_d/
H A DPointHd_impl.h22 template <class RT, class LA>
23 PointHd<RT,LA> PointHd<RT,LA>::
28 template <class RT, class LA>
29 VectorHd<RT,LA> PointHd<RT,LA>::operator-(const Origin&) const
32 template <class RT, class LA>
33 PointHd<RT,LA> PointHd<RT,LA>::operator+(const VectorHd<RT,LA> &v) const
40 PointHd<RT,LA> PointHd<RT,LA>::operator-(const VectorHd<RT,LA> &v) const
47 PointHd<RT,LA>& PointHd<RT,LA>::operator+= (const VectorHd<RT,LA>& v)
49 PointHd<RT,LA> old(*this);
50 *this = PointHd<RT,LA>(d);
[all …]
H A DDirectionHd.h30 template <class RT, class LA>
32 template <class RT, class LA>
70 typedef _RT RT; typedef
113 DirectionHd(const RT& x, const RT& y) : Base( Tuple(x,y,1) ) {} in DirectionHd()
118 Base( Tuple(RT(a),RT(b),RT(1),MatchHelper()) ) {} in DirectionHd()
120 DirectionHd(const RT& x, const RT& y, const RT& z) : in DirectionHd()
126 Base( Tuple(RT(a),RT(b),RT(c),RT(1)) ) {} in DirectionHd()
135 RT delta(int i) const in delta()
146 RT operator[](int i) const
165 DirectionHd<RT,LA> transform(const Aff_transformationHd<RT,LA>& t) const;
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/phoenix/bind/
H A Dbind_member_function.hpp23 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
38 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
44 detail::member_function_ptr<0, RT, RT(ClassT::*)() const> in bind()
55 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
73 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
136 , RT
150 , RT in bind()
176 , RT
190 , RT in bind()
215 , RT
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/AOR_v20.02/math/test/
H A Dulp.h25 if (e > RT(emax) - RT(prec)) in RT()
26 e = RT(emax) - RT(prec); in RT()
32 return RT(emax) - RT(prec); in RT()
41 static double RT(ulperr) (RT(float) got, const struct RT(ret) * p, int r) in RT() function
47 if (RT(asuint) (got) == RT(asuint) (want)) in RT()
61 got = RT(copysign) (RT(halfinf), got); in RT()
90 static int RT(isok) (RT(float) ygot, int exgot, RT(float) ywant, int exwant, in RT() function
97 static int RT(isok_nofenv) (RT(float) ygot, RT(float) ywant) in RT() function
143 p->tail = RT(lscalbn) (yl - (RT(double)) 2 * RT(halfinf), -p->ulpexp); in T()
146 if (RT(fabs) (p->y) < RT(min_normal)) in T()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/AOR_v20.02/math/test/
H A Dulp.h25 if (e > RT(emax) - RT(prec)) in RT()
26 e = RT(emax) - RT(prec); in RT()
32 return RT(emax) - RT(prec); in RT()
41 static double RT(ulperr) (RT(float) got, const struct RT(ret) * p, int r) in RT() function
47 if (RT(asuint) (got) == RT(asuint) (want)) in RT()
61 got = RT(copysign) (RT(halfinf), got); in RT()
90 static int RT(isok) (RT(float) ygot, int exgot, RT(float) ywant, int exwant, in RT() function
97 static int RT(isok_nofenv) (RT(float) ygot, RT(float) ywant) in RT() function
143 p->tail = RT(lscalbn) (yl - (RT(double)) 2 * RT(halfinf), -p->ulpexp); in T()
146 if (RT(fabs) (p->y) < RT(min_normal)) in T()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/AOR_v20.02/math/test/
H A Dulp.h25 if (e > RT(emax) - RT(prec)) in RT()
26 e = RT(emax) - RT(prec); in RT()
32 return RT(emax) - RT(prec); in RT()
41 static double RT(ulperr) (RT(float) got, const struct RT(ret) * p, int r) in RT() function
47 if (RT(asuint) (got) == RT(asuint) (want)) in RT()
61 got = RT(copysign) (RT(halfinf), got); in RT()
90 static int RT(isok) (RT(float) ygot, int exgot, RT(float) ywant, int exwant, in RT() function
97 static int RT(isok_nofenv) (RT(float) ygot, RT(float) ywant) in RT() function
143 p->tail = RT(lscalbn) (yl - (RT(double)) 2 * RT(halfinf), -p->ulpexp); in T()
146 if (RT(fabs) (p->y) < RT(min_normal)) in T()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/AOR_v20.02/math/test/
H A Dulp.h25 if (e > RT(emax) - RT(prec)) in RT()
26 e = RT(emax) - RT(prec); in RT()
32 return RT(emax) - RT(prec); in RT()
41 static double RT(ulperr) (RT(float) got, const struct RT(ret) * p, int r) in RT() function
47 if (RT(asuint) (got) == RT(asuint) (want)) in RT()
61 got = RT(copysign) (RT(halfinf), got); in RT()
90 static int RT(isok) (RT(float) ygot, int exgot, RT(float) ywant, int exwant, in RT() function
97 static int RT(isok_nofenv) (RT(float) ygot, RT(float) ywant) in RT() function
143 p->tail = RT(lscalbn) (yl - (RT(double)) 2 * RT(halfinf), -p->ulpexp); in T()
146 if (RT(fabs) (p->y) < RT(min_normal)) in T()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/AOR_v20.02/math/test/
H A Dulp.h25 if (e > RT(emax) - RT(prec)) in RT()
26 e = RT(emax) - RT(prec); in RT()
32 return RT(emax) - RT(prec); in RT()
41 static double RT(ulperr) (RT(float) got, const struct RT(ret) * p, int r) in RT() function
47 if (RT(asuint) (got) == RT(asuint) (want)) in RT()
61 got = RT(copysign) (RT(halfinf), got); in RT()
90 static int RT(isok) (RT(float) ygot, int exgot, RT(float) ywant, int exwant, in RT() function
97 static int RT(isok_nofenv) (RT(float) ygot, RT(float) ywant) in RT() function
143 p->tail = RT(lscalbn) (yl - (RT(double)) 2 * RT(halfinf), -p->ulpexp); in T()
146 if (RT(fabs) (p->y) < RT(min_normal)) in T()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/AOR_v20.02/math/test/
H A Dulp.h25 if (e > RT(emax) - RT(prec)) in RT()
26 e = RT(emax) - RT(prec); in RT()
32 return RT(emax) - RT(prec); in RT()
41 static double RT(ulperr) (RT(float) got, const struct RT(ret) * p, int r) in RT() function
47 if (RT(asuint) (got) == RT(asuint) (want)) in RT()
61 got = RT(copysign) (RT(halfinf), got); in RT()
90 static int RT(isok) (RT(float) ygot, int exgot, RT(float) ywant, int exwant, in RT() function
97 static int RT(isok_nofenv) (RT(float) ygot, RT(float) ywant) in RT() function
143 p->tail = RT(lscalbn) (yl - (RT(double)) 2 * RT(halfinf), -p->ulpexp); in T()
146 if (RT(fabs) (p->y) < RT(min_normal)) in T()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/AOR_v20.02/math/test/
H A Dulp.h25 if (e > RT(emax) - RT(prec)) in RT()
26 e = RT(emax) - RT(prec); in RT()
32 return RT(emax) - RT(prec); in RT()
41 static double RT(ulperr) (RT(float) got, const struct RT(ret) * p, int r) in RT() function
47 if (RT(asuint) (got) == RT(asuint) (want)) in RT()
61 got = RT(copysign) (RT(halfinf), got); in RT()
90 static int RT(isok) (RT(float) ygot, int exgot, RT(float) ywant, int exwant, in RT() function
97 static int RT(isok_nofenv) (RT(float) ygot, RT(float) ywant) in RT() function
143 p->tail = RT(lscalbn) (yl - (RT(double)) 2 * RT(halfinf), -p->ulpexp); in T()
146 if (RT(fabs) (p->y) < RT(min_normal)) in T()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/AOR_v20.02/math/test/
H A Dulp.h25 if (e > RT(emax) - RT(prec)) in RT()
26 e = RT(emax) - RT(prec); in RT()
32 return RT(emax) - RT(prec); in RT()
41 static double RT(ulperr) (RT(float) got, const struct RT(ret) * p, int r) in RT() function
47 if (RT(asuint) (got) == RT(asuint) (want)) in RT()
61 got = RT(copysign) (RT(halfinf), got); in RT()
90 static int RT(isok) (RT(float) ygot, int exgot, RT(float) ywant, int exwant, in RT() function
97 static int RT(isok_nofenv) (RT(float) ygot, RT(float) ywant) in RT() function
143 p->tail = RT(lscalbn) (yl - (RT(double)) 2 * RT(halfinf), -p->ulpexp); in T()
146 if (RT(fabs) (p->y) < RT(min_normal)) in T()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DWidth_default_traits_3.h27 typedef typename Kernel::RT RT; typedef
38 RT& px, RT& py, RT& pz, RT& ph) const { in get_point_coordinates()
44 RT get_a( const Plane_3& f) const { return f.a(); } in get_a()
45 RT get_b( const Plane_3& f) const { return f.b(); } in get_b()
46 RT get_c( const Plane_3& f) const { return f.c(); } in get_c()
49 RT& a, RT& b, RT& c, RT& d) const { in get_plane_coefficients()
56 Point_3 make_point( const RT& hx, const RT& hy, in make_point()
57 const RT& hz, const RT& hw) const { in make_point()
60 Plane_3 make_plane( const RT& a, const RT& b, in make_plane()
61 const RT& c, const RT& d) const { in make_plane()
[all …]
H A DAff_transformation_3.h33 typedef typename R_::RT RT; typedef
55 const RT& s,
56 const RT& w= RT(1) )
61 const RT& m11, const RT& m12, const RT& m13, const RT& m14,
62 const RT& m21, const RT& m22, const RT& m23, const RT& m24,
63 const RT& m31, const RT& m32, const RT& m33, const RT& m34,
64 const RT& w= RT(1) )
71 const RT& m11, const RT& m12, const RT& m13,
72 const RT& m21, const RT& m22, const RT& m23,
73 const RT& m31, const RT& m32, const RT& m33,
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Deval_fat.adb54 (RT : R;
65 (RT : R;
99 return Succ (RT, X);
102 return Pred (RT, X);
165 (RT : R;
200 (RT : R;
450 (Machine_Emin (RT) - Machine_Mantissa (RT));
529 Y := Truncation (RT, Scaling (RT, X, -L));
540 (RT : R;
573 (Machine_Emin (RT) - Machine_Mantissa (RT) + 1);
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Deval_fat.adb54 (RT : R;
65 (RT : R;
99 return Succ (RT, X);
102 return Pred (RT, X);
165 (RT : R;
200 (RT : R;
450 (Machine_Emin (RT) - Machine_Mantissa (RT));
529 Y := Truncation (RT, Scaling (RT, X, -L));
540 (RT : R;
573 (Machine_Emin (RT) - Machine_Mantissa (RT) + 1);
[all …]
/dports/www/rt50/rt-5.0.2/lib/RT/Interface/Web/
H A DHandler.pm49 package RT::Interface::Web::Handler;
59 use RT::Interface::Web;
60 use RT::Interface::Web::Request;
61 use RT::ObjectCustomFieldValues;
62 use RT::REST2;
103 stat($RT::MasonSessionDir);
168 if ( $RT::Handle && $RT::Handle->TransactionDepth ) {
170 $RT::Logger->crit(
184 require RT::Action::SendEmail;
251 use RT::Interface::Web::Handler;
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/phoenix/bind/detail/cpp03/preprocessed/
H A Dbind_member_function_10.hpp15 typename RT
25 , RT
39 , RT in bind()
64 , RT
78 , RT in bind()
102 , RT
116 , RT in bind()
148 , RT
162 , RT in bind()
187 , RT
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/phoenix/bind/detail/cpp03/preprocessed/
H A Dbind_member_function_10.hpp15 typename RT
25 , RT
39 , RT in bind()
64 , RT
78 , RT in bind()
102 , RT
116 , RT in bind()
148 , RT
162 , RT in bind()
187 , RT
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/phoenix/bind/detail/cpp03/preprocessed/
H A Dbind_member_function_10.hpp15 typename RT
25 , RT
39 , RT in bind()
64 , RT
78 , RT in bind()
102 , RT
116 , RT in bind()
148 , RT
162 , RT in bind()
187 , RT
[all …]

12345678910>>...525