Home
last modified time | relevance | path

Searched refs:check_float_list3 (Results 1 – 1 of 1) sorted by relevance

/dports/devel/atlas-devel/Atlas-C++-0.6.4/tests/Objects/
H A Dobjects2.cpp198 void check_float_list3(const Atlas::Message::ListType &list, in check_float_list3() function
369 if(i==0) check_float_list3(empty, 0.0, 0.0, 0.0); in test()
370 else check_float_list3(empty, 0.0, y2, 0.0); in test()
378 check_float_list3(velocity, x1, y1, z1); in test()
381 check_float_list3(foo, x1, y1, z1); in test()
386 check_float_list3(human->getVelocityAsList(), x2, y1, z1); in test()
390 check_float_list3(foo, x2, y1, z1); in test()
394 if(i==0) check_float_list3(ent_velocity, 0.0, 0.0, 0.0); in test()
395 else check_float_list3(ent_velocity, 0.0, y2, 0.0); in test()
427 check_float_list3(foo3, x2, y1, z1); in test()
[all …]