Searched refs:r4_0 (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/propsys/ |
H A D | propsys.c | 663 PROPVARIANT clsid_null, clsid, clsid2, r4_0, r4_2, r8_0, r8_2; in test_PropVariantCompare() local 714 r4_0.vt = VT_R4; in test_PropVariantCompare() 715 r4_0.u.fltVal = 0.0f; in test_PropVariantCompare() 819 res = PropVariantCompareEx(&r4_0, &r8_0, 0, 0); in test_PropVariantCompare() 823 res = PropVariantCompareEx(&r4_0, &r4_0, 0, 0); in test_PropVariantCompare() 826 res = PropVariantCompareEx(&r4_0, &r4_2, 0, 0); in test_PropVariantCompare() 829 res = PropVariantCompareEx(&r4_2, &r4_0, 0, 0); in test_PropVariantCompare()
|