Home
last modified time | relevance | path

Searched defs:sgn (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Dccw.cc65 int sgn; in ccwTurn_sr() local
178 int sgn; in ccwTurn_sl() local
291 int sgn; in ccwTurn_tr() local
404 int sgn; in ccwTurn_tl() local
H A Dvarray.cc48 inline long sgn( REAL x ) in sgn() function
/reactos/sdk/lib/crt/math/ieee754/
H A Djn_yn.c68 int32_t i,hx,ix,lx, sgn; local
/reactos/modules/rostests/winetests/oleaut32/
H A Dvartype.c97 #define SETDEC(dec, scl, sgn, hi, lo) S(U(dec)).scale = (BYTE)scl; S(U(dec)).sign = (BYTE)sgn; \ argument
100 #define SETDEC64(dec, scl, sgn, hi, mid, lo) S(U(dec)).scale = (BYTE)scl; S(U(dec)).sign = (BYTE)sg… argument
103 #define CONVERT_DEC(func,scl,sgn,hi,lo) SETDEC(in,scl,sgn,hi,lo); hres = func(&in, &out) argument
105 #define CONVERT_DEC64(func,scl,sgn,hi,mid,lo) SETDEC64(in,scl,sgn,hi,mid,lo); hres = func(&in, &out) argument
3676 #define EXPECTDEC(scl, sgn, hi, lo) ok(hres == S_OK && \ argument
3683 #define EXPECTDEC64(scl, sgn, hi, mid, lo) ok(hres == S_OK && \ argument
H A Dvartest.c461 static void setdec(DECIMAL* dec, BYTE scl, BYTE sgn, ULONG hi32, ULONG64 lo64) in setdec()
469 static void setdec64(DECIMAL* dec, BYTE scl, BYTE sgn, ULONG hi32, ULONG mid32, ULONG lo32) in setdec64()
/reactos/sdk/lib/crt/wine/
H A Dundname.c298 BOOL sgn = FALSE; in get_number() local
/reactos/dll/directx/wine/d3dx9_36/
H A Dmath.c2208 const float sgn = (s ? -1.0f : 1.0f); in float_16_to_32() local
/reactos/dll/directx/wine/wined3d/
H A Dwined3d_private.h326 const float sgn = (s ? -1.0f : 1.0f); in float_16_to_32() local
341 const float sgn = in & 0x800000u ? -1.0f : 1.0f; in float_24_to_32() local