/reactos/sdk/lib/crt/math/libm_sse2/ |
H A D | sinhf.c | 51 float sinhf(float fx) in sinhf() argument 158 double x = fx, y, z, z1, z2; in sinhf() 169 return fx; in sinhf() 171 return valf_with_flags(fx, AMD_F_INEXACT); in sinhf() 179 GET_BITS_SP32(fx, uhx); in sinhf() 181 0, EDOM, fx, 0.0F, 1); in sinhf() 184 return fx + fx; in sinhf() 197 AMD_F_OVERFLOW, ERANGE, fx, 0.0F, 1); in sinhf() 200 AMD_F_OVERFLOW, ERANGE, fx, 0.0F, 1); in sinhf()
|
H A D | coshf.c | 51 float coshf(float fx) in coshf() argument 161 double x = fx, y, z, z1, z2; in coshf() 177 GET_BITS_SP32(fx, uhx); in coshf() 179 EDOM, fx, 0.0, 1); in coshf() 192 AMD_F_INEXACT|AMD_F_OVERFLOW,ERANGE, fx, 0.0, 1); in coshf()
|
H A D | atanf.c | 47 float FN_PROTOTYPE(atanf)(float fx) in FN_PROTOTYPE() 57 double x = fx; in FN_PROTOTYPE() 104 GET_BITS_SP32(fx, uhx); in FN_PROTOTYPE() 106 0, EDOM, fx, 0.0F, 1); in FN_PROTOTYPE()
|
H A D | atan2f.c | 51 float FN_PROTOTYPE(atan2f)(float fy, float fx) in FN_PROTOTYPE() 310 double x = fx; in FN_PROTOTYPE() 339 GET_BITS_SP32(fx, ufx); in FN_PROTOTYPE() 341 EDOM, fx, fy, 2); in FN_PROTOTYPE() 348 EDOM, fx, fy, 2); in FN_PROTOTYPE()
|
/reactos/sdk/lib/3rdparty/freetype/src/autofit/ |
H A D | afhints.c | 357 point->fx, in af_glyph_hints_dump_points() 862 point->fx = (FT_Short)vec->x; in af_glyph_hints_reload() 882 out_x = point->fx - prev->fx; in af_glyph_hints_reload() 955 out_x = point->fx - prev->fx; in af_glyph_hints_reload() 1004 out_x += next->fx - point->fx; in af_glyph_hints_reload() 1063 in_x = point->fx - prev_v->fx; in af_glyph_hints_reload() 1066 out_x = next_u->fx - point->fx; in af_glyph_hints_reload() 1113 if ( ft_corner_is_flat( point->fx - prev_v->fx, in af_glyph_hints_reload() 1115 next_u->fx - point->fx, in af_glyph_hints_reload() 1300 u = point->fx; in af_glyph_hints_align_strong_points() [all …]
|
H A D | afwarp.c | 212 X1 = X2 = points[0].fx; in af_warper_compute() 215 FT_Int X = points[nn].fx; in af_warper_compute()
|
H A D | afhints.h | 248 FT_Short fx, fy; /* original, unscaled position (in font units) */ member
|
H A D | aflatin2.c | 762 point->u = point->fx; in af_latin2_hints_compute_segments() 775 point->v = point->fx; in af_latin2_hints_compute_segments()
|
H A D | aflatin.c | 1533 point->u = point->fx; in af_latin_hints_compute_segments() 1546 point->v = point->fx; in af_latin_hints_compute_segments()
|
/reactos/dll/directx/wine/wined3d/ |
H A D | surface.c | 3616 if (fx->fx & WINEDDBLTFX_ARITHSTRETCHY) in surface_cpu_blt() 3621 if (fx->fx & WINEDDBLTFX_MIRRORLEFTRIGHT) in surface_cpu_blt() 3631 if (fx->fx & WINEDDBLTFX_MIRRORUPDOWN) in surface_cpu_blt() 3641 if (fx->fx & WINEDDBLTFX_NOTEARING) in surface_cpu_blt() 3646 if (fx->fx & WINEDDBLTFX_ROTATE180) in surface_cpu_blt() 3657 if (fx->fx & WINEDDBLTFX_ROTATE270) in surface_cpu_blt() 3669 if (fx->fx & WINEDDBLTFX_ROTATE90) in surface_cpu_blt() 3948 memset(&fx, 0, sizeof(fx)); in cpu_blitter_blit() 4028 if (fx) in wined3d_surface_blt() 4030 TRACE("fx %#x.\n", fx->fx); in wined3d_surface_blt() [all …]
|
H A D | cs.c | 398 struct wined3d_blt_fx fx; member 2076 &src_rect, op->flags, &op->fx, op->filter))) in wined3d_cs_exec_blt_sub_resource() 2175 const struct wined3d_blt_fx *fx, enum wined3d_texture_filter_type filter) in wined3d_cs_emit_blt_sub_resource() argument 2188 if (fx) in wined3d_cs_emit_blt_sub_resource() 2189 op->fx = *fx; in wined3d_cs_emit_blt_sub_resource() 2191 memset(&op->fx, 0, sizeof(op->fx)); in wined3d_cs_emit_blt_sub_resource()
|
H A D | texture.c | 3264 …const RECT *src_rect, DWORD flags, const struct wined3d_blt_fx *fx, enum wined3d_texture_filter_ty… argument 3274 … src_sub_resource_idx, wine_dbgstr_rect(src_rect), flags, fx, debug_d3dtexturefiltertype(filter)); 3320 &dst_box, &src_texture->resource, src_sub_resource_idx, &src_box, flags, fx, filter);
|
H A D | wined3d_private.h | 3593 const struct wined3d_blt_fx *fx, enum wined3d_texture_filter_type filter) DECLSPEC_HIDDEN;
|
/reactos/dll/opengl/mesa/ |
H A D | vbrender.c | 399 GLfloat b = ez*fx-ex*fz; in render_polygon() 400 GLfloat c = ex*fy-ey*fx; in render_polygon() 559 GLfloat b = ez*fx-ex*fz; in render_clipped_polygon() 605 GLfloat ex, ey, fx, fy, c; in render_triangle() local 612 fx = win[v2][0] - win[v0][0]; in render_triangle() 614 c = ex*fy-ey*fx; in render_triangle() 632 GLfloat b = ez*fx-ex*fz; in render_triangle() 674 GLfloat ex, ey, fx, fy, c; in render_quad() local 681 fx = win[v3][0] - win[v1][0]; in render_quad() 683 c = ex*fy-ey*fx; in render_quad() [all …]
|
H A D | texture.c | 173 GLfloat u[3], two_nu, m, fx, fy, fz; in gl_texgen() local 177 fx = u[0] - normal[i][0] * two_nu; in gl_texgen() 180 m = 2.0F * GL_SQRT( fx*fx + fy*fy + (fz+1.0F)*(fz+1.0F) ); in gl_texgen() 187 texcoord[i][0] = fx * mInv + 0.5F; in gl_texgen() 210 GLfloat u[3], two_nu, m, fx, fy, fz; in gl_texgen() local 214 fx = u[0] - normal[i][0] * two_nu; in gl_texgen() 217 m = 2.0F * GL_SQRT( fx*fx + fy*fy + (fz+1.0)*(fz+1.0) ); in gl_texgen() 222 texcoord[i][0] = fx / m + 0.5F; in gl_texgen() 247 GLfloat u[3], two_nu, m, fx, fy, fz; in gl_texgen() local 251 fx = u[0] - normal[i][0] * two_nu; in gl_texgen() [all …]
|
H A D | tritemp.h | 484 GLfixed fx, fxLeftEdge, fxRightEdge, fdxLeftEdge, fdxRightEdge; variable 570 fx = FixedCeil(fsx); 571 fError = fx - fsx - FIXED_ONE; 582 adjx = (float)(fx - eLeft->fx0); /* SCALED! */
|
H A D | api.c | 1548 GLfloat fx, fy, fz; in _mesa_Normal3d() local 1550 if (ABSD(nx)<0.00001) fx = 0.0F; else fx = nx; in _mesa_Normal3d() 1553 (*CC->API.Normal3f)( CC, fx, fy, fz ); in _mesa_Normal3d() 1603 GLfloat fx, fy, fz; in _mesa_Normal3dv() local 1605 if (ABSD(v[0])<0.00001) fx = 0.0F; else fx = v[0]; in _mesa_Normal3dv() 1608 (*CC->API.Normal3f)( CC, fx, fy, fz ); in _mesa_Normal3dv()
|
/reactos/dll/directx/wine/ddraw/ |
H A D | surface.c | 1623 if (fx) in ddraw_surface7_Blt() 1624 FIXME(" rop %#x, pattern %p.\n", fx->dwDDROP, fx->u5.lpDDSPattern); in ddraw_surface7_Blt() 1644 if (!fx) in ddraw_surface7_Blt() 1670 if (!fx) in ddraw_surface7_Blt() 1686 switch (fx->dwROP) in ddraw_surface7_Blt() 1693 rop_fx = *fx; in ddraw_surface7_Blt() 1705 fx = &rop_fx; in ddraw_surface7_Blt() 1734 if (fx) in ddraw_surface7_Blt() 1736 wined3d_fx.fx = fx->dwDDFX; in ddraw_surface7_Blt() 3842 if (fx) in ddraw_surface7_UpdateOverlay() [all …]
|
/reactos/dll/win32/oleaut32/ |
H A D | vartype.c | 5427 R4_FIELDS fx; in VARIANT_DI_FromR4() local 5429 fx.f = source; in VARIANT_DI_FromR4() 5432 if (fx.i.m == 0 && fx.i.exp_bias == 0) { in VARIANT_DI_FromR4() 5435 } else if (fx.i.m == 0 && fx.i.exp_bias == 0xFF) { in VARIANT_DI_FromR4() 5449 dest->bitsnum[0] = fx.i.m; in VARIANT_DI_FromR4() 5451 if (fx.i.exp_bias == 0) { in VARIANT_DI_FromR4() 5487 R8_FIELDS fx; in VARIANT_DI_FromR8() local 5489 fx.d = source; in VARIANT_DI_FromR8() 5492 if (fx.i.m_lo == 0 && fx.i.m_hi == 0 && fx.i.exp_bias == 0) { in VARIANT_DI_FromR8() 5495 } else if (fx.i.m_lo == 0 && fx.i.m_hi == 0 && fx.i.exp_bias == 0x7FF) { in VARIANT_DI_FromR8() [all …]
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | coord.c | 96 LONG64 fx, fy; in DC_vFixIsotropicMapping() local 116 fx = abs((LONG64)szlWindowExt.cx * szlViewportExt.cy); in DC_vFixIsotropicMapping() 119 if (fx < fy) in DC_vFixIsotropicMapping() 122 pdcattr->szlViewportExt.cx = (LONG)(fx * s / szlWindowExt.cy); in DC_vFixIsotropicMapping() 124 else if (fx > fy) in DC_vFixIsotropicMapping()
|
/reactos/sdk/include/dxsdk/ |
H A D | d3dx9math.inl | 37 inline D3DXVECTOR2::D3DXVECTOR2(FLOAT fx, FLOAT fy) argument 39 x = fx; 145 inline D3DXVECTOR3::D3DXVECTOR3(FLOAT fx, FLOAT fy, FLOAT fz) argument 147 x = fx; 252 inline D3DXVECTOR4::D3DXVECTOR4(FLOAT fx, FLOAT fy, FLOAT fz, FLOAT fw) argument 254 x = fx; 524 inline D3DXQUATERNION::D3DXQUATERNION(FLOAT fx, FLOAT fy, FLOAT fz, FLOAT fw) argument 526 x = fx;
|
H A D | d3dx9math.h | 41 D3DXVECTOR2(FLOAT fx, FLOAT fy); 73 D3DXVECTOR3(FLOAT fx, FLOAT fy, FLOAT fz); 105 D3DXVECTOR4(FLOAT fx, FLOAT fy, FLOAT fz, FLOAT fw); 177 D3DXQUATERNION(FLOAT fx, FLOAT fy, FLOAT fz, FLOAT fw);
|
/reactos/sdk/cmake/ |
H A D | config.cmake | 28 k8 opteron athlon64 athlon-fx")
|
/reactos/sdk/include/reactos/wine/ |
H A D | wined3d.h | 1988 DWORD fx; member 2706 const struct wined3d_blt_fx *fx, enum wined3d_texture_filter_type filter);
|
/reactos/modules/rostests/winetests/d3drm/ |
H A D | d3drm.c | 6711 DDBLTFX fx; in clear_depth_surface() local 6713 memset(&fx, 0, sizeof(fx)); in clear_depth_surface() 6714 fx.dwSize = sizeof(fx); in clear_depth_surface() 6715 U5(fx).dwFillDepth = value; in clear_depth_surface() 6717 hr = IDirectDrawSurface_Blt(surface, NULL, NULL, NULL, DDBLT_DEPTHFILL | DDBLT_WAIT, &fx); in clear_depth_surface()
|