Lines Matching defs:expected
35 float input, expected;
52 double input, expected;
73 if (memcmp(&float_data[i].expected, &output, sizeof(float))) {
74 fprintf(stderr, "%d float: expected %f (%a) from "
77 float_data[i].expected,
78 float_data[i].expected,
90 float negated_expected = -float_data[i].expected;
92 fprintf(stderr, "%d float: expected %f (%a) from "
107 if (memcmp(&double_data[i].expected, &output, sizeof(double))) {
108 fprintf(stderr, "%d double: expected %f (%a) from "
111 double_data[i].expected,
112 double_data[i].expected,
124 double negated_expected = -double_data[i].expected;
126 fprintf(stderr, "%d double: expected %f (%a) from "