Searched refs:DISP_E_DIVBYZERO (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/oleaut32/ |
H A D | variant.c | 3635 hres = DISP_E_DIVBYZERO; in VarDiv() 3649 hres = DISP_E_DIVBYZERO; in VarDiv() 5271 hres = DISP_E_DIVBYZERO; in VarIdiv() 5280 hres = DISP_E_DIVBYZERO; in VarIdiv() 5289 hres = DISP_E_DIVBYZERO; in VarIdiv() 5298 hres = DISP_E_DIVBYZERO; in VarIdiv() 5537 rc = DISP_E_DIVBYZERO; in VarMod()
|
H A D | vartype.c | 5179 r_overflow = DISP_E_DIVBYZERO; in VARIANT_DI_div()
|
/reactos/modules/rostests/winetests/oleaut32/ |
H A D | vartest.c | 2999 hexpected = DISP_E_DIVBYZERO; in test_VarMod() 3032 hexpected = DISP_E_DIVBYZERO; in test_VarMod() 3116 VARMOD2(I4,I4,100,0,EMPTY,0,DISP_E_DIVBYZERO); in test_VarMod() 3121 VARMOD2(I4,EMPTY,100,10,EMPTY,0,DISP_E_DIVBYZERO); in test_VarMod() 7818 hres == DISP_E_OVERFLOW || hres == DISP_E_DIVBYZERO, in test_VarDiv() 8034 ok(hres == DISP_E_DIVBYZERO && V_VT(&result) == VT_EMPTY, in test_VarDiv() 8195 hres == DISP_E_DIVBYZERO, in test_VarIdiv() 8599 ok(hres == DISP_E_DIVBYZERO && V_VT(&result) == VT_EMPTY, in test_VarIdiv() 8607 ok(hres == DISP_E_DIVBYZERO && V_VT(&result) == VT_EMPTY, in test_VarIdiv()
|
H A D | vartype.c | 4091 ok(hres == DISP_E_DIVBYZERO,"Expected division-by-zero, got (%d,%d,%d,(%8x,%8x)x) hres 0x%08x\n", in test_VarDecDiv() 4094 ok(hres == DISP_E_DIVBYZERO,"Expected division-by-zero, got (%d,%d,%d,(%8x,%8x)x) hres 0x%08x\n", in test_VarDecDiv()
|
/reactos/sdk/include/psdk/ |
H A D | winerror.h | 2527 #define DISP_E_DIVBYZERO _HRESULT_TYPEDEF_(0x80020012L) macro
|