Lines Matching refs:EXPECT_NEAR
198 EXPECT_NEAR(returned_func_iif(handle, i * 10, i * 5, 0.1234f), i * 10 + i * 5 + 0.1234f, 0.001);
210 EXPECT_NEAR(returned_func_ppiiffccc(handle, &x, &y, 200, 300, 0.123f, 1001.89f, 'a', 'b', 'c'),
231 EXPECT_NEAR(returned_func_iif(handle, &layer, func_names.at(i).c_str(), i * 10, i * 5, 0.1234f),
247 EXPECT_NEAR(
271 EXPECT_NEAR(-1337.0, returned_func_iif(handle, &layer, func_names.at(i).c_str(), i * 10, i * 5, 0.1234f), 0.001);
285 EXPECT_NEAR(
309 EXPECT_NEAR(returned_func_iif(handle, &layer, func_names.at(i).c_str(), i * 10, i * 5, 0.1234f),
325 EXPECT_NEAR(
878 EXPECT_NEAR(returned_func(dispatch_type, &x, &y), 0.123f + (10 + 2 * interception_count) + (3 + 5 * interception_count),
887 EXPECT_NEAR(returned_func(dispatch_type, &x, &y), -1337.f, 0.001);
914 EXPECT_NEAR(returned_func(dispatch_type, &x, &y, 30),
925 EXPECT_NEAR(returned_func(dispatch_type, &x, &y, 40), -1837.f, 0.001);