Home
last modified time | relevance | path

Searched defs:negatives (Results 1 – 2 of 2) sorted by relevance

/external/sdv/vsomeip/third_party/boost/mpl/test/
Dfold.cpp47 typedef list_c<int,-1,-7,-2,-5> negatives; in MPL_TEST_CASE() typedef
/external/tensorflow/tensorflow/core/util/
Doverflow_test.cc76 const int64_t negatives[] = {-1, std::numeric_limits<int64_t>::min()}; in TEST() local