Home
last modified time | relevance | path

Searched refs:RT (Results 1 – 25 of 184) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
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;
140 def BRINC : EVXForm_1<527, (outs gprc:$RT), (ins gprc:$RA, gprc:$RB),
141 "brinc $RT, $RA, $RB", IIC_IntSimple, []>;
[all …]
/third_party/boost/boost/phoenix/bind/detail/cpp03/
Dbind_member_function.hpp21 template <typename RT, typename ClassT, typename ClassA>
24 boost::is_member_function_pointer<RT (ClassT::*)()>,
26 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
29 bind(RT(ClassT::*f)(), ClassA const& obj) in bind()
31 typedef detail::member_function_ptr<0, RT, RT(ClassT::*)()> fp_type; in bind()
39 template <typename RT, typename ClassT, typename ClassA>
42 boost::is_member_function_pointer<RT (ClassT::*)()>,
44 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
47 bind(RT(ClassT::*f)() const, ClassA const& obj) in bind()
50 detail::member_function_ptr<0, RT, RT(ClassT::*)() const> in bind()
[all …]
Dbind_function.hpp17 typename RT
21 detail::function_ptr<0, RT, RT(*)()>
23 bind(RT(*f)()) in bind()
25 typedef detail::function_ptr<0, RT, RT(*)()> fp_type; in bind()
30 typename RT
36 detail::function_ptr<1, RT, RT(*)(T0)>
39 bind(RT(*f)(T0), A0 const & a0) in bind()
41 typedef detail::function_ptr<1, RT, RT(*)(T0)> fp_type; in bind()
80 typename RT
88 , RT
[all …]
Dfunction_ptr.hpp18 template <typename RT, typename FP>
22 template <int N, typename RT, typename FP>
23 struct function_ptr : function_ptr_impl<N>::template impl<RT, FP>
25 typedef typename function_ptr_impl<N>::template impl<RT, FP> base;
48 template <typename RT, typename FP>
51 typedef RT result_type;
56 RT operator()() const in operator ()()
68 template <typename RT, typename FP>
71 typedef RT result_type;
77 RT operator()(A &a) const in operator ()()
[all …]
Dmember_function_ptr.hpp18 template <typename RT, typename FP>
22 template <int N, typename RT, typename FP>
24 : member_function_ptr_impl<N>::template impl<RT, FP>
27 template impl<RT, FP> base;
48 template <typename RT, typename FP>
51 typedef RT result_type;
57 RT operator()(Class& obj) const in operator ()()
66 RT operator()(Class* obj) const in operator ()()
117 template <typename RT, typename FP>
120 typedef RT result_type;
[all …]
/third_party/optimized-routines/math/test/
Dulp.h16 static int RT(ulpscale_mpfr) (mpfr_t x, int t) in RT() function
21 mpfr_exp_t e = mpfr_get_exp (x) - RT(prec); in RT()
22 if (e < RT(emin)) in RT()
23 e = RT(emin) - 1; in RT()
24 if (e > RT(emax) - RT(prec)) in RT()
25 e = RT(emax) - RT(prec); in RT()
29 return RT(emin) - 1; in RT()
31 return RT(emax) - RT(prec); in RT()
40 static double RT(ulperr) (RT(float) got, const struct RT(ret) * p, int r) in RT() function
42 RT(float) want = p->y; in RT()
[all …]
/third_party/boost/boost/phoenix/bind/detail/cpp03/preprocessed/
Dbind_member_function_10.hpp15 typename RT
25 , RT
26 , RT(ClassT::*)(T0)
32 RT(ClassT::*f)(T0) in bind()
39 , RT in bind()
40 , RT(ClassT::*)(T0) in bind()
54 typename RT
64 , RT
65 , RT(ClassT::*)(T0) const
71 RT(ClassT::*f)(T0) const in bind()
[all …]
Dbind_function_10.hpp15 typename RT
23 , RT
24 , RT(*)(T0 , T1)
29 RT(*f)(T0 , T1) in bind()
35 , RT in bind()
36 , RT(*)(T0 , T1) in bind()
55 typename RT
63 , RT
64 , RT(*)(T0 , T1 , T2)
69 RT(*f)(T0 , T1 , T2) in bind()
[all …]
Dbind_function_20.hpp15 typename RT
23 , RT
24 , RT(*)(T0 , T1)
29 RT(*f)(T0 , T1) in bind()
35 , RT in bind()
36 , RT(*)(T0 , T1) in bind()
55 typename RT
63 , RT
64 , RT(*)(T0 , T1 , T2)
69 RT(*f)(T0 , T1 , T2) in bind()
[all …]
Dfunction_ptr_10.hpp17 template <typename RT, typename FP>
20 typedef RT result_type;
24 RT operator()(A0 & a0 , A1 & a1) const in operator ()()
41 template <typename RT, typename FP>
44 typedef RT result_type;
48 RT operator()(A0 & a0 , A1 & a1 , A2 & a2) const in operator ()()
65 template <typename RT, typename FP>
68 typedef RT result_type;
72 RT operator()(A0 & a0 , A1 & a1 , A2 & a2 , A3 & a3) const in operator ()()
89 template <typename RT, typename FP>
[all …]
Dbind_member_function_20.hpp15 typename RT
25 , RT
26 , RT(ClassT::*)(T0)
32 RT(ClassT::*f)(T0) in bind()
39 , RT in bind()
40 , RT(ClassT::*)(T0) in bind()
54 typename RT
64 , RT
65 , RT(ClassT::*)(T0) const
71 RT(ClassT::*f)(T0) const in bind()
[all …]
Dfunction_ptr_20.hpp17 template <typename RT, typename FP>
20 typedef RT result_type;
24 RT operator()(A0 & a0 , A1 & a1) const in operator ()()
41 template <typename RT, typename FP>
44 typedef RT result_type;
48 RT operator()(A0 & a0 , A1 & a1 , A2 & a2) const in operator ()()
65 template <typename RT, typename FP>
68 typedef RT result_type;
72 RT operator()(A0 & a0 , A1 & a1 , A2 & a2 , A3 & a3) const in operator ()()
89 template <typename RT, typename FP>
[all …]
Dmember_function_ptr_10.hpp17 template <typename RT, typename FP>
20 typedef RT result_type;
24 RT operator()(Class& obj, A0 & a0) const in operator ()()
31 RT operator()(Class* obj, A0 & a0) const in operator ()()
48 template <typename RT, typename FP>
51 typedef RT result_type;
55 RT operator()(Class& obj, A0 & a0 , A1 & a1) const in operator ()()
62 RT operator()(Class* obj, A0 & a0 , A1 & a1) const in operator ()()
79 template <typename RT, typename FP>
82 typedef RT result_type;
[all …]
Dbind_function_30.hpp15 typename RT
23 , RT
24 , RT(*)(T0 , T1)
29 RT(*f)(T0 , T1) in bind()
35 , RT in bind()
36 , RT(*)(T0 , T1) in bind()
55 typename RT
63 , RT
64 , RT(*)(T0 , T1 , T2)
69 RT(*f)(T0 , T1 , T2) in bind()
[all …]
Dfunction_ptr_30.hpp17 template <typename RT, typename FP>
20 typedef RT result_type;
24 RT operator()(A0 & a0 , A1 & a1) const in operator ()()
41 template <typename RT, typename FP>
44 typedef RT result_type;
48 RT operator()(A0 & a0 , A1 & a1 , A2 & a2) const in operator ()()
65 template <typename RT, typename FP>
68 typedef RT result_type;
72 RT operator()(A0 & a0 , A1 & a1 , A2 & a2 , A3 & a3) const in operator ()()
89 template <typename RT, typename FP>
[all …]
Dbind_member_function_30.hpp15 typename RT
25 , RT
26 , RT(ClassT::*)(T0)
32 RT(ClassT::*f)(T0) in bind()
39 , RT in bind()
40 , RT(ClassT::*)(T0) in bind()
54 typename RT
64 , RT
65 , RT(ClassT::*)(T0) const
71 RT(ClassT::*f)(T0) const in bind()
[all …]
/third_party/boost/boost/spirit/home/classic/phoenix/
Dbinders.hpp484 typename RT
520 typename RT
551 : public function<function_ptr_action<RT
567 typedef function_ptr_action<RT
593 template <typename RT>
594 struct function_ptr_action<RT,
611 typedef RT result_type;
612 typedef RT(*func_ptr_t)();
624 template <typename RT>
625 inline function_ptr<RT>
[all …]
/third_party/boost/boost/phoenix/bind/
Dbind_member_function.hpp25 template <typename RT, typename FP>
28 typedef RT result_type;
63 template <typename RT, typename ClassT, typename... T, typename ClassA, typename... A>
66 detail::member_function_ptr<RT, RT(ClassT::*)(T...)>
70 bind(RT (ClassT::*f)(T...), ClassA const & obj, A const&... a) in bind()
72 typedef detail::member_function_ptr<RT, RT (ClassT::*)(T...)> fp_type; in bind()
76 template <typename RT, typename ClassT, typename... T, typename ClassA, typename... A>
79 detail::member_function_ptr<RT, RT (ClassT::*)(T...) const>
83 bind(RT (ClassT::*f)(T...) const, ClassA const & obj, A const&... a) in bind()
85 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...) const> fp_type; in bind()
[all …]
Dbind_member_variable.hpp20 template <typename RT, typename ClassT, typename ClassA>
23 boost::is_member_function_pointer<RT (ClassT::*)>,
25 detail::member_variable<RT, RT ClassT::*>
28 bind(RT ClassT::*mp, ClassA const& obj) in bind()
30 typedef detail::member_variable<RT, RT ClassT::*> mp_type; in bind()
36 template <typename RT, typename ClassT>
39 boost::is_member_function_pointer<RT (ClassT::*)>,
41 detail::member_variable<RT, RT ClassT::*>
44 bind(RT ClassT::*mp, ClassT& obj) in bind()
46 typedef detail::member_variable<RT, RT ClassT::*> mp_type; in bind()
/third_party/mesa3d/src/intel/tools/tests/gen7.5/
Dsendc.asm2 … render MsgDesc: RT write SIMD8 LastRT Surface = 0 mlen 4 rlen 0 { align1 1Q EOT };
4 … render MsgDesc: RT write SIMD16 LastRT Surface = 0 mlen 8 rlen 0 { align1 1H EOT };
6 … render MsgDesc: RT write SIMD16/RepData LastRT Surface = 0 mlen 1 rlen 0 { align1 1H EOT };
8 … render MsgDesc: RT write SIMD8 LastRT Surface = 0 mlen 4 rlen 0 { align1 1Q EOT };
10 … render MsgDesc: RT write SIMD16 LastRT Surface = 0 mlen 8 rlen 0 { align1 1H EOT };
12 render MsgDesc: RT write SIMD8 Surface = 1 mlen 7 rlen 0 { align1 1Q };
14 … render MsgDesc: RT write SIMD8 LastRT Surface = 2 mlen 7 rlen 0 { align1 1Q EOT };
16 … render MsgDesc: RT write SIMD16 Surface = 1 mlen 12 rlen 0 { align1 1H };
18 … render MsgDesc: RT write SIMD16 LastRT Surface = 2 mlen 12 rlen 0 { align1 1H EOT };
20 … render MsgDesc: RT write SIMD8 LastRT Surface = 0 mlen 5 rlen 0 { align1 1Q EOT };
[all …]
/third_party/mesa3d/src/intel/tools/tests/gen8/
Dsendc.asm2 … render MsgDesc: RT write SIMD8 LastRT Surface = 0 mlen 4 rlen 0 { align1 1Q EOT };
4 … render MsgDesc: RT write SIMD16 LastRT Surface = 0 mlen 8 rlen 0 { align1 1H EOT };
6 … render MsgDesc: RT write SIMD16/RepData LastRT Surface = 0 mlen 1 rlen 0 { align1 1H EOT };
8 … render MsgDesc: RT write SIMD8 LastRT Surface = 0 mlen 4 rlen 0 { align1 1Q EOT };
10 … render MsgDesc: RT write SIMD8 LastRT Surface = 1 mlen 6 rlen 0 { align1 1Q EOT };
12 … render MsgDesc: RT write SIMD16 LastRT Surface = 1 mlen 10 rlen 0 { align1 1H EOT };
14 render MsgDesc: RT write SIMD8 Surface = 1 mlen 7 rlen 0 { align1 1Q };
16 … render MsgDesc: RT write SIMD8 LastRT Surface = 2 mlen 7 rlen 0 { align1 1Q EOT };
18 … render MsgDesc: RT write SIMD16 Surface = 1 mlen 12 rlen 0 { align1 1H };
20 … render MsgDesc: RT write SIMD16 LastRT Surface = 2 mlen 12 rlen 0 { align1 1H EOT };
[all …]
/third_party/mesa3d/src/intel/tools/tests/gen7/
Dsendc.asm2 … render MsgDesc: RT write SIMD8 LastRT Surface = 0 mlen 4 rlen 0 { align1 1Q EOT };
4 … render MsgDesc: RT write SIMD16 LastRT Surface = 0 mlen 8 rlen 0 { align1 1H EOT };
6 … render MsgDesc: RT write SIMD16/RepData LastRT Surface = 0 mlen 1 rlen 0 { align1 1H EOT };
8 … render MsgDesc: RT write SIMD8 LastRT Surface = 1 mlen 6 rlen 0 { align1 1Q EOT };
10 … render MsgDesc: RT write SIMD16 LastRT Surface = 1 mlen 10 rlen 0 { align1 1H EOT };
12 render MsgDesc: RT write SIMD8 Surface = 1 mlen 7 rlen 0 { align1 1Q };
14 … render MsgDesc: RT write SIMD8 LastRT Surface = 2 mlen 7 rlen 0 { align1 1Q EOT };
16 … render MsgDesc: RT write SIMD16 Surface = 1 mlen 12 rlen 0 { align1 1H };
18 … render MsgDesc: RT write SIMD16 LastRT Surface = 2 mlen 12 rlen 0 { align1 1H EOT };
20 … render MsgDesc: RT write SIMD8 LastRT Surface = 0 mlen 5 rlen 0 { align1 1Q EOT };
[all …]
/third_party/mesa3d/src/intel/tools/tests/gen6/
Dsendc.asm2 … render MsgDesc: RT write SIMD8 LastRT Surface = 0 mlen 4 rlen 0 { align1 1Q EOT };
4 … render MsgDesc: RT write SIMD16 LastRT Surface = 0 mlen 8 rlen 0 { align1 1H EOT };
6 … render MsgDesc: RT write SIMD16/RepData LastRT Surface = 0 mlen 1 rlen 0 { align1 1H EOT };
8 … render MsgDesc: RT write SIMD8 LastRT Surface = 1 mlen 6 rlen 0 { align1 1Q EOT };
10 … render MsgDesc: RT write SIMD16 LastRT Surface = 1 mlen 10 rlen 0 { align1 1H EOT };
12 render MsgDesc: RT write SIMD8 Surface = 1 mlen 7 rlen 0 { align1 1Q };
14 … render MsgDesc: RT write SIMD8 LastRT Surface = 2 mlen 7 rlen 0 { align1 1Q EOT };
16 … render MsgDesc: RT write SIMD16 Surface = 1 mlen 12 rlen 0 { align1 1H };
18 … render MsgDesc: RT write SIMD16 LastRT Surface = 2 mlen 12 rlen 0 { align1 1H EOT };
20 render MsgDesc: RT write SIMD8 Surface = 0 mlen 6 rlen 0 { align1 1Q };
[all …]
/third_party/boost/boost/spirit/home/x3/support/utility/
Dlambda_visitor.hpp12 template <typename RT, typename... Lambdas>
15 template <typename RT, typename F, typename... Lambdas>
16 struct lambda_visitor<RT, F, Lambdas...> : F, lambda_visitor<RT, Lambdas...>
18 typedef lambda_visitor<RT , Lambdas...> base_type;
26 template <typename RT, typename F>
27 struct lambda_visitor<RT, F> : F
29 typedef RT result_type;
36 template <typename RT>
37 struct lambda_visitor<RT>
39 typedef RT result_type;
[all …]
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drasterizer_impl.h51 template <typename RT>
53 template <typename RT>
300 template <typename RT>
303 static_assert(RT::PrecisionT::BitsT::value + RT::ConservativePrecisionT::BitsT::value >= in ManhToEdgePrecisionAdjust()
304 RT::EdgePrecisionT::BitsT::value, in ManhToEdgePrecisionAdjust()
306 return ((RT::PrecisionT::BitsT::value + RT::ConservativePrecisionT::BitsT::value) - in ManhToEdgePrecisionAdjust()
307 RT::EdgePrecisionT::BitsT::value); in ManhToEdgePrecisionAdjust()
317 template <typename RT, typename ConservativeEdgeOffsetT>
347 static_assert(RT::PrecisionT::BitsT::value + RT::ConservativePrecisionT::BitsT::value >= in adjustEdgeConservative()
348 RT::EdgePrecisionT::BitsT::value, in adjustEdgeConservative()
[all …]

12345678