Searched refs:values2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/lib/libm/
H A Dt_fe_round.c129 } values2[] = { variable in typeref:struct:__anon5172
145 for (unsigned int i = 0; i < __arraycount(values2); i++) {
146 received = nextafter(values2[i].input, values2[i].toward);
147 if (values2[i].input < values2[i].toward) {
148 res = (received > values2[i].input);
150 res = (received < values2[i].input);
153 res && (fabs(received - values2[i].expected) < EPSILON),
156 values2[
[all...]
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc320 values2(2);
323 EXPECT_FALSE(TupleMatches(matchers, values2));
329 values2(1, 'b'),
334 EXPECT_FALSE(TupleMatches(matchers, values2));
344 values1(1, 'a', true, 2L, "hi"), values2(1, 'a', true, 2L, "hello"),
348 EXPECT_FALSE(TupleMatches(matchers, values2));

Completed in 111 milliseconds