Home
last modified time | relevance | path

Searched refs:flt (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/lib/3rdparty/libsamplerate/
H A Dfloat_cast.h129 lrint(double flt) in lrint() argument
131 return _mm_cvtsd_si32(_mm_load_sd(&flt)); in lrint()
135 lrintf(float flt) in lrintf() argument
137 return _mm_cvtss_si32(_mm_load_ss(&flt)); in lrintf()
154 lrint (double flt) in lrint() argument
158 { fld flt in lrint()
166 lrintf (float flt) in lrintf() argument
170 { fld flt in lrintf()
267 #define lrintf(flt) ((long) (flt)) argument
/reactos/dll/win32/scrrun/
H A Ddictionary.c773 static HRESULT get_flt_hash(FLOAT flt, LONG *hash) in get_flt_hash() argument
775 if (isinf(flt)) { in get_flt_hash()
779 else if (!isnan(flt)) { in get_flt_hash()
780 *hash = get_num_hash(flt); in get_flt_hash()
/reactos/modules/rostests/winetests/mapi32/
H A Dprop.c489 pvLeft.Value.flt = lVal; in test_FPropCompareProp()
490 pvRight.Value.flt = rVal; in test_FPropCompareProp()
614 pvLeft.Value.flt = lVal; in test_LPropCompareProp()
615 pvRight.Value.flt = rVal; in test_LPropCompareProp()
/reactos/dll/cpl/sysdm/
H A Dgeneral.c441 double flt = ppi.CurrentMhz / 1000.0; in SetProcSpeed() local
446 MakeFloatValueString(&flt, szBuf, szHz); in SetProcSpeed()
/reactos/dll/win32/mapi32/
H A Dprop.c468 if (lpPropLeft->Value.flt > lpPropRight->Value.flt) in LPropCompareProp()
470 if (lpPropLeft->Value.flt == lpPropRight->Value.flt) in LPropCompareProp()
/reactos/modules/rostests/winetests/scrrun/
H A Ddictionary.c605 FLOAT flt; in test_hash_value() local
619 flt = float_hash_tests[i]; in test_hash_value()
621 V_R4REF(&key) = &flt; in test_hash_value()
/reactos/sdk/include/psdk/
H A Dmapidefs.h378 float flt; member