Home
last modified time | relevance | path

Searched refs:y1 (Results 1 – 25 of 113) sorted by relevance

12345

/openbsd/sys/dev/pci/drm/
H A Ddrm_rect.c47 r1->y1 = max(r1->y1, r2->y1); in drm_rect_intersect()
105 diff = clip->y1 - dst->y1; in drm_rect_clip_scaled()
111 dst->y1 += diff; in drm_rect_clip_scaled()
278 r->x1 = tmp.y1; in drm_rect_rotate()
280 r->y1 = width - tmp.x2; in drm_rect_rotate()
287 r->y1 = height - tmp.y2; in drm_rect_rotate()
288 r->y2 = height - tmp.y1; in drm_rect_rotate()
294 r->y1 = tmp.x1; in drm_rect_rotate()
339 r->x2 = width - tmp.y1; in drm_rect_rotate_inv()
340 r->y1 = tmp.x1; in drm_rect_rotate_inv()
[all …]
H A Ddrm_damage_helper.c44 dest->y1 = src->y1; in convert_clip_rect_to_rect()
240 iter->plane_src.y1 = src.y1 >> 16; in drm_atomic_helper_damage_iter_init()
319 rect->y1 = INT_MAX; in drm_atomic_helper_damage_merged()
326 rect->y1 = min(rect->y1, clip.y1); in drm_atomic_helper_damage_merged()
H A Ddrm_plane_helper.c111 .src_y = src->y1, in drm_plane_helper_check_update()
115 .crtc_y = dst->y1, in drm_plane_helper_check_update()
181 .y1 = src_y, in drm_plane_helper_update_primary()
187 .y1 = crtc_y, in drm_plane_helper_update_primary()
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_rect.h47 int x1, y1, x2, y2; member
62 .y1 = (y), \
91 (r)->y1 >> 16, (((r)->y1 & 0xffff) * 15625) >> 10
105 r->y1 = y; in drm_rect_init()
125 r->y1 -= dh >> 1; in drm_rect_adjust_size()
142 r->y1 += dy; in drm_rect_translate()
158 drm_rect_translate(r, x - r->x1, y - r->y1); in drm_rect_translate_to()
172 r->y1 /= vert; in drm_rect_downscale()
198 return r->y2 - r->y1; in drm_rect_height()
225 r1->y1 == r2->y1 && r1->y2 == r2->y2; in drm_rect_equals()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A Derfc.f3 real*8 x1, y1
18 y1 = erfc(x1)
19 if (y1 .ne. 1.) call abort
22 y1 = erfc(x1)
23 if (abs(y1 - .1197949d0) .ge. 1.d-6) call abort
26 y1 = erfc(x1)
27 if (y1 .gt. 1.5d-44) call abort
/openbsd/gnu/gcc/gcc/config/sh/
H A Ddivtab.c91 double y1 = 2 * y0 -y0 * y0 * (x + BIAS / (1.*(1LL<<30))); in calc_defect() local
96 y1 = floor (y1 * (1024 * 1024 * 1024)) / (1024 * 1024 * 1024); in calc_defect()
97 d = y1 - 1 / x; in calc_defect()
108 y2d0 = floor (y1 * x * (1LL << 60-16)); in calc_defect()
110 y2d = - floor ((y1 - y0 / (1<<30-14)) * y2d1) / (1LL<<44); in calc_defect()
111 d2 = y1 + y2d - 1/x; in calc_defect()
/openbsd/sys/dev/fdt/
H A Dpwmreg.c108 int32_t x0, x1, y0, y1; in pwmreg_get_voltage() local
117 y1 = sc->sc_rd.rd_volt_max; in pwmreg_get_voltage()
119 y = y0 + (x - x0) * (y1 - y0) / (x1 - x0); in pwmreg_get_voltage()
128 int32_t x0, x1, y0, y1; in pwmreg_set_voltage() local
137 y1 = sc->sc_dutycycle_range[1]; in pwmreg_set_voltage()
139 y = y0 + (x - x0) * (y1 - y0) / (x1 - x0); in pwmreg_set_voltage()
H A Dssdfb.c450 uint8_t y1, uint8_t y2) in ssdfb_set_range() argument
454 y1 += sc->sc_pgoff; in ssdfb_set_range()
465 if (sc->sc_page_range[0] != y1 || sc->sc_page_range[1] != y2) { in ssdfb_set_range()
466 sc->sc_page_range[0] = y1; in ssdfb_set_range()
477 uint32_t y1, uint32_t y2) in ssdfb_partial() argument
484 if (x2 < x1 || y2 < y1) in ssdfb_partial()
490 y1 = y1 & ~0x7; in ssdfb_partial()
494 height = y2 - y1; in ssdfb_partial()
502 off = ri->ri_stride * (y1 + i + k); in ssdfb_partial()
511 ssdfb_set_range(sc, x1, x2 - 1, y1 / 8, (y2 / 8) - 1); in ssdfb_partial()
[all …]
/openbsd/sys/arch/sparc64/fpu/
H A Dfpu_sqrt.c192 u_int y0, y1, y2, y3; in fpu_sqrt() local
293 y1 = 0; in fpu_sqrt()
307 t1 = y1 | bit; in fpu_sqrt()
313 y1 |= bit << 1; in fpu_sqrt()
321 #define t1 y1 in fpu_sqrt()
334 y1 |= 1; /* now t1, y1 are set in concrete */ in fpu_sqrt()
H A Dfpu_div.c156 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; in fpu_div() local
204 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0) in fpu_div()
241 y1 = y->fp_mant[1]; in fpu_div()
/openbsd/lib/libc/arch/sparc64/fpu/
H A Dfpu_sqrt.c196 u_int y0, y1, y2, y3; local
297 y1 = 0;
311 t1 = y1 | bit;
317 y1 |= bit << 1;
325 #define t1 y1
338 y1 |= 1; /* now t1, y1 are set in concrete */
H A Dfpu_div.c161 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; local
209 FPU_SUBCS(d1, r1, y1); FPU_SUBC(d0, r0, y0)
246 y1 = y->fp_mant[1];
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dstruct-ret-1.c11 point_t toPoint(int x1, int y1);
38 toPoint(int x1, int y1) in toPoint() argument
43 p.y = y1; in toPoint()
H A Dultrasp7.c15 double y1,t1,p_h,t,z; in __ieee754_pow() local
45 p_l = (y-y1)*t1+y*t2; in __ieee754_pow()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D991229-2.c7 register double y1; in update() local
8 y1 = r[ 4] - r[11]; in update()
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_psr.c1844 val = (clip->y1 + plane_state->uapi.dst.y1) << 16; in intel_psr2_program_plane_sel_fetch_noarm()
1933 overlap_damage_area->y1 = damage_area->y1; in clip_area_update()
1938 if (damage_area->y1 < overlap_damage_area->y1) in clip_area_update()
1939 overlap_damage_area->y1 = damage_area->y1; in clip_area_update()
1959 pipe_clip->y1 -= pipe_clip->y1 % y_alignment; in intel_psr2_sel_fetch_pipe_alignment()
2050 damaged_area.y1 = old_plane_state->uapi.dst.y1; in intel_psr2_sel_fetch_update()
2057 damaged_area.y1 = new_plane_state->uapi.dst.y1; in intel_psr2_sel_fetch_update()
2065 damaged_area.y1 = new_plane_state->uapi.dst.y1; in intel_psr2_sel_fetch_update()
2079 damaged_area.y1 += new_plane_state->uapi.dst.y1 - src.y1; in intel_psr2_sel_fetch_update()
2138 sel_fetch_area->y1 = inter.y1 - new_plane_state->uapi.dst.y1; in intel_psr2_sel_fetch_update()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dsynth4.C13 Y *y1, *y2 ; in f() local
14 *y1 = *y2; // gets bogus error - failed to synthesize op= in f()
/openbsd/gnu/usr.bin/perl/dist/Attribute-Handlers/t/
H A Dmulti.t77 my $y1 :Okay(1,9);
78 my @y1 :Okay(1,10);
79 my %y1 :Okay(1,11);
80 sub y1 :Okay(1,12) {} subroutine
/openbsd/gnu/gcc/gcc/config/soft-fp/
H A Dop-4.h527 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
532 r1 = x1 + y1; \
541 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
546 r1 = x1 + y1; \
559 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
564 r1 = x1 - y1; \
567 _c2 |= _c1 && (y1 == x1); \
578 r1 = x1 - y1; \
581 _c2 |= _c1 && (y1 == x1); \
591 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) \ argument
[all …]
/openbsd/games/worms/
H A Dworms.c309 int x1, y1; in main() local
312 y1 = w->ypos[h]; in main()
313 if (--ref[y1][x1] == 0) in main()
314 mvaddch(y1, x1, trail); in main()
/openbsd/gnu/gcc/gcc/config/mips/
H A Dvr4120-div.S68 move $7,$5 # y1 = y
70 mult $2,$7 # r = r * y1
/openbsd/lib/libcurses/base/
H A Dlib_getstr.c59 int y1 = win->_cury; in WipeOut() local
65 while (win->_cury < y1 in WipeOut()
66 || (win->_cury == y1 && win->_curx < x1)) in WipeOut()
/openbsd/gnu/llvm/compiler-rt/lib/builtins/ppc/
H A Dgcc_qdiv.c15 register double x = dst.s.hi, x1 = dst.s.lo, y = src.s.hi, y1 = src.s.lo; in __gcc_qdiv() local
45 tmp = ((tmp + x1) - y1 * q) / y; in __gcc_qdiv()
/openbsd/games/bs/
H A Dbs.c797 int x1, y1; in hitship() local
800 y1 = by + i * yincr[ss->dir]; in hitship()
801 if (ONBOARD(x1, y1)) in hitship()
803 hits[turn][x1][y1] = MARK_MISS; in hitship()
806 cgoto(y1, x1); in hitship()
821 hits[turn][x1][y1] = ss->symbol; in hitship()
824 cgoto(y1, x1); in hitship()
928 int x1, y1; in cpushipcanfit() local
936 y1 = y + yincr[direction]; in cpushipcanfit()
937 while (POSSIBLE(x1,y1)) in cpushipcanfit()
[all …]
/openbsd/lib/libcurses/widechar/
H A Dlib_get_wstr.c69 int y1 = win->_cury; in WipeOut() local
78 while (win->_cury < y1 in WipeOut()
79 || (win->_cury == y1 && win->_curx < x1)) in WipeOut()

12345