/third_party/skia/tests/sksl/shared/ |
D | MatricesNonsquare.metal | 14 thread bool operator==(const half2x3 left, const half2x3 right); 15 thread bool operator!=(const half2x3 left, const half2x3 right); 17 thread bool operator==(const half2x4 left, const half2x4 right); 18 thread bool operator!=(const half2x4 left, const half2x4 right); 20 thread bool operator==(const half3x2 left, const half3x2 right); 21 thread bool operator!=(const half3x2 left, const half3x2 right); 23 thread bool operator==(const half3x4 left, const half3x4 right); 24 thread bool operator!=(const half3x4 left, const half3x4 right); 26 thread bool operator==(const half4x2 left, const half4x2 right); 27 thread bool operator!=(const half4x2 left, const half4x2 right); [all …]
|
D | MatrixScalarSplat.metal | 14 thread bool operator==(const half3x3 left, const half3x3 right); 15 thread bool operator!=(const half3x3 left, const half3x3 right); 17 thread bool operator==(const half2x2 left, const half2x2 right); 18 thread bool operator!=(const half2x2 left, const half2x2 right); 20 thread bool operator==(const float3x3 left, const float3x3 right); 21 thread bool operator!=(const float3x3 left, const float3x3 right); 23 thread bool operator==(const float2x2 left, const float2x2 right); 24 thread bool operator!=(const float2x2 left, const float2x2 right); 25 thread bool operator==(const half3x3 left, const half3x3 right) { 26 return all(left[0] == right[0]) && [all …]
|
D | FunctionReturnTypeMatch.metal | 14 thread bool operator==(const float2x2 left, const float2x2 right); 15 thread bool operator!=(const float2x2 left, const float2x2 right); 17 thread bool operator==(const float3x3 left, const float3x3 right); 18 thread bool operator!=(const float3x3 left, const float3x3 right); 20 thread bool operator==(const float4x4 left, const float4x4 right); 21 thread bool operator!=(const float4x4 left, const float4x4 right); 23 thread bool operator==(const half2x2 left, const half2x2 right); 24 thread bool operator!=(const half2x2 left, const half2x2 right); 26 thread bool operator==(const half3x3 left, const half3x3 right); 27 thread bool operator!=(const half3x3 left, const half3x3 right); [all …]
|
D | Matrices.metal | 14 thread bool operator==(const half2x2 left, const half2x2 right); 15 thread bool operator!=(const half2x2 left, const half2x2 right); 17 thread bool operator==(const half3x3 left, const half3x3 right); 18 thread bool operator!=(const half3x3 left, const half3x3 right); 20 thread bool operator==(const half4x4 left, const half4x4 right); 21 thread bool operator!=(const half4x4 left, const half4x4 right); 23 thread bool operator==(const float2x2 left, const float2x2 right); 24 thread bool operator!=(const float2x2 left, const float2x2 right); 26 thread bool operator==(const float3x3 left, const float3x3 right); 27 thread bool operator!=(const float3x3 left, const float3x3 right); [all …]
|
D | MatrixConstructorsES3.metal | 15 thread bool operator==(const float2x3 left, const float2x3 right); 16 thread bool operator!=(const float2x3 left, const float2x3 right); 18 thread bool operator==(const float2x4 left, const float2x4 right); 19 thread bool operator!=(const float2x4 left, const float2x4 right); 21 thread bool operator==(const float3x3 left, const float3x3 right); 22 thread bool operator!=(const float3x3 left, const float3x3 right); 24 thread bool operator==(const float4x2 left, const float4x2 right); 25 thread bool operator!=(const float4x2 left, const float4x2 right); 27 thread bool operator==(const float4x3 left, const float4x3 right); 28 thread bool operator!=(const float4x3 left, const float4x3 right); [all …]
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | audiopanoramaorc.orc | 40 .temp 4 right 44 mulf right left rpan 46 mergelq t1 left right 57 .temp 4 right 59 mulf right s1 rpan 61 mergelq d1 left right 71 .temp 4 right 77 select1ql right t1 80 addf right right1 right 81 mergelq t1 left right [all …]
|
/third_party/skia/tests/sksl/intrinsics/ |
D | OuterProduct.metal | 17 thread bool operator==(const float2x2 left, const float2x2 right); 18 thread bool operator!=(const float2x2 left, const float2x2 right); 20 thread bool operator==(const float3x3 left, const float3x3 right); 21 thread bool operator!=(const float3x3 left, const float3x3 right); 23 thread bool operator==(const float3x2 left, const float3x2 right); 24 thread bool operator!=(const float3x2 left, const float3x2 right); 26 thread bool operator==(const float4x4 left, const float4x4 right); 27 thread bool operator!=(const float4x4 left, const float4x4 right); 29 thread bool operator==(const float2x4 left, const float2x4 right); 30 thread bool operator!=(const float2x4 left, const float2x4 right); [all …]
|
D | Transpose.metal | 16 thread bool operator==(const float2x2 left, const float2x2 right); 17 thread bool operator!=(const float2x2 left, const float2x2 right); 19 thread bool operator==(const float3x2 left, const float3x2 right); 20 thread bool operator!=(const float3x2 left, const float3x2 right); 22 thread bool operator==(const float3x3 left, const float3x3 right); 23 thread bool operator!=(const float3x3 left, const float3x3 right); 24 thread bool operator==(const float2x2 left, const float2x2 right) { 25 return all(left[0] == right[0]) && 26 all(left[1] == right[1]); 28 thread bool operator!=(const float2x2 left, const float2x2 right) { [all …]
|
D | MatrixCompMultES3.metal | 14 thread bool operator==(const half2x4 left, const half2x4 right); 15 thread bool operator!=(const half2x4 left, const half2x4 right); 17 thread bool operator==(const half4x2 left, const half4x2 right); 18 thread bool operator!=(const half4x2 left, const half4x2 right); 20 thread bool operator==(const float4x3 left, const float4x3 right); 21 thread bool operator!=(const float4x3 left, const float4x3 right); 33 thread bool operator==(const half2x4 left, const half2x4 right) { 34 return all(left[0] == right[0]) && 35 all(left[1] == right[1]); 37 thread bool operator!=(const half2x4 left, const half2x4 right) { [all …]
|
/third_party/boost/boost/log/utility/functional/ |
D | logical.hpp | 74 bool operator() (T const& left, U const& right) const in operator ()() 76 …return op(left, right, integral_constant< bool, is_integral< T >::value && is_integral< U >::value… in operator ()() 81 static bool op(T const& left, U const& right, false_type) in op() 83 return (left == right); in op() 86 static bool op(T const& left, U const& right, true_type) in op() 89 … return static_cast< common_integral_type >(left) == static_cast< common_integral_type >(right); in op() 99 bool operator() (T const& left, U const& right) const in operator ()() 101 …return op(left, right, integral_constant< bool, is_integral< T >::value && is_integral< U >::value… in operator ()() 106 static bool op(T const& left, U const& right, false_type) in op() 108 return (left != right); in op() [all …]
|
/third_party/boost/boost/icl/concept/ |
D | interval.hpp | 43 const typename interval_traits<Type>::domain_type& right) in domain_less() argument 45 return typename interval_traits<Type>::domain_compare()(left, right); in domain_less() 51 const typename interval_traits<Type>::domain_type& right) in domain_less_equal() argument 53 return !(typename interval_traits<Type>::domain_compare()(right, left)); in domain_less_equal() 59 const typename interval_traits<Type>::domain_type& right) in domain_equal() argument 62 return !(domain_compare()(left, right)) && !(domain_compare()(right, left)); in domain_equal() 265 const typename interval_traits<Type>::domain_type& right) in span() argument 268 if(domain_compare()(left,right)) in span() 269 return construct<Type>(left, right); in span() 271 return construct<Type>(right, left); in span() [all …]
|
/third_party/boost/boost/icl/detail/ |
D | mapped_reference.hpp | 91 operator == (const Comparand& right)const in operator ==() 92 { return first == right.first && second == right.second; } in operator ==() 96 operator != (const Comparand& right)const in operator !=() 97 { return !(*this == right); } in operator !=() 101 operator < (const Comparand& right)const in operator <() 103 return first < right.first in operator <() 104 ||(!(right.first < first) && second < right.second); in operator <() 109 operator > (const Comparand& right)const in operator >() 111 return first > right.first in operator >() 112 ||(!(right.first > first) && second > right.second); in operator >() [all …]
|
D | element_comparer.hpp | 33 const RightT& right, in element_comparer() argument 36 : _left(left), _right(right), in element_comparer() 51 bool covalues_are_equal(LeftIterT& left, RightIterT& right) in covalues_are_equal() argument 53 if(co_value<LeftT>(left) < co_value<RightT>(right)) in covalues_are_equal() 55 if(co_value<RightT>(right) < co_value<LeftT>(left)) in covalues_are_equal() 60 int proceed(LeftIterT& left, RightIterT& right) in proceed() argument 62 if(upper_less(key_value<LeftT>(left), key_value<RightT>(right))) in proceed() 68 else if(upper_less(key_value<RightT>(right), key_value<LeftT>(left))) in proceed() 70 _prior_right = right; in proceed() 71 ++right; in proceed() [all …]
|
D | interval_subset_comparer.hpp | 99 const RightT& right, in subset_comparer() argument 102 : _left(left), _right(right), in subset_comparer() 119 int co_compare(LeftIterT& left, RightIterT& right) in co_compare() argument 129 ::type::apply(left,right); in co_compare() 134 int proceed(LeftIterT& left, RightIterT& right) in proceed() argument 136 if(upper_less(key_value<LeftT>(left), key_value<RightT>(right))) in proceed() 143 else if(upper_less(key_value<RightT>(right), key_value<LeftT>(left))) in proceed() 146 _prior_right = right; in proceed() 147 ++right; in proceed() 154 ++right; in proceed() [all …]
|
/third_party/boost/libs/math/example/ |
D | policy_eg_10.cpp | 25 using std::left; using std::fixed; using std::right; using std::scientific; 99 cout << setw(25) << right in main() 100 << "Policy"<< setw(18) << right in main() 101 << "Lower Quantile" << setw(18) << right in main() 105 cout << setw(25) << right in main() 107 << setw(18) << right in main() 109 << setw(18) << right in main() 114 cout << setw(25) << right in main() 116 << setw(18) << right in main() 118 << setw(18) << right in main() [all …]
|
/third_party/grpc/src/core/lib/avl/ |
D | avl.cc | 54 unref_node(vtable, node->right, user_data); in unref_node() 67 calculate_height(node->right)); in calculate_height() 73 assert_invariants(n->right); in assert_invariants() 75 assert(labs(node_height(n->left) - node_height(n->right)) <= 1); in assert_invariants() 83 grpc_avl_node* right) { in new_node() argument 89 node->right = assert_invariants(right); in new_node() 90 node->height = 1 + GPR_MAX(node_height(left), node_height(right)); in new_node() 108 return get(vtable, node->right, key, user_data); in get() 128 grpc_avl_node* right, void* user_data) { in rotate_left() argument 129 grpc_avl_node* n = new_node(vtable->copy_key(right->key, user_data), in rotate_left() [all …]
|
/third_party/boost/libs/bimap/test/ |
D | test_bimap_info.cpp | 42 bm.right.insert( bm_type::right_value_type( 3 , 3.3, "three" ) ); in test_bimap_info() 45 BOOST_TEST( bm.right.find(1)->info == "1" ); in test_bimap_info() 48 BOOST_TEST( bm.right.find(2)->info == "2" ); in test_bimap_info() 50 bm.right.find(3)->info = "3"; in test_bimap_info() 51 BOOST_TEST( bm.right.find(3)->info == "3" ); in test_bimap_info() 56 bm.right.insert( bm_type::right_value_type( 6 , 6.6) ); in test_bimap_info() 58 BOOST_TEST( bm.right.find(4)->info == "" ); in test_bimap_info() 61 BOOST_TEST( bm.right.info_at(4) == "4" ); in test_bimap_info() 62 BOOST_TEST( cbm.right.info_at(4) == "4" ); in test_bimap_info() 64 bm.right.info_at(5) = "5"; in test_bimap_info() [all …]
|
/third_party/skia/src/core/ |
D | SkStringView.cpp | 13 bool operator==(string_view left, string_view right) { in operator ==() argument 14 if (left.length() != right.length()) { in operator ==() 17 return !string_view::traits_type::compare(left.data(), right.data(), left.length()); in operator ==() 20 bool operator!=(string_view left, string_view right) { in operator !=() argument 21 return !(left == right); in operator !=() 24 bool operator<(string_view left, string_view right) { in operator <() argument 25 int result = string_view::traits_type::compare(left.data(), right.data(), in operator <() 26 std::min(left.length(), right.length())); in operator <() 28 result = left.length() - right.length(); in operator <() 33 bool operator<=(string_view left, string_view right) { in operator <=() argument [all …]
|
/third_party/boost/boost/test/tools/old/ |
D | impl.hpp | 105 inline assertion_result equal_impl( Left const& left, Right const& right ) in BOOST_PP_REPEAT() 107 return left == right; in BOOST_PP_REPEAT() 112 …_impl( char* left, char const* right ) { return equal_impl( static_cast<char const*>(left), static… in equal_impl() argument 113 …_impl( char const* left, char* right ) { return equal_impl( static_cast<char const*>(left), static… in equal_impl() argument 114 …ual_impl( char* left, char* right ) { return equal_impl( static_cast<char const*>(left), sta… in equal_impl() argument 117 BOOST_TEST_DECL assertion_result equal_impl( wchar_t const* left, wchar_t const* right ); 118 …har_t* left, wchar_t const* right ) { return equal_impl( static_cast<wchar_t const*>(left), static… in equal_impl() argument 119 …har_t const* left, wchar_t* right ) { return equal_impl( static_cast<wchar_t const*>(left), static… in equal_impl() argument 120 … wchar_t* left, wchar_t* right ) { return equal_impl( static_cast<wchar_t const*>(left), sta… in equal_impl() argument 128 call_impl( Left const& left, Right const& right, mpl::false_ ) const in call_impl() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/librfb/ |
D | d3des.c | 371 register unsigned long fval, work, right, leftt; in desfunc() local 375 right = block[1]; in desfunc() 376 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL; in desfunc() 377 right ^= work; in desfunc() 379 work = ((leftt >> 16) ^ right) & 0x0000ffffL; in desfunc() 380 right ^= work; in desfunc() 382 work = ((right >> 2) ^ leftt) & 0x33333333L; in desfunc() 384 right ^= (work << 2); in desfunc() 385 work = ((right >> 8) ^ leftt) & 0x00ff00ffL; in desfunc() 387 right ^= (work << 8); in desfunc() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/monoscope/ |
D | convolve.c | 73 const double *left, *right; member 90 double *right; member 112 state->right = calloc (state->small * 3, sizeof (double)); in convolve_init() 125 free (state->right); in convolve_close() 132 convolve_4 (double *out, const double *left, const double *right) in convolve_4() argument 140 r0 = right[0]; in convolve_4() 143 r1 = right[1]; in convolve_4() 147 r2 = right[2]; in convolve_4() 151 r3 = right[3]; in convolve_4() 171 const double *right; in convolve_run() local [all …]
|
/third_party/toybox/kconfig/ |
D | expr.c | 39 e->right.expr = e2; in expr_alloc_two() 49 e->right.sym = s2; in expr_alloc_comp() 86 e->right.sym = org->right.sym; in expr_copy() 92 e->right.expr = expr_copy(org->right.expr); in expr_copy() 121 expr_free(e->right.expr); in expr_free() 139 __expr_eliminate_eq(type, &e1->right.expr, &e2); in __expr_eliminate_eq() 144 __expr_eliminate_eq(type, &e1, &e2->right.expr); in __expr_eliminate_eq() 203 return e1->left.sym == e2->left.sym && e1->right.sym == e2->right.sym; in expr_eq() 243 e->right.expr = expr_eliminate_yn(e->right.expr); in expr_eliminate_yn() 247 expr_free(e->right.expr); in expr_eliminate_yn() [all …]
|
/third_party/gn/src/gn/ |
D | operators.cc | 246 const Value& right) { in MakeIncompatibleTypeError() argument 250 Value::DescribeType(right.type()) + ">."; in MakeIncompatibleTypeError() 327 Value right, in ExecuteEquals() argument 336 if (old_value->type() == Value::LIST && right.type() == Value::LIST && in ExecuteEquals() 337 !old_value->list_value().empty() && !right.list_value().empty()) { in ExecuteEquals() 341 right.type() == Value::SCOPE && in ExecuteEquals() 343 right.scope_value()->HasValues(Scope::SEARCH_CURRENT)) { in ExecuteEquals() 349 Value* written_value = dest->SetValue(std::move(right), op_node->right()); in ExecuteEquals() 369 Value right, in ExecutePlus() argument 374 if (right.type() == Value::INTEGER) { in ExecutePlus() [all …]
|
/third_party/gettext/gettext-runtime/intl/ |
D | tsearch.c | 120 struct node_t *right; member 145 check_tree_recurse (p->right, d_sofar + (p->right && !p->right->red), d_total); in check_tree_recurse() 148 if (p->right) in check_tree_recurse() 149 assert (!(p->right->red && p->red)); in check_tree_recurse() 184 rp = &(*rootp)->right; in maybe_split_for_insert() 221 gp->right = *lp; in maybe_split_for_insert() 227 p->right = *lp; in maybe_split_for_insert() 244 gp->left = p->right; in maybe_split_for_insert() 245 p->right = gp; in maybe_split_for_insert() 250 gp->right = p->left; in maybe_split_for_insert() [all …]
|
/third_party/pulseaudio/src/modules/alsa/mixer/profile-sets/ |
D | default.conf | 114 channel-map = left,right 123 channel-map = front-left,front-right 139 channel-map = front-left,front-right,lfe 146 channel-map = front-left,front-right,rear-left,rear-right 153 channel-map = front-left,front-right,rear-left,rear-right,lfe 160 channel-map = front-left,front-right,rear-left,rear-right,front-center 167 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe 174 channel-map = front-left,front-right,rear-left,rear-right,front-center,lfe,side-left,side-right 182 channel-map = left,right 189 channel-map = front-left,front-right,rear-left,rear-right [all …]
|