| /openbsd/src/sys/dev/pci/drm/ |
| D | drm_rect.c | 47 r1->y1 = max(r1->y1, r2->y1); in drm_rect_intersect() 104 diff = clip->y1 - dst->y1; in drm_rect_clip_scaled() 109 src->y1 = src->y2 - new_src_h; in drm_rect_clip_scaled() 110 dst->y1 += diff; in drm_rect_clip_scaled() 125 src->y2 = src->y1 + new_src_h; in drm_rect_clip_scaled() 267 r->y1 = height - tmp.y2; in drm_rect_rotate() 268 r->y2 = height - tmp.y1; in drm_rect_rotate() 277 r->x1 = tmp.y1; in drm_rect_rotate() 279 r->y1 = width - tmp.x2; in drm_rect_rotate() 286 r->y1 = height - tmp.y2; in drm_rect_rotate() [all …]
|
| D | drm_damage_helper.c | 44 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()
|
| D | drm_panic.c | 326 sb->set_pixel(sb, clip->x1 + x, clip->y1 + y, fg_color); in drm_panic_blit_pixel() 353 iosys_map_incr(&map, clip->y1 * sb->pitch[0] + clip->x1 * sb->format->cpp[0]); in drm_panic_blit() 421 sb->set_pixel(sb, clip->x1 + x, clip->y1 + y, color); in drm_panic_fill_pixel() 441 iosys_map_incr(&map, clip->y1 * sb->pitch[0] + clip->x1 * sb->format->cpp[0]); in drm_panic_fill() 496 rec.y1 = clip->y1 + i * font->height; in draw_txt_rectangle() 497 rec.y2 = rec.y1 + font->height; in draw_txt_rectangle() 579 r_txt.y1 -= font->height; in draw_line_with_wrap() 580 if (r_txt.y1 < 0) in draw_line_with_wrap() 581 return r_txt.y1; in draw_line_with_wrap() 586 r_txt.y1 -= font->height; in draw_line_with_wrap() [all …]
|
| D | drm_plane_helper.c | 111 .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/src/sys/dev/pci/drm/include/drm/ |
| D | drm_rect.h | 47 int x1, y1, x2, y2; member 62 .y1 = (y), \ 74 #define DRM_RECT_ARG(r) drm_rect_width(r), drm_rect_height(r), (r)->x1, (r)->y1 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() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/ |
| D | erfc.f | 3 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/src/gnu/gcc/gcc/config/sh/ |
| D | divtab.c | 91 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/src/sys/dev/fdt/ |
| D | pwmreg.c | 108 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()
|
| D | ssdfb.c | 450 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/src/sys/arch/sparc64/fpu/ |
| D | fpu_sqrt.c | 192 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()
|
| D | fpu_div.c | 156 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/src/lib/libc/arch/sparc64/fpu/ |
| D | fpu_sqrt.c | 196 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 */
|
| D | fpu_div.c | 161 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/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| D | struct-ret-1.c | 11 point_t toPoint(int x1, int y1); 38 toPoint(int x1, int y1) in toPoint() argument 43 p.y = y1; in toPoint()
|
| D | ultrasp7.c | 15 double y1,t1,p_h,t,z; in __ieee754_pow() local 45 p_l = (y-y1)*t1+y*t2; in __ieee754_pow()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| D | 991229-2.c | 7 register double y1; in update() local 8 y1 = r[ 4] - r[11]; in update()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
| D | synth4.C | 13 Y *y1, *y2 ; in f() local 14 *y1 = *y2; // gets bogus error - failed to synthesize op= in f()
|
| /openbsd/src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/ |
| D | multi.t | 77 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/src/gnu/gcc/gcc/config/soft-fp/ |
| D | op-4.h | 527 #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); \ 573 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 578 r1 = x1 - y1; \ 581 _c2 |= _c1 && (y1 == x1); \ [all …]
|
| /openbsd/src/sys/dev/pci/drm/i915/display/ |
| D | intel_psr.c | 2335 if (crtc_state->psr2_su_area.y1 == -1) in psr2_man_trk_ctl_calc() 2339 val |= ADLP_PSR2_MAN_TRK_CTL_SU_REGION_START_ADDR(crtc_state->psr2_su_area.y1); in psr2_man_trk_ctl_calc() 2343 crtc_state->psr2_su_area.y1 % 4 || in psr2_man_trk_ctl_calc() 2347 crtc_state->psr2_su_area.y1 / 4 + 1); in psr2_man_trk_ctl_calc() 2376 if (overlap_damage_area->y1 == -1) { in clip_area_update() 2377 overlap_damage_area->y1 = damage_area->y1; in clip_area_update() 2382 if (damage_area->y1 < overlap_damage_area->y1) in clip_area_update() 2383 overlap_damage_area->y1 = damage_area->y1; in clip_area_update() 2403 crtc_state->psr2_su_area.y1 -= crtc_state->psr2_su_area.y1 % y_alignment; in intel_psr2_sel_fetch_pipe_alignment() 2459 if (plane_state->uapi.dst.y1 < 0 || in psr2_sel_fetch_plane_state_supported() [all …]
|
| /openbsd/src/games/worms/ |
| D | worms.c | 309 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/src/gnu/gcc/gcc/config/mips/ |
| D | vr4120-div.S | 68 move $7,$5 # y1 = y 70 mult $2,$7 # r = r * y1
|
| /openbsd/src/lib/libcurses/base/ |
| D | lib_getstr.c | 59 int y1 = win->_cury; in WipeOut() local 65 while (win->_cury < y1 in WipeOut() 66 || (win->_cury == y1 && win->_curx < x1)) in WipeOut()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/builtins/ppc/ |
| D | gcc_qdiv.c | 15 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/src/games/bs/ |
| D | bs.c | 797 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() 819 int y1 = ss->y + i * yincr[ss->dir]; in hitship() local 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() [all …]
|