HomeSort by relevance Sort by last modified time
    Searched refs:min_max (Results 1 - 4 of 4) 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))) );
  /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/v8/test/cctest/
test-regexp.cc 149 { MinMaxPair min_max = CheckMinMaxMatch(input); \
150 CHECK_EQ(min, min_max.min_match); \
151 CHECK_EQ(max, min_max.max_match); \
    [all...]

Completed in 665 milliseconds