Searched defs:expectf (Results 1 – 11 of 11) sorted by relevance
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | customlinecap.c | 27 #define expectf(expected, got) ok(got == expected, "Expected %.2f, got %.2f\n", expected, got) macro
|
H A D | matrix.c | 29 #define expectf(expected, got) ok(fabs(expected - got) < 0.0001, "Expected %.2f, got %.2f\n", expec… macro
|
H A D | pen.c | 28 #define expectf(expected, got) ok(fabs(got - expected) < 0.1, "Expected %.2f, got %.2f\n", expected… macro
|
H A D | stringformat.c | 26 #define expectf(expected, got) ok(got == expected, "Expected %.2f, got %.2f\n", expected, got) macro
|
H A D | graphicspath.c | 27 #define expectf(expected, got) ok(fabs(expected - got) < 2.0, "Expected %.2f, got %.2f\n", expected… macro
|
H A D | brush.c | 28 #define expectf(expected, got) ok(fabs(expected - got) < 0.0001, "Expected %.2f, got %.2f\n", expec… macro
|
H A D | font.c | 31 #define expectf(expected, got) expectf_((expected), (got), 0.001) macro
|
H A D | region.c | 38 #define expectf(expected, got) expectf_((expected), (got), 0.001) macro
|
H A D | metafile.c | 29 #define expectf(expected, got) expectf_((expected), (got), 0.001) macro
|
H A D | graphics.c | 30 #define expectf(expected, got) expectf_((expected), (got), 0.001) macro
|
H A D | image.c | 57 #define expectf(expected, got) ok(fabs((expected) - (got)) < 0.0001, "Expected %f, got %f\n", (expe… macro
|