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

Function TYPED_TEST

test/binary.cpp:608–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608TYPED_TEST(ResultTypeScalar, FloatSubtraction) {
609 ASSERT_EQ(f32, (af::array(10, f32) - this->scalar).type());
610}
611
612TYPED_TEST(ResultTypeScalar, FloatMultiplication) {
613 ASSERT_EQ(f32, (af::array(10, f32) * this->scalar).type());

Callers

nothing calls this directly

Calls 2

typeMethod · 0.80
arrayClass · 0.50

Tested by

no test coverage detected