OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:min_max
(Results
1 - 2
of
2
) 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/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
...]
Completed in 618 milliseconds