Home
last modified time | relevance | path

Searched refs:ffy (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/science/lammps/lammps-stable_29Sep2021/lib/colvars/
H A Dcolvargrid.cpp487 const cvm::real ffy = 1.0 / (widths[1] * widths[1]); in atimes() local
601 LA[index] += fact * ffy * (A[index + yp] - A[index]); in atimes()
602 LA[index2] += fact * ffy * (A[index2 + ym] - A[index2]); in atimes()
607 LA[index] += ffy * (A[index + yp] - A[index]); in atimes()
608 LA[index2] += ffy * (A[index2 + ym] - A[index2]); in atimes()
613 LA[index] += fact * ffy * (A[index + yp] - A[index]); in atimes()
614 LA[index2] += fact * ffy * (A[index2 + ym] - A[index2]); in atimes()
624 const cvm::real ffy = 1.0 / (widths[1] * widths[1]); in atimes() local
774 LA[index] += fact * ffy * (A[index + yp] - A[index]); in atimes()
775 LA[index2] += fact * ffy * (A[index2 + ym] - A[index2]); in atimes()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dm107.cpp244 int ffy=fy^(rom[rom_offs+1]&2); in draw_sprites() local
249 if (!ffy) sprite+=y_multi-1; in draw_sprites()
253 sprite+(ffy?i:-i), in draw_sprites()
255 ffx,ffy, in draw_sprites()
261 sprite+(ffy?i:-i), in draw_sprites()
263 ffx,ffy, in draw_sprites()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dm107.cpp244 int ffy=fy^(rom[rom_offs+1]&2); in draw_sprites() local
249 if (!ffy) sprite+=y_multi-1; in draw_sprites()
253 sprite+(ffy?i:-i), in draw_sprites()
255 ffx,ffy, in draw_sprites()
261 sprite+(ffy?i:-i), in draw_sprites()
263 ffx,ffy, in draw_sprites()
/dports/math/freefem++/FreeFem-sources-4.6/examples/plugin/
H A DtestFEMorley.edp12 func ffy = 6*y + 4.5*x + 6;
24 [a1,a2,a3] = [ ff,ffx,ffy];
28 cout << a3(0.6,0.2) << " == " << ffy(0.6,0.2) << endl;
35 cout << a3(0.2,0.6) << " == " << ffy(0.2,0.6) << endl;
38 cout << " 00 = " << int2d(Th)(square(a3-ffy)) << endl;
H A DtestFEHCT.edp18 func ffy = 6*y + 4.5*x + 6;
32 [a1,a2,a3] = [ ff,ffx,ffy];
69 cout << a3(0.6,0.2) << " == " << ffy(0.6,0.2) << endl;
76 cout << a3(0.2,0.6) << " == " << ffy(0.2,0.6) << endl;
79 cout << " 00 = " << int2d(Th)(square(a3-ffy)) << endl;
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_ffsignature.cpp100 FX_FLOAT ffx = fx, ffy = fy; in OnHitTest() local
101 FWLToClient(ffx, ffy); in OnHitTest()
102 if (m_pNormalWidget->HitTest(ffx, ffy) != FWL_WidgetHit::Unknown) in OnHitTest()
H A Dxfa_fffield.cpp601 FX_FLOAT ffx = fx, ffy = fy; in OnHitTest() local
602 FWLToClient(ffx, ffy); in OnHitTest()
603 if (m_pNormalWidget->HitTest(ffx, ffy) != FWL_WidgetHit::Unknown) in OnHitTest()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dm107_vidhrdw.c328 int ffy=fy^(rom[rom_offs+1]&2); in m107_drawsprites() local
333 if (!ffy) sprite+=y_multi-1; in m107_drawsprites()
337 sprite+(ffy?i:-i), in m107_drawsprites()
339 ffx,ffy, in m107_drawsprites()
H A Dm92_vidhrdw.c564 int ffx=fx,ffy=fy; in m92_drawsprites() local
566 if (ffy) ffy=0; else ffy=1; in m92_drawsprites()
570 ffx,ffy, in m92_drawsprites()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dm107_vidhrdw.c327 int ffy=fy^(rom[rom_offs+1]&2); in m107_drawsprites() local
332 if (!ffy) sprite+=y_multi-1; in m107_drawsprites()
336 sprite+(ffy?i:-i), in m107_drawsprites()
338 ffx,ffy, in m107_drawsprites()
H A Dm92_vidhrdw.c564 int ffx=fx,ffy=fy; in m92_drawsprites() local
566 if (ffy) ffy=0; else ffy=1; in m92_drawsprites()
570 ffx,ffy, in m92_drawsprites()
/dports/games/xonotic/Xonotic/misc/tools/
H A Dfft-normalmap-to-heightmap.c54 double ffx, ffy; in nmap_to_hmap() local
190 ffy = fy; in nmap_to_hmap()
193 …1[(w*y+x)] = _Complex_I * (ffx * freqspace1[(w*y+x)] + ffy * freqspace2[(w*y+x)]) / (ffx*fx + ffy*… in nmap_to_hmap()
200 …space1[(w*y+x)][0] = -(ffx * freqspace1[(w*y+x)][1] + ffy * freqspace2[(w*y+x)][1]) / (ffx*fx + ff… in nmap_to_hmap()
201 …freqspace1[(w*y+x)][1] = (ffx * save + ffy * freqspace2[(w*y+x)][0]) / (ffx*fx + ffy*fy) / TWO_PI; in nmap_to_hmap()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/irem/
H A Dd_m107.cpp808 int ffy=fy^(rom[rom_offs+1]&2); in draw_sprites() local
813 if (!ffy) sprite+=y_multi-1; in draw_sprites()
816 …nsDraw, DrvGfxROM1, (sprite+(ffy?i:-i)) & graphics_mask[1], colour << 4, ((x+xdisp)&0x1ff)-80,(y-y… in draw_sprites()
817 …aw, DrvGfxROM1, (sprite+(ffy?i:-i)) & graphics_mask[1], colour << 4, ((x+xdisp)&0x1ff)-80,((y-ydis… in draw_sprites()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/irem/
H A Dd_m107.cpp866 int ffy=fy^(rom[rom_offs+1]&2); in draw_sprites() local
871 if (!ffy) sprite+=y_multi-1; in draw_sprites()
874 …nsDraw, DrvGfxROM1, (sprite+(ffy?i:-i)) & graphics_mask[1], colour << 4, ((x+xdisp)&0x1ff)-80,(y-y… in draw_sprites()
875 …aw, DrvGfxROM1, (sprite+(ffy?i:-i)) & graphics_mask[1], colour << 4, ((x+xdisp)&0x1ff)-80,((y-ydis… in draw_sprites()
/dports/x11/xtacy/Xtacy/
H A Dmodes.c640 float ffx, ffy; in draw_test() local
646 ffy =(float)(CY[winno]/sqrt(numcolors)); in draw_test()
658 ffy =(CY[winno]/(float)fy); in draw_test()
666 (int)(x*ffx),(int)(y*ffy),(unsigned int)(ffx+1), in draw_test()
667 (unsigned int)(ffy+1)); in draw_test()
/dports/games/scourge/scourge/src/
H A Dterraingenerator.cpp758 for ( int ffy = unitSide; ffy > 0; ffy-- ) { in createFreeSpaceMap() local
760 int gy = ( fy + ffy ) / OUTDOORS_STEP; in createFreeSpaceMap()
761 if ( !map->getLocation( fx + ffx, fy + ffy, 0 ) && in createFreeSpaceMap()
764 *( ff + ffCount * 2 + 1 ) = fy + ffy; in createFreeSpaceMap()
/dports/math/cgal/CGAL-5.3/include/CGAL/Algebraic_kernel_d/
H A DCurve_pair_analysis_2.h101 size_type ffy; member
103 Event_indices(size_type fg,size_type ffy, size_type ggy) in Event_indices()
104 : fg(fg), ffy(ffy), ggy(ggy) {} in Event_indices()
954 return c ? ev_ind.ggy : ev_ind.ffy; in event_of_curve_analysis()
962 return (c.id()==curve_analysis(false).id()) ? ev_ind.ffy : ev_ind.ggy; in event_of_curve_analysis()
1239 << ev_ind.ffy <<", ggy: " << ev_ind.ggy
2062 size_type index_of_ffy =event_indices(i).ffy; in construct_generic_case()
2435 if(ev_ind.ffy==-1 && ev_ind.ggy==-1 && inter_info_it->mult==-1) { in create_event_slice_from_current_intersection_info()
/dports/games/spring/spring_98.0/rts/Rendering/Env/
H A DBasicSky.cpp545 const float ffy = fy - math::floor(fy); in DrawSun() local
570 const float cover = std::min(127.5f, cx1 * (1.0f - ffy) + cx2 * ffy); in DrawSun()
H A DAdvSky.cpp571 const float ffy = fy - math::floor(fy); in DrawSun() local
599 const float cover = std::min(127.5f, cx1 * (1.0f - ffy) + cx2 * ffy); in DrawSun()
/dports/graphics/delaboratory/delaboratory-0.8/core/
H A Dconversion_cpu.cc1132 deValue ffy; in lab2xyz() local
1137 ffy = ll * ll * ll; in lab2xyz()
1141 ffy = 3.0 * c6_29_2 * (ll - c4_29); in lab2xyz()
1163 cpu.output[1] = Yn * ffy; in lab2xyz()
/dports/graphics/darktable/darktable-3.6.1/src/develop/masks/
H A Dbrush.c2111 int ffx, ffy; in _brush_events_mouse_moved() local
2113 gpt->points[k * 6 + 5], &ffx, &ffy, TRUE); in _brush_events_mouse_moved()
2114 if(pzx - ffx > -as && pzx - ffx < as && pzy - ffy > -as && pzy - ffy < as) in _brush_events_mouse_moved()
2466 int ffx, ffy; in _brush_events_post_expose() local
2468 gpt->points[k * 6 + 5], &ffx, &ffy, TRUE); in _brush_events_post_expose()
2470 cairo_line_to(cr, ffx, ffy); in _brush_events_post_expose()
2479 cairo_arc(cr, ffx, ffy, 3.0f / zoom_scale, 0, 2.0 * M_PI); in _brush_events_post_expose()
2481 cairo_arc(cr, ffx, ffy, 1.5f / zoom_scale, 0, 2.0 * M_PI); in _brush_events_post_expose()
H A Dpath.c1897 int ffx, ffy; in _path_events_mouse_moved() local
1899 gpt->points[k * 6 + 5], &ffx, &ffy, gpt->clockwise); in _path_events_mouse_moved()
1900 if(pzx - ffx > -as && pzx - ffx < as && pzy - ffy > -as && pzy - ffy < as) in _path_events_mouse_moved()
2054 int ffx = 0, ffy = 0; in _path_events_post_expose() local
2056 gpt->points[k * 6 + 5], &ffx, &ffy, gpt->clockwise); in _path_events_post_expose()
2058 cairo_line_to(cr, ffx, ffy); in _path_events_post_expose()
2067 cairo_arc(cr, ffx, ffy, 3.0f / zoom_scale, 0, 2.0 * M_PI); in _path_events_post_expose()
2069 cairo_arc(cr, ffx, ffy, 1.5f / zoom_scale, 0, 2.0 * M_PI); in _path_events_post_expose()
/dports/graphics/darktable38/darktable-3.8.0/src/develop/masks/
H A Dbrush.c2110 int ffx, ffy; in _brush_events_mouse_moved() local
2112 gpt->points[k * 6 + 5], &ffx, &ffy, TRUE); in _brush_events_mouse_moved()
2113 if(pzx - ffx > -as && pzx - ffx < as && pzy - ffy > -as && pzy - ffy < as) in _brush_events_mouse_moved()
2465 int ffx, ffy; in _brush_events_post_expose() local
2467 gpt->points[k * 6 + 5], &ffx, &ffy, TRUE); in _brush_events_post_expose()
2469 cairo_line_to(cr, ffx, ffy); in _brush_events_post_expose()
2478 cairo_arc(cr, ffx, ffy, 3.0f / zoom_scale, 0, 2.0 * M_PI); in _brush_events_post_expose()
2480 cairo_arc(cr, ffx, ffy, 1.5f / zoom_scale, 0, 2.0 * M_PI); in _brush_events_post_expose()
H A Dpath.c1906 int ffx, ffy; in _path_events_mouse_moved() local
1908 gpt->points[k * 6 + 5], &ffx, &ffy, gpt->clockwise); in _path_events_mouse_moved()
1909 if(pzx - ffx > -as && pzx - ffx < as && pzy - ffy > -as && pzy - ffy < as) in _path_events_mouse_moved()
2063 int ffx = 0, ffy = 0; in _path_events_post_expose() local
2065 gpt->points[k * 6 + 5], &ffx, &ffy, gpt->clockwise); in _path_events_post_expose()
2067 cairo_line_to(cr, ffx, ffy); in _path_events_post_expose()
2076 cairo_arc(cr, ffx, ffy, 3.0f / zoom_scale, 0, 2.0 * M_PI); in _path_events_post_expose()
2078 cairo_arc(cr, ffx, ffy, 1.5f / zoom_scale, 0, 2.0 * M_PI); in _path_events_post_expose()
/dports/games/openclonk/openclonk-release-8.1-src/src/graphics/
H A DC4Draw.cpp457 float ffx=(float)x, ffy=(float)y; in Blit8() local
458 TransformBack.TransformPoint(ffx, ffy); in Blit8()
459 int ifx=static_cast<int>(ffx), ify=static_cast<int>(ffy); in Blit8()

1234567