/external/syzkaller/vendor/github.com/google/go-cmp/cmp/ |
D | compare.go | 167 func (s *state) statelessCompare(vx, vy reflect.Value) diff.Result { 176 s.compareAny(vx, vy) 182 func (s *state) compareAny(vx, vy reflect.Value) { 186 if !vx.IsValid() || !vy.IsValid() { 187 s.report(vx.IsValid() == vy.IsValid(), vx, vy) 190 if vx.Type() != vy.Type() { 191 s.report(false, vx, vy) // Possible for path to be empty 199 vx, vy = s.tryExporting(vx, vy) 202 if s.tryOptions(vx, vy, t) { 207 if s.tryMethod(vx, vy, t) { [all …]
|
D | options.go | 32 filter(s *state, vx, vy reflect.Value, t reflect.Type) applicableOption 43 apply(s *state, vx, vy reflect.Value) bool 67 func (opts Options) filter(s *state, vx, vy reflect.Value, t reflect.Type) (out applicableOption) { 69 switch opt := opt.filter(s, vx, vy, t); opt.(type) { 128 func (f pathFilter) filter(s *state, vx, vy reflect.Value, t reflect.Type) applicableOption { 130 return f.opt.filter(s, vx, vy, t) 175 func (f valuesFilter) filter(s *state, vx, vy reflect.Value, t reflect.Type) applicableOption { 176 if !vx.IsValid() || !vy.IsValid() { 179 if (f.typ == nil || t.AssignableTo(f.typ)) && s.callTTBFunc(f.fnc, vx, vy) { 180 return f.opt.filter(s, vx, vy, t) [all …]
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/cmpopts/ |
D | sort.go | 43 vx, vy := reflect.ValueOf(x), reflect.ValueOf(y) 44 if !(x != nil && y != nil && vx.Type() == vy.Type()) || 46 (vx.Len() <= 1 && vy.Len() <= 1) { 52 ok2 := sliceIsSorted(y, func(i, j int) bool { return ss.less(vy, i, j) }) 80 vx, vy := v.Index(i), v.Index(j) 81 return ss.fnc.Call([]reflect.Value{vx, vy})[0].Bool() 114 vx, vy := reflect.ValueOf(x), reflect.ValueOf(y) 115 return (x != nil && y != nil && vx.Type() == vy.Type()) && 117 (vx.Len() != 0 || vy.Len() != 0) 141 vx, vy := v.Index(i).Field(0), v.Index(j).Field(0) [all …]
|
D | equate.go | 26 vx, vy := reflect.ValueOf(x), reflect.ValueOf(y) 27 return (x != nil && y != nil && vx.Type() == vy.Type()) && 29 (vx.Len() == 0 && vy.Len() == 0)
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_rectangle.cpp | 109 float vy = 1.0f; in GetFillPath() local 126 vx = 1, vy = 1; in GetFillPath() 137 vx = -1, vy = 1; in GetFillPath() 148 vx = -1, vy = -1; in GetFillPath() 159 vx = 1, vy = -1; in GetFillPath() 178 CFX_RectF rtRadius(cp1.x, cp1.y, fRadius1 * 2 * vx, fRadius1 * 2 * vy); in GetFillPath() 181 rtRadius.Offset(-fRadius1 * vx, -fRadius1 * vy); in GetFillPath() 188 cp.y = cp1.y + fRadius1 * vy; in GetFillPath() 486 float vy = 1.0f; in GetPath() local 507 vx = 1, vy = 1; in GetPath() [all …]
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/value/ |
D | sort.go | 86 vx, vy := x.Elem(), y.Elem() 87 if !vx.IsValid() || !vy.IsValid() { 88 return !vx.IsValid() && vy.IsValid() 90 tx, ty := vx.Type(), vy.Type() 95 return vx.Kind() < vy.Kind() 106 return reflect.ValueOf(vx.Type()).Pointer() < reflect.ValueOf(vy.Type()).Pointer()
|
/external/eigen/blas/ |
D | level1_real_impl.h | 68 StridedVectorType vy(make_vector(y,*n,std::abs(*incy))); in EIGEN_BLAS_FUNC() 71 Reverse<StridedVectorType> rvy(vy); in EIGEN_BLAS_FUNC() 73 …if(*incx<0 && *incy>0) internal::apply_rotation_in_the_plane(rvx, vy, JacobiRotation<Scalar>(c,s)); in EIGEN_BLAS_FUNC() 75 …else internal::apply_rotation_in_the_plane(vx, vy, JacobiRotation<Scalar>(… in EIGEN_BLAS_FUNC()
|
D | level1_cplx_impl.h | 107 StridedVectorType vy(make_vector(y,*n,std::abs(*incy))); 110 Reverse<StridedVectorType> rvy(vy); 113 …if(*incx<0 && *incy>0) internal::apply_rotation_in_the_plane(rvx, vy, JacobiRotation<Scalar>(c,s)); 115 …else internal::apply_rotation_in_the_plane(vx, vy, JacobiRotation<Scalar>(…
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_textobject.cpp | 50 short vy; in GetItemInfo() local 51 pFont->AsCIDFont()->GetVertOrigin(CID, vx, vy); in GetItemInfo() 55 pInfo->m_Origin.y -= fontsize * vy / 1000; in GetItemInfo() 238 short vy; in CalcPositionData() local 239 pCIDFont->GetVertOrigin(CID, vx, vy); in CalcPositionData() 242 char_rect.top -= vy; in CalcPositionData() 243 char_rect.bottom -= vy; in CalcPositionData()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | mct.c | 402 __m128 vy, vu, vv; in opj_mct_decode_real() local 405 vy = _mm_load_ps(c0); in opj_mct_decode_real() 408 vr = _mm_add_ps(vy, _mm_mul_ps(vv, vrv)); in opj_mct_decode_real() 409 vg = _mm_sub_ps(_mm_sub_ps(vy, _mm_mul_ps(vu, vgu)), _mm_mul_ps(vv, vgv)); in opj_mct_decode_real() 410 vb = _mm_add_ps(vy, _mm_mul_ps(vu, vbu)); in opj_mct_decode_real() 418 vy = _mm_load_ps(c0); in opj_mct_decode_real() 421 vr = _mm_add_ps(vy, _mm_mul_ps(vv, vrv)); in opj_mct_decode_real() 422 vg = _mm_sub_ps(_mm_sub_ps(vy, _mm_mul_ps(vu, vgu)), _mm_mul_ps(vv, vgv)); in opj_mct_decode_real() 423 vb = _mm_add_ps(vy, _mm_mul_ps(vu, vbu)); in opj_mct_decode_real()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_charposlist.cpp | 99 short vy; in Load() local 100 pCIDFont->GetVertOrigin(CID, vx, vy); in Load() 102 charpos.m_Origin.y -= FontSize * vy / 1000; in Load()
|
/external/skia/src/compute/skc/platforms/cl_12/interop/ |
D | interop_glfw.c | 271 float const vy = y_prev - cy; in skc_interop_cursor_position_callback() local 276 float const len = sqrtf((vx*vx + vy*vy) * (wx*wx + wy*wy)); in skc_interop_cursor_position_callback() 280 float const dot = vx*wx + vy*wy; in skc_interop_cursor_position_callback() 283 if (vx*wy - vy*wx >= 0.0f) in skc_interop_cursor_position_callback()
|
/external/skqp/src/compute/skc/platforms/cl_12/interop/ |
D | interop_glfw.c | 271 float const vy = y_prev - cy; in skc_interop_cursor_position_callback() local 276 float const len = sqrtf((vx*vx + vy*vy) * (wx*wx + wy*wy)); in skc_interop_cursor_position_callback() 280 float const dot = vx*wx + vy*wy; in skc_interop_cursor_position_callback() 283 if (vx*wy - vy*wx >= 0.0f) in skc_interop_cursor_position_callback()
|
/external/boringssl/src/crypto/perlasm/ |
D | ppc-xlate.pl | 183 my ($f,$vx,$vy) = @_; 184 " vor $vx,$vy,$vy";
|
/external/skia/src/opts/ |
D | SkBitmapProcState_opts.h | 266 uint8x8_t vy, vconst16_8, v16_y, vres; in filter_and_scale_by_alpha() local 271 vy = vdup_n_u8(y); // duplicate y into vy in filter_and_scale_by_alpha() 273 v16_y = vsub_u8(vconst16_8, vy); // v16_y = 16-y in filter_and_scale_by_alpha() 281 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y in filter_and_scale_by_alpha()
|
/external/skqp/src/opts/ |
D | SkBitmapProcState_opts.h | 266 uint8x8_t vy, vconst16_8, v16_y, vres; in filter_and_scale_by_alpha() local 271 vy = vdup_n_u8(y); // duplicate y into vy in filter_and_scale_by_alpha() 273 v16_y = vsub_u8(vconst16_8, vy); // v16_y = 16-y in filter_and_scale_by_alpha() 281 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y in filter_and_scale_by_alpha()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowVelocityTracker.java | 113 float vy = (movement.y.get(pointerId) - oldestMovement.y.get(pointerId)) * scale; in computeCurrentVelocity() local 115 accumVy = (accumVy * lastDuration + vy * duration) / (duration + lastDuration); in computeCurrentVelocity()
|
/external/skqp/src/gpu/ops/ |
D | GrQuadPerEdgeAA.cpp | 239 Sk2f vy = SkNx_shuffle<2, 3>(y2d) - SkNx_shuffle<0, 1>(y2d); in compute_quad_persp_vertices() local 240 Sk4f len = SkNx_shuffle<0, 1, 0, 1>(SkNx_fma(vx, vx, vy * vy).sqrt()); in compute_quad_persp_vertices() 283 Sk2f vy = SkNx_shuffle<1, 3>(y2d) - SkNx_shuffle<0, 2>(y2d); in compute_quad_persp_vertices() local 284 Sk4f len = SkNx_shuffle<0, 0, 1, 1>(SkNx_fma(vx, vx, vy * vy).sqrt()); in compute_quad_persp_vertices()
|
/external/python/cpython2/Mac/Demo/textedit/ |
D | ped.py | 52 vy = self.scalebarvalue(dr[1], dr[1]+height, vr[1], vr[3]) 53 print dr, vr, height, vx, vy 54 return None, vy
|
/external/python/cpython2/Lib/plat-mac/ |
D | FrameWork.py | 912 vx, vy = self.getscrollbarvalues() 914 if vy is None: self.bary_enabled, vy = 0, 0 922 self.bary = NewControl(self.wid, rect, "", 1, vy, 0, 32767, 16, 0) 1011 vx, vy = self.getscrollbarvalues() 1023 if vy is None: 1031 self.bary.SetControlValue(vy)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | mmx-coalescing.ll | 70 %vy = phi <1 x i64> [ %v21, %if.A ], [ %vx, %if.C ] 71 %v130 = bitcast <1 x i64> %vy to <4 x i16>
|
/external/llvm/test/CodeGen/X86/ |
D | mmx-coalescing.ll | 70 %vy = phi <1 x i64> [ %v21, %if.A ], [ %vx, %if.C ] 71 %v130 = bitcast <1 x i64> %vy to <4 x i16>
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_cidfont.h | 63 void GetVertOrigin(uint16_t CID, short& vx, short& vy) const;
|
D | cpdf_cidfont.cpp | 545 void CPDF_CIDFont::GetVertOrigin(uint16_t CID, short& vx, short& vy) const { in GetVertOrigin() 553 vy = static_cast<short>(pEntry[4]); in GetVertOrigin() 569 vy = m_DefaultVY; in GetVertOrigin()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | inplace_ops_test.py | 158 _, vy, vz = self.evaluate([x, y, z]) 159 self.assertAllClose(vy, vz)
|