Home
last modified time | relevance | path

Searched refs:Left (Results 1 – 25 of 469) sorted by relevance

12345678910>>...19

/third_party/boost/boost/accumulators/numeric/functional/
Dvalarray.hpp43 template<typename Left, typename Right>
45 mpl::and_<is_scalar<Right>, mpl::not_<is_same<Left, Right> > >
46 , acc_detail::make_valarray<functional::divides<Left, Right> >
48 operator /(std::valarray<Left> const &left, Right const &right) in operator /()
50 typedef typename functional::divides<Left, Right>::result_type value_type; in operator /()
61 template<typename Left, typename Right>
63 mpl::and_<is_scalar<Right>, mpl::not_<is_same<Left, Right> > >
64 , acc_detail::make_valarray<functional::multiplies<Left, Right> >
66 operator *(std::valarray<Left> const &left, Right const &right) in operator *()
68 typedef typename functional::multiplies<Left, Right>::result_type value_type; in operator *()
[all …]
Dvector.hpp42 template<typename Left, typename Right>
45 , acc_detail::make_vector<functional::divides<Left, Right> >
47 operator /(std::vector<Left> const &left, Right const &right) in operator /()
49 typedef typename functional::divides<Left, Right>::result_type value_type; in operator /()
60 template<typename Left, typename Right>
61 std::vector<typename functional::divides<Left, Right>::result_type>
62 operator /(std::vector<Left> const &left, std::vector<Right> const &right) in operator /()
64 typedef typename functional::divides<Left, Right>::result_type value_type; in operator /()
75 template<typename Left, typename Right>
78 , acc_detail::make_vector<functional::multiplies<Left, Right> >
[all …]
/third_party/boost/boost/spirit/home/karma/operator/
Dlist.hpp43 template <typename Left, typename Right, typename Strict, typename Derived>
81 typedef Left left_type;
97 typename traits::attribute_of<Left, Context, Iterator>::type>
100 base_list(Left const& left, Right const& right) in base_list()
160 Left left;
164 template <typename Left, typename Right>
166 : base_list<Left, Right, mpl::false_, list<Left, Right> >
168 typedef base_list<Left, Right, mpl::false_, list> base_list_;
170 list(Left const& left, Right const& right) in list()
174 template <typename Left, typename Right>
[all …]
/third_party/boost/boost/spirit/home/x3/operator/
Ddifference.hpp16 template <typename Left, typename Right>
17 struct difference : binary_parser<Left, Right, difference<Left, Right>>
19 typedef binary_parser<Left, Right, difference<Left, Right>> base_type;
20 static bool const handles_container = Left::handles_container;
22 constexpr difference(Left const& left, Right const& right) in difference()
50 template <typename Left, typename Right>
52 typename extension::as_parser<Left>::value_type
54 operator-(Left const& left, Right const& right) in operator -()
62 template <typename Left, typename Right, typename Context>
63 struct attribute_of<x3::difference<Left, Right>, Context>
[all …]
Dsequence.hpp19 template <typename Left, typename Right>
20 struct sequence : binary_parser<Left, Right, sequence<Left, Right>>
22 typedef binary_parser<Left, Right, sequence<Left, Right>> base_type;
24 constexpr sequence(Left const& left, Right const& right) in sequence()
51 template <typename Left, typename Right>
53 typename extension::as_parser<Left>::value_type
55 operator>>(Left const& left, Right const& right) in operator >>()
60 template <typename Left, typename Right>
61 constexpr auto operator>(Left const& left, Right const& right) in operator >()
69 template <typename Left, typename Right, typename Context>
[all …]
Dlist.hpp18 template <typename Left, typename Right>
19 struct list : binary_parser<Left, Right, list<Left, Right>>
21 typedef binary_parser<Left, Right, list<Left, Right>> base_type;
25 constexpr list(Left const& left, Right const& right) in list()
50 template <typename Left, typename Right>
52 typename extension::as_parser<Left>::value_type
54 operator%(Left const& left, Right const& right) in operator %()
62 template <typename Left, typename Right, typename Context>
63 struct attribute_of<x3::list<Left, Right>, Context>
65 typename attribute_of<Left, Context>::type> {};
Dalternative.hpp18 template <typename Left, typename Right>
19 struct alternative : binary_parser<Left, Right, alternative<Left, Right>>
21 typedef binary_parser<Left, Right, alternative<Left, Right>> base_type;
23 constexpr alternative(Left const& left, Right const& right) in alternative()
46 template <typename Left, typename Right>
48 typename extension::as_parser<Left>::value_type
50 operator|(Left const& left, Right const& right) in operator |()
58 template <typename Left, typename Right, typename Context>
59 struct attribute_of<x3::alternative<Left, Right>, Context>
60 : x3::detail::attribute_of_binary<boost::variant, x3::alternative, Left, Right, Context> {};
/third_party/typescript/tests/baselines/reference/
DcommaOperatorLeftSideUnused.errors.txt1 tests/cases/compiler/commaOperatorLeftSideUnused.ts(8,10): error TS2695: Left side of comma operato…
2 tests/cases/compiler/commaOperatorLeftSideUnused.ts(16,19): error TS2695: Left side of comma operat…
3 tests/cases/compiler/commaOperatorLeftSideUnused.ts(19,21): error TS2695: Left side of comma operat…
4 tests/cases/compiler/commaOperatorLeftSideUnused.ts(22,7): error TS2695: Left side of comma operato…
5 tests/cases/compiler/commaOperatorLeftSideUnused.ts(23,7): error TS2695: Left side of comma operato…
6 tests/cases/compiler/commaOperatorLeftSideUnused.ts(24,7): error TS2695: Left side of comma operato…
7 tests/cases/compiler/commaOperatorLeftSideUnused.ts(25,7): error TS2695: Left side of comma operato…
8 tests/cases/compiler/commaOperatorLeftSideUnused.ts(26,7): error TS2695: Left side of comma operato…
9 tests/cases/compiler/commaOperatorLeftSideUnused.ts(27,7): error TS2695: Left side of comma operato…
10 tests/cases/compiler/commaOperatorLeftSideUnused.ts(28,7): error TS2695: Left side of comma operato…
[all …]
DcommaOperator1.errors.txt1 tests/cases/compiler/commaOperator1.ts(1,11): error TS2695: Left side of comma operator is unused a…
2 tests/cases/compiler/commaOperator1.ts(1,11): error TS2695: Left side of comma operator is unused a…
3 tests/cases/compiler/commaOperator1.ts(1,11): error TS2695: Left side of comma operator is unused a…
4 tests/cases/compiler/commaOperator1.ts(1,12): error TS2695: Left side of comma operator is unused a…
5 tests/cases/compiler/commaOperator1.ts(1,12): error TS2695: Left side of comma operator is unused a…
6 tests/cases/compiler/commaOperator1.ts(1,29): error TS2695: Left side of comma operator is unused a…
7 tests/cases/compiler/commaOperator1.ts(4,12): error TS2695: Left side of comma operator is unused a…
8 tests/cases/compiler/commaOperator1.ts(4,12): error TS2695: Left side of comma operator is unused a…
14 !!! error TS2695: Left side of comma operator is unused and has no side effects.
16 !!! error TS2695: Left side of comma operator is unused and has no side effects.
[all …]
DcommaOperatorWithoutOperand.errors.txt1 …ressions/commaOperator/commaOperatorWithoutOperand.ts(9,2): error TS2695: Left side of comma opera…
3 …essions/commaOperator/commaOperatorWithoutOperand.ts(10,2): error TS2695: Left side of comma opera…
5 …essions/commaOperator/commaOperatorWithoutOperand.ts(11,2): error TS2695: Left side of comma opera…
7 …essions/commaOperator/commaOperatorWithoutOperand.ts(12,2): error TS2695: Left side of comma opera…
9 …essions/commaOperator/commaOperatorWithoutOperand.ts(13,2): error TS2695: Left side of comma opera…
11 …essions/commaOperator/commaOperatorWithoutOperand.ts(16,2): error TS2695: Left side of comma opera…
13 …essions/commaOperator/commaOperatorWithoutOperand.ts(17,2): error TS2695: Left side of comma opera…
15 …essions/commaOperator/commaOperatorWithoutOperand.ts(18,2): error TS2695: Left side of comma opera…
17 …essions/commaOperator/commaOperatorWithoutOperand.ts(19,2): error TS2695: Left side of comma opera…
19 …essions/commaOperator/commaOperatorWithoutOperand.ts(20,2): error TS2695: Left side of comma opera…
[all …]
/third_party/pulseaudio/src/modules/alsa/mixer/samples/
DHDA Intel--Realtek ALC889A8 Playback channels: Front Left - Front Right
10 Front Left: Playback [on]
14 Playback channels: Front Left - Front Right
17 Front Left: Playback 255 [100%] [0.00dB]
21 Playback channels: Front Left - Front Right
24 Front Left: Playback 44 [69%] [-20.00dB] [on]
28 Playback channels: Front Left - Front Right
31 Front Left: Playback 0 [0%] [-34.50dB] [off]
35 Playback channels: Front Left - Front Right
36 Capture channels: Front Left - Front Right
[all …]
DEnsoniq AudioPCI--Cirrus Logic CS4297A rev 33 Playback channels: Front Left - Front Right
6 Front Left: Playback 63 [100%] [0.00dB] [on]
15 Playback channels: Front Left - Front Right
18 Front Left: Playback 0 [0%] [-46.50dB] [off]
38 Playback channels: Front Left - Front Right
41 Front Left: Playback 23 [74%] [0.00dB] [on]
46 Playback channels: Front Left - Front Right
47 Capture channels: Front Left - Front Right
49 Front Left: Playback 0 [0%] [-34.50dB] [off] Capture [on]
54 Playback channels: Front Left - Front Right
[all …]
DVIA 8237--Analog Devices AD18883 Playback channels: Front Left - Front Right
6 Front Left: Playback 31 [100%] [0.00dB] [on]
15 Playback channels: Front Left - Front Right
18 Front Left: Playback 0 [0%] [-46.50dB] [off]
26 Playback channels: Front Left - Front Right
29 Front Left: Playback 23 [74%] [0.00dB] [on]
33 Playback channels: Front Left - Front Right
36 Front Left: Playback 0 [0%] [-46.50dB] [off]
55 Playback channels: Front Left - Front Right
56 Capture channels: Front Left - Front Right
[all …]
DIntel 82801CA-ICH3--Analog Devices AD1881A3 Playback channels: Front Left - Front Right
6 Front Left: Playback 44 [70%] [-28.50dB] [on]
31 Playback channels: Front Left - Front Right
34 Front Left: Playback 9 [29%] [-21.00dB] [on]
43 Playback channels: Front Left - Front Right
44 Capture channels: Front Left - Front Right
46 Front Left: Playback 0 [0%] [-34.50dB] [off] Capture [off]
51 Playback channels: Front Left - Front Right
52 Capture channels: Front Left - Front Right
54 Front Left: Playback 9 [29%] [-21.00dB] [on] Capture [off]
[all …]
DATI IXP--Realtek ALC655 rev 03 Playback channels: Front Left - Front Right
6 Front Left: Playback 29 [94%] [-3.00dB] [on]
15 Playback channels: Front Left - Front Right
18 Front Left: Playback 23 [74%] [0.00dB] [on]
22 Playback channels: Front Left - Front Right
25 Front Left: Playback 0 [0%] [-46.50dB] [off]
44 Playback channels: Front Left - Front Right
45 Capture channels: Front Left - Front Right
47 Front Left: Playback 0 [0%] [-34.50dB] [off] Capture [off]
52 Playback channels: Front Left - Front Right
[all …]
DVIA 8237--C-Media Electronics CMI9761A+3 Playback channels: Front Left - Front Right
6 Front Left: Playback 0 [0%] [-46.50dB] [off]
10 Playback channels: Front Left - Front Right
13 Front Left: Playback 31 [100%] [-48.00dB] [off]
17 Playback channels: Front Left - Front Right
19 Front Left: Playback [off]
38 Playback channels: Front Left - Front Right
39 Capture channels: Front Left - Front Right
41 Front Left: Playback 0 [0%] [-34.50dB] [off] Capture [off]
46 Playback channels: Front Left - Front Right
[all …]
DHDA Intel--Analog Devices AD19813 Playback channels: Front Left - Front Right
6 Front Left: Playback 63 [100%] [3.00dB] [on]
10 Playback channels: Front Left - Front Right
13 Front Left: Playback 23 [74%] [0.00dB] [on]
18 Playback channels: Front Left - Front Right
22 Front Left: Playback 0 [0%] [-34.50dB] [off]
27 Playback channels: Front Left - Front Right
31 Front Left: Playback 0 [0%] [-34.50dB] [off]
35 Playback channels: Front Left - Front Right
36 Capture channels: Front Left - Front Right
[all …]
/third_party/boost/boost/test/tools/old/
Dimpl.hpp104 template <class Left, class Right> in BOOST_PP_REPEAT()
105 inline assertion_result equal_impl( Left const& left, Right const& right ) in BOOST_PP_REPEAT()
126 template <typename Left, typename Right>
128 call_impl( Left const& left, Right const& right, mpl::false_ ) const in call_impl()
133 template <typename Left, typename Right>
135 call_impl( Left const& left, Right const& right, mpl::true_ ) const in call_impl()
140 template <typename Left, typename Right>
142 operator()( Left const& left, Right const& right ) const in operator ()()
144 typedef typename is_array<Left>::type left_is_array; in operator ()()
152 template <class Left, class Right>
[all …]
/third_party/boost/boost/accumulators/numeric/
Dfunctional.hpp56 template<class Left, class Right, class Ret> struct binary_function {};
71 template<typename Left, typename Right>
74 typedef Left &type;
132 template<typename Left, typename Right, typename EnableIf> \
135 RetType(Left, Op, Right) \
137 template<typename Left, typename Right, typename EnableIf> \
140 typedef typename remove_const<Left>::type first_argument_type; \
142 typedef typename result_of_ ## Name<Left, Right>::type result_type; \
143 typename result_of_ ## Name<Left, Right>::type \
144 operator ()(Left &left, Right &right) const \
[all …]
Dfunctional_fwd.hpp86 template<typename Left, typename Right, typename EnableIf = void> \
88 template<typename Left, typename Right, typename EnableIf = void> \
91 typename Left \
93 , typename LeftTag = typename tag<Left>::type \
139 template<typename Left, typename Right, typename EnableIf = void>
141 template<typename Left, typename Right, typename EnableIf = void>
143 template<typename Left, typename Right, typename EnableIf = void>
156 …template<typename Left, typename Right, typename LeftTag = typename tag<Left>::type, typename Righ…
158 …template<typename Left, typename Right, typename LeftTag = typename tag<Left>::type, typename Righ…
160 …template<typename Left, typename Right, typename LeftTag = typename tag<Left>::type, typename Righ…
/third_party/boost/boost/proto/
Doperators.hpp68 …template<typename Domain, typename Grammar, typename Trait, typename Tag, typename Left, typename …
73 … , lazy_matches<result_of::make_expr<Tag, basic_default_domain, Left, Right>, Grammar>
75 , result_of::make_expr<Tag, Domain, Left, Right>
79 template<typename Domain, typename Trait, typename Tag, typename Left, typename Right>
80 struct enable_binary<Domain, proto::_, Trait, Tag, Left &, Right &>
83 , result_of::make_expr<Tag, Domain, Left &, Right &>
87 template<typename Trait, typename Tag, typename Left, typename Right>
88 struct enable_binary<deduce_domain, not_a_grammar, Trait, Tag, Left &, Right &>
90 typename deduce_domain2<Left, Right>::type
91 , typename deduce_domain2<Left, Right>::type::proto_grammar
[all …]
/third_party/boost/boost/spirit/home/qi/operator/
Ddifference.hpp37 template <typename Left, typename Right>
38 struct difference : binary_parser<difference<Left, Right> >
40 typedef Left left_type;
51 difference(Left const& left_, Right const& right_) in difference()
86 Left left;
102 template <typename Left, typename Right>
103 struct has_semantic_action<qi::difference<Left, Right> >
104 : binary_has_semantic_action<Left, Right> {};
107 template <typename Left, typename Right, typename Attribute
109 struct handles_container<qi::difference<Left, Right>, Attribute, Context
[all …]
Dlist.hpp40 template <typename Left, typename Right>
41 struct list : binary_parser<list<Left, Right> >
43 typedef Left left_type;
55 attribute_of<Left, Context, Iterator>::type
60 list(Left const& left_, Right const& right_) in list()
109 Left left;
125 template <typename Left, typename Right>
126 struct has_semantic_action<qi::list<Left, Right> >
127 : binary_has_semantic_action<Left, Right> {};
130 template <typename Left, typename Right, typename Attribute
[all …]
/third_party/boost/libs/fusion/test/sequence/
Dtree.hpp29 template <typename Data, typename Left = nil, typename Right = nil>
31 : sequence_base<tree<Data, Left, Right> >
34 typedef Left left_type;
48 , typename fusion::detail::call_param<Left>::type left_ = Left() in tree()
54 typedef vector3<Left, data_view, Right> segments_type;
64 template <typename Data, typename Left, typename Right>
65 tree<Data, Left, Right> make_tree(Data const &data, Left const &left, Right const &right) in make_tree()
67 return tree<Data, Left, Right>(data, left, right); in make_tree()
/third_party/giflib/tests/
Dfire.dmp23 Image Size - Left = 0, Top = 0, Width = 30, Height = 60.
36 Image Size - Left = 0, Top = 0, Width = 30, Height = 60.
49 Image Size - Left = 0, Top = 0, Width = 30, Height = 60.
62 Image Size - Left = 0, Top = 0, Width = 30, Height = 60.
75 Image Size - Left = 0, Top = 0, Width = 30, Height = 60.
88 Image Size - Left = 0, Top = 0, Width = 30, Height = 60.
101 Image Size - Left = 0, Top = 0, Width = 30, Height = 60.
114 Image Size - Left = 0, Top = 0, Width = 30, Height = 60.
127 Image Size - Left = 0, Top = 0, Width = 30, Height = 60.
140 Image Size - Left = 0, Top = 0, Width = 30, Height = 60.
[all …]

12345678910>>...19