HomeSort by relevance Sort by last modified time
    Searched refs:min_max (Results 1 - 6 of 6) sorted by null

  /external/eigen/test/
array.cpp 236 template<typename ArrayType> void min_max(const ArrayType& m) function
283 CALL_SUBTEST_1( min_max(Array<float, 1, 1>()) );
284 CALL_SUBTEST_2( min_max(Array22f()) );
285 CALL_SUBTEST_3( min_max(Array44d()) );
286 CALL_SUBTEST_5( min_max(ArrayXXf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
287 CALL_SUBTEST_6( min_max(ArrayXXi(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
  /external/stlport/test/unit/
alg_test.cpp 24 CPPUNIT_TEST(min_max);
33 void min_max();
46 void AlgTest::min_max() function in class:AlgTest
  /ndk/tests/device/test-gnustl-full/unit/
alg_test.cpp 24 CPPUNIT_TEST(min_max);
33 void min_max();
46 void AlgTest::min_max() function in class:AlgTest
  /ndk/tests/device/test-stlport/unit/
alg_test.cpp 24 CPPUNIT_TEST(min_max);
33 void min_max();
46 void AlgTest::min_max() function in class:AlgTest
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 947 int min_max; // for the evil infinite member in class:Parser
1047 min_max = min_max > min ? min_max : min;
1048 min_max = min_max > max ? min_max : max;
1049 if (min_max > PSEUDO_INFINIT){
    [all...]
  /external/chromium_org/v8/test/cctest/
test-regexp.cc 148 { MinMaxPair min_max = CheckMinMaxMatch(input); \
149 CHECK_EQ(min, min_max.min_match); \
150 CHECK_EQ(max, min_max.max_match); \
    [all...]

Completed in 404 milliseconds