MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / TEST_F

Function TEST_F

test/approx1.cpp:1038–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1036};
1037
1038TEST_F(Approx1NullArgs, NullOutputPtr) {
1039 af_array* out_ptr = 0;
1040 ASSERT_EQ(AF_ERR_ARG,
1041 af_approx1(out_ptr, this->in, this->pos, AF_INTERP_LINEAR, 0.f));
1042}
1043
1044TEST_F(Approx1NullArgs, NullInputArray) {
1045 ASSERT_EQ(AF_ERR_ARG,

Callers

nothing calls this directly

Calls 4

af_approx1Function · 0.50
af_approx1_v2Function · 0.50
af_approx1_uniformFunction · 0.50
af_approx1_uniform_v2Function · 0.50

Tested by

no test coverage detected