/external/apache-velocity-engine/velocity-engine-core/src/test/resources/templates/compare/ |
D | logical2.cmp | 20 right 22 right 24 right 26 right 28 right 30 right 34 right 36 right 38 right 40 right [all …]
|
D | logical.cmp | 75 right 77 right 79 right 81 right 83 right 85 right 89 right 91 right 93 right 95 right [all …]
|
/external/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 | MatrixOpEqualsES3.metal | 14 thread bool operator==(const half3x2 left, const half3x2 right); 15 thread bool operator!=(const half3x2 left, const half3x2 right); 17 thread bool operator==(const half2x3 left, const half2x3 right); 18 thread bool operator!=(const half2x3 left, const half2x3 right); 20 thread bool operator==(const half4x3 left, const half4x3 right); 21 thread bool operator!=(const half4x3 left, const half4x3 right); 23 thread bool operator==(const half4x2 left, const half4x2 right); 24 thread bool operator!=(const half4x2 left, const half4x2 right); 26 thread bool operator==(const half2x4 left, const half2x4 right); 27 thread bool operator!=(const half2x4 left, const half2x4 right); [all …]
|
D | MatrixOpEqualsES2.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 half4x4 left, const half4x4 right); 18 thread bool operator!=(const half4x4 left, const half4x4 right); 20 thread bool operator==(const half2x2 left, const half2x2 right); 21 thread bool operator!=(const half2x2 left, const half2x2 right); 23 thread bool operator==(const float3x3 left, const float3x3 right); 24 thread bool operator!=(const float3x3 left, const float3x3 right); 26 thread bool operator==(const float4x4 left, const float4x4 right); 27 thread bool operator!=(const float4x4 left, const float4x4 right); [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 | 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 …]
|
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 float4x4 left, const float4x4 right); 27 thread bool operator!=(const float4x4 left, const float4x4 right); [all …]
|
/external/libvpx/vpx_dsp/arm/ |
D | fdct8x8_neon.h | 146 int32x4_t *right) { in vpx_highbd_fdct8x8_pass1_notranspose_neon() argument 157 sr[0] = vaddq_s32(right[0], right[7]); in vpx_highbd_fdct8x8_pass1_notranspose_neon() 158 sr[1] = vaddq_s32(right[1], right[6]); in vpx_highbd_fdct8x8_pass1_notranspose_neon() 159 sr[2] = vaddq_s32(right[2], right[5]); in vpx_highbd_fdct8x8_pass1_notranspose_neon() 160 sr[3] = vaddq_s32(right[3], right[4]); in vpx_highbd_fdct8x8_pass1_notranspose_neon() 161 sr[4] = vsubq_s32(right[3], right[4]); in vpx_highbd_fdct8x8_pass1_notranspose_neon() 162 sr[5] = vsubq_s32(right[2], right[5]); in vpx_highbd_fdct8x8_pass1_notranspose_neon() 163 sr[6] = vsubq_s32(right[1], right[6]); in vpx_highbd_fdct8x8_pass1_notranspose_neon() 164 sr[7] = vsubq_s32(right[0], right[7]); in vpx_highbd_fdct8x8_pass1_notranspose_neon() 184 &left[0], &right[0], &left[4], &right[4]); in vpx_highbd_fdct8x8_pass1_notranspose_neon() [all …]
|
D | fdct8x8_neon.c | 75 int32x4_t left[8], right[8]; in vpx_highbd_fdct8x8_neon() local 94 right[0] = vshll_n_s16(vget_high_s16(in[0]), 2); in vpx_highbd_fdct8x8_neon() 95 right[1] = vshll_n_s16(vget_high_s16(in[1]), 2); in vpx_highbd_fdct8x8_neon() 96 right[2] = vshll_n_s16(vget_high_s16(in[2]), 2); in vpx_highbd_fdct8x8_neon() 97 right[3] = vshll_n_s16(vget_high_s16(in[3]), 2); in vpx_highbd_fdct8x8_neon() 98 right[4] = vshll_n_s16(vget_high_s16(in[4]), 2); in vpx_highbd_fdct8x8_neon() 99 right[5] = vshll_n_s16(vget_high_s16(in[5]), 2); in vpx_highbd_fdct8x8_neon() 100 right[6] = vshll_n_s16(vget_high_s16(in[6]), 2); in vpx_highbd_fdct8x8_neon() 101 right[7] = vshll_n_s16(vget_high_s16(in[7]), 2); in vpx_highbd_fdct8x8_neon() 103 vpx_highbd_fdct8x8_pass1_neon(left, right); in vpx_highbd_fdct8x8_neon() [all …]
|
D | fdct32x32_neon.h | 1130 int32x4_t *right /* [32] */) { in highbd_scale_input() argument 1164 right[0] = vshll_n_s16(vget_high_s16(a[0]), 2); in highbd_scale_input() 1165 right[1] = vshll_n_s16(vget_high_s16(a[1]), 2); in highbd_scale_input() 1166 right[2] = vshll_n_s16(vget_high_s16(a[2]), 2); in highbd_scale_input() 1167 right[3] = vshll_n_s16(vget_high_s16(a[3]), 2); in highbd_scale_input() 1168 right[4] = vshll_n_s16(vget_high_s16(a[4]), 2); in highbd_scale_input() 1169 right[5] = vshll_n_s16(vget_high_s16(a[5]), 2); in highbd_scale_input() 1170 right[6] = vshll_n_s16(vget_high_s16(a[6]), 2); in highbd_scale_input() 1171 right[7] = vshll_n_s16(vget_high_s16(a[7]), 2); in highbd_scale_input() 1172 right[8] = vshll_n_s16(vget_high_s16(a[8]), 2); in highbd_scale_input() [all …]
|
D | fdct16x16_neon.h | 284 int32x4_t *right /* [16] */) { in highbd_scale_input() argument 302 right[0] = vshll_n_s16(vget_high_s16(a[0]), 2); in highbd_scale_input() 303 right[1] = vshll_n_s16(vget_high_s16(a[1]), 2); in highbd_scale_input() 304 right[2] = vshll_n_s16(vget_high_s16(a[2]), 2); in highbd_scale_input() 305 right[3] = vshll_n_s16(vget_high_s16(a[3]), 2); in highbd_scale_input() 306 right[4] = vshll_n_s16(vget_high_s16(a[4]), 2); in highbd_scale_input() 307 right[5] = vshll_n_s16(vget_high_s16(a[5]), 2); in highbd_scale_input() 308 right[6] = vshll_n_s16(vget_high_s16(a[6]), 2); in highbd_scale_input() 309 right[7] = vshll_n_s16(vget_high_s16(a[7]), 2); in highbd_scale_input() 310 right[8] = vshll_n_s16(vget_high_s16(a[8]), 2); in highbd_scale_input() [all …]
|
/external/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 …]
|
/external/guava/guava/src/com/google/common/collect/ |
D | ComparisonChain.java | 73 public ComparisonChain compare(Comparable<?> left, Comparable<?> right) { 74 return classify(((Comparable<Object>) left).compareTo(right)); 79 @ParametricNullness T left, @ParametricNullness T right, Comparator<T> comparator) { 80 return classify(comparator.compare(left, right)); 84 public ComparisonChain compare(int left, int right) { 85 return classify(Ints.compare(left, right)); 89 public ComparisonChain compare(long left, long right) { 90 return classify(Longs.compare(left, right)); 94 public ComparisonChain compare(float left, float right) { 95 return classify(Float.compare(left, right)); [all …]
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | ComparisonChain.java | 73 public ComparisonChain compare(Comparable<?> left, Comparable<?> right) { 74 return classify(((Comparable<Object>) left).compareTo(right)); 79 @ParametricNullness T left, @ParametricNullness T right, Comparator<T> comparator) { 80 return classify(comparator.compare(left, right)); 84 public ComparisonChain compare(int left, int right) { 85 return classify(Ints.compare(left, right)); 89 public ComparisonChain compare(long left, long right) { 90 return classify(Longs.compare(left, right)); 94 public ComparisonChain compare(float left, float right) { 95 return classify(Float.compare(left, right)); [all …]
|
/external/rust/crates/itertools/src/ |
D | merge_join.rs | 13 pub fn merge_join_by<I, J, F>(left: I, right: J, cmp_fn: F) in merge_join_by() 21 right: put_back(right.into_iter().fuse()), in merge_join_by() 32 right: PutBack<Fuse<J>>, field 43 clone_fields!(left, right, cmp_fn); 52 debug_fmt_fields!(MergeJoinBy, left, right); 63 match (self.left.next(), self.right.next()) { in next() 67 (None, Some(right)) => in next() 68 Some(EitherOrBoth::Right(right)), in next() 69 (Some(left), Some(right)) => { in next() 70 match (self.cmp_fn)(&left, &right) { in next() [all …]
|
/external/grpc-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 …]
|
/external/rust/crates/grpcio-sys/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 …]
|
/external/apache-velocity-engine/velocity-engine-core/src/test/resources/templates/ |
D | logical2.vm | 44 right 52 right 56 right 62 right 70 right 76 right 82 right 90 right 94 right 102 right [all …]
|
/external/rust/crates/merge/src/ |
D | lib.rs | 150 pub fn overwrite_false(left: &mut bool, right: bool) { in overwrite_false() 152 *left = right; in overwrite_false() 157 pub fn overwrite_true(left: &mut bool, right: bool) { in overwrite_true() 159 *left = right; in overwrite_true() 170 pub fn saturating_add<T: num_traits::SaturatingAdd>(left: &mut T, right: T) { in saturating_add() 171 *left = left.saturating_add(&right); in saturating_add() 175 pub fn overwrite_zero<T: num_traits::Zero>(left: &mut T, right: T) { in overwrite_zero() 177 *left = right; in overwrite_zero() 187 pub fn max<T: cmp::Ord>(left: &mut T, right: T) { in max() 188 if cmp::Ord::cmp(left, &right) == cmp::Ordering::Less { in max() [all …]
|
/external/rust/crates/num-bigint/tests/macros/ |
D | mod.rs | 5 ($left:ident $op:tt $right:ident == $expected:expr) => { 6 assert_eq!((&$left) $op (&$right), $expected); 7 assert_eq!((&$left) $op $right.clone(), $expected); 8 assert_eq!($left.clone() $op (&$right), $expected); 9 assert_eq!($left.clone() $op $right.clone(), $expected); 15 ($left:ident $op:tt $right:ident == $expected:expr) => {{ 17 assert_eq!({ left $op &$right; left}, $expected); 20 assert_eq!({ left $op $right.clone(); left}, $expected); 26 (($($to:ident),*) $left:ident $op:tt $right:ident == $expected:expr) => { 29 assert_op!(left $op $right == $expected); [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
D | DESEngine.java | 409 int work, right, left; in desFunc() local 412 right = Pack.bigEndianToInt(in, inOff + 4); in desFunc() 414 work = ((left >>> 4) ^ right) & 0x0f0f0f0f; in desFunc() 415 right ^= work; in desFunc() 417 work = ((left >>> 16) ^ right) & 0x0000ffff; in desFunc() 418 right ^= work; in desFunc() 420 work = ((right >>> 2) ^ left) & 0x33333333; in desFunc() 422 right ^= (work << 2); in desFunc() 423 work = ((right >>> 8) ^ left) & 0x00ff00ff; in desFunc() 425 right ^= (work << 8); in desFunc() [all …]
|
/external/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 …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/ |
D | DESEngine.java | 411 int work, right, left; in desFunc() local 414 right = Pack.bigEndianToInt(in, inOff + 4); in desFunc() 416 work = ((left >>> 4) ^ right) & 0x0f0f0f0f; in desFunc() 417 right ^= work; in desFunc() 419 work = ((left >>> 16) ^ right) & 0x0000ffff; in desFunc() 420 right ^= work; in desFunc() 422 work = ((right >>> 2) ^ left) & 0x33333333; in desFunc() 424 right ^= (work << 2); in desFunc() 425 work = ((right >>> 8) ^ left) & 0x00ff00ff; in desFunc() 427 right ^= (work << 8); in desFunc() [all …]
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/engines/ |
D | DESEngine.java | 411 int work, right, left; in desFunc() local 414 right = Pack.bigEndianToInt(in, inOff + 4); in desFunc() 416 work = ((left >>> 4) ^ right) & 0x0f0f0f0f; in desFunc() 417 right ^= work; in desFunc() 419 work = ((left >>> 16) ^ right) & 0x0000ffff; in desFunc() 420 right ^= work; in desFunc() 422 work = ((right >>> 2) ^ left) & 0x33333333; in desFunc() 424 right ^= (work << 2); in desFunc() 425 work = ((right >>> 8) ^ left) & 0x00ff00ff; in desFunc() 427 right ^= (work << 8); in desFunc() [all …]
|