Home
last modified time | relevance | path

Searched refs:vy (Results 1 – 25 of 240) sorted by relevance

12345678910

/external/syzkaller/vendor/github.com/google/go-cmp/cmp/
Dcompare.go167 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 …]
Doptions.go32 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/
Dsort.go43 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 …]
Dequate.go26 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/
Dcxfa_rectangle.cpp109 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/
Dsort.go86 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/
Dlevel1_real_impl.h68 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()
Dlevel1_cplx_impl.h107 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/
Dcpdf_textobject.cpp50 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/
Dmct.c402 __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/
Dcpdf_charposlist.cpp99 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/
Dinterop_glfw.c271 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/
Dinterop_glfw.c271 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/
Dppc-xlate.pl183 my ($f,$vx,$vy) = @_;
184 " vor $vx,$vy,$vy";
/external/skia/src/opts/
DSkBitmapProcState_opts.h266 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/
DSkBitmapProcState_opts.h266 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/
DShadowVelocityTracker.java113 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/
DGrQuadPerEdgeAA.cpp239 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/
Dped.py52 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/
DFrameWork.py912 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/
Dmmx-coalescing.ll70 %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/
Dmmx-coalescing.ll70 %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/
Dcpdf_cidfont.h63 void GetVertOrigin(uint16_t CID, short& vx, short& vy) const;
Dcpdf_cidfont.cpp545 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/
Dinplace_ops_test.py158 _, vy, vz = self.evaluate([x, y, z])
159 self.assertAllClose(vy, vz)

12345678910