Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/test/
Dminmax.test16 # $Id: minmax.test,v 1.21 2008/07/08 18:05:26 drh Exp $
21 do_test minmax-1.0 {
50 do_test minmax-1.1 {
54 do_test minmax-1.2 {
57 do_test minmax-1.3 {
61 do_test minmax-1.4 {
64 do_test minmax-1.5 {
69 do_test minmax-1.6 {
72 do_test minmax-1.7 {
76 do_test minmax-1.8 {
[all …]
Dpermutations.test403 memdb.test minmax.test misc1.test misc2.test misc3.test notnull.test
/external/libcxx/test/algorithms/alg.sorting/alg.min.max/
Dminmax_init_list.pass.cpp22 assert((std::minmax({1, 2, 3}) == std::pair<int, int>(1, 3))); in main()
23 assert((std::minmax({1, 3, 2}) == std::pair<int, int>(1, 3))); in main()
24 assert((std::minmax({2, 1, 3}) == std::pair<int, int>(1, 3))); in main()
25 assert((std::minmax({2, 3, 1}) == std::pair<int, int>(1, 3))); in main()
26 assert((std::minmax({3, 1, 2}) == std::pair<int, int>(1, 3))); in main()
27 assert((std::minmax({3, 2, 1}) == std::pair<int, int>(1, 3))); in main()
30 static_assert((std::minmax({1, 2, 3}) == std::pair<int, int>(1, 3)), ""); in main()
31 static_assert((std::minmax({1, 3, 2}) == std::pair<int, int>(1, 3)), ""); in main()
32 static_assert((std::minmax({2, 1, 3}) == std::pair<int, int>(1, 3)), ""); in main()
33 static_assert((std::minmax({2, 3, 1}) == std::pair<int, int>(1, 3)), ""); in main()
[all …]
Dminmax_init_list_comp.pass.cpp23 assert((std::minmax({1, 2, 3}, std::greater<int>()) == std::pair<int, int>(3, 1))); in main()
24 assert((std::minmax({1, 3, 2}, std::greater<int>()) == std::pair<int, int>(3, 1))); in main()
25 assert((std::minmax({2, 1, 3}, std::greater<int>()) == std::pair<int, int>(3, 1))); in main()
26 assert((std::minmax({2, 3, 1}, std::greater<int>()) == std::pair<int, int>(3, 1))); in main()
27 assert((std::minmax({3, 1, 2}, std::greater<int>()) == std::pair<int, int>(3, 1))); in main()
28 assert((std::minmax({3, 2, 1}, std::greater<int>()) == std::pair<int, int>(3, 1))); in main()
31 static_assert((std::minmax({1, 2, 3}, std::greater<int>()) == std::pair<int, int>(3, 1)), ""); in main()
32 static_assert((std::minmax({1, 3, 2}, std::greater<int>()) == std::pair<int, int>(3, 1)), ""); in main()
33 static_assert((std::minmax({2, 1, 3}, std::greater<int>()) == std::pair<int, int>(3, 1)), ""); in main()
34 static_assert((std::minmax({2, 3, 1}, std::greater<int>()) == std::pair<int, int>(3, 1)), ""); in main()
[all …]
Dminmax.pass.cpp23 std::pair<const T&, const T&> p = std::minmax(a, b); in test()
54 constexpr auto p1 = std::minmax (x, y); in main()
57 constexpr auto p2 = std::minmax (y, x); in main()
Dminmax_comp.pass.cpp25 std::pair<const T&, const T&> p = std::minmax(a, b, c); in test()
57 constexpr auto p1 = std::minmax(x, y, std::greater<>()); in main()
60 constexpr auto p2 = std::minmax(y, x, std::greater<>()); in main()
DAndroid.mk47 test_name := algorithms/alg.sorting/alg.min.max/minmax
48 test_src := minmax.pass.cpp
/external/blktrace/
Dstats.h28 struct minmax { struct
36 static inline void minmax_init(struct minmax *mm) in minmax_init() argument
45 static inline void minmax_account(struct minmax *mm, __u64 value) in minmax_account()
56 static inline void minmax_merge(struct minmax *dst, struct minmax *src) in minmax_merge()
67 static inline void minmax_to_be(struct minmax *mm) in minmax_to_be()
76 static inline double minmax_avg(struct minmax *mm) in minmax_avg()
81 static inline double minmax_var(struct minmax *mm) in minmax_var()
88 static inline int minmax_print(FILE *fp, const char *s, struct minmax *mm) in minmax_print()
Dblkiomon.h38 struct minmax size_r;
39 struct minmax size_w;
40 struct minmax d2c_r;
41 struct minmax d2c_w;
42 struct minmax thrput_r;
43 struct minmax thrput_w;
/external/qemu/android/skin/
Dregion.c269 runs_coalesce_band( Run* *psrc_spans, Run* *pdst_spans, SkinBox* minmax ) in runs_coalesce_band() argument
281 if (pleft < minmax->x1) minmax->x1 = pleft; in runs_coalesce_band()
308 if (pright > minmax->x2) minmax->x2 = pright; in runs_coalesce_band()
316 runs_coalesce( Run* dst, Run* src, SkinBox* minmax ) in runs_coalesce() argument
333 if (ytop < minmax->y1) minmax->y1 = ytop; in runs_coalesce()
334 if (ybot > minmax->y2) minmax->y2 = ybot; in runs_coalesce()
339 runs_coalesce_band( &sspan, &dspan, minmax ); in runs_coalesce()
992 SkinBox minmax; in region_operator_done() local
1002 minmax.x1 = minmax.y1 = INT_MAX; in region_operator_done()
1003 minmax.x2 = minmax.y2 = INT_MIN; in region_operator_done()
[all …]
/external/chromium_org/chrome/browser/thumbnails/
Dcontent_analysis.cc105 std::pair<float, float>* minmax) { in ComputeScaledHistogram() argument
107 DCHECK(minmax); in ComputeScaledHistogram()
119 *minmax = std::make_pair(value_min, value_max); in ComputeScaledHistogram()
464 std::pair<float, float> minmax; in AutoSegmentPeaks() local
465 if (!ComputeScaledHistogram(input, &histogram, &minmax)) in AutoSegmentPeaks()
466 return minmax.first; in AutoSegmentPeaks()
471 return (minmax.second - minmax.first) * (max_index + 0.5f) / 255.0f + in AutoSegmentPeaks()
472 minmax.first; in AutoSegmentPeaks()
/external/clang/test/SemaCXX/
Dinvalid-member-expr.cpp28 pair<int, int> z = minmax({}); // expected-error {{expected expression}} in test0()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_peephole.cpp1055 AlgebraicOpt::handleMINMAX(Instruction *minmax) in handleMINMAX() argument
1057 Value *src0 = minmax->getSrc(0); in handleMINMAX()
1058 Value *src1 = minmax->getSrc(1); in handleMINMAX()
1062 if (minmax->src(0).mod == minmax->src(1).mod) { in handleMINMAX()
1063 if (minmax->def(0).mayReplace(minmax->src(0))) { in handleMINMAX()
1064 minmax->def(0).replace(minmax->src(0), false); in handleMINMAX()
1065 minmax->bb->remove(minmax); in handleMINMAX()
1067 minmax->op = OP_CVT; in handleMINMAX()
1068 minmax->setSrc(1, NULL); in handleMINMAX()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_peephole.cpp1055 AlgebraicOpt::handleMINMAX(Instruction *minmax) in handleMINMAX() argument
1057 Value *src0 = minmax->getSrc(0); in handleMINMAX()
1058 Value *src1 = minmax->getSrc(1); in handleMINMAX()
1062 if (minmax->src(0).mod == minmax->src(1).mod) { in handleMINMAX()
1063 if (minmax->def(0).mayReplace(minmax->src(0))) { in handleMINMAX()
1064 minmax->def(0).replace(minmax->src(0), false); in handleMINMAX()
1065 minmax->bb->remove(minmax); in handleMINMAX()
1067 minmax->op = OP_CVT; in handleMINMAX()
1068 minmax->setSrc(1, NULL); in handleMINMAX()
/external/llvm/test/CodeGen/X86/
D2008-02-18-TailMergingBug.ll7 define void @minmax(float* %result) nounwind optsize {
/external/libcxx/include/
Dalgorithm580 minmax(const T& a, const T& b); // constexpr in C++14
584 minmax(const T& a, const T& b, Compare comp); // constexpr in C++14
588 minmax(initializer_list<T> t); // constexpr in C++14
592 minmax(initializer_list<T> t, Compare comp); // constexpr in C++14
2725 // minmax
2730 minmax(const _Tp& __a, const _Tp& __b, _Compare __comp)
2739 minmax(const _Tp& __a, const _Tp& __b)
2741 return _VSTD::minmax(__a, __b, __less<_Tp>());
2749 minmax(initializer_list<_Tp> __t, _Compare __comp)
2786 minmax(initializer_list<_Tp> __t)
[all …]
/external/chromium_org/v8/src/x87/
Dlithium-x87.cc1650 LMathMinMax* minmax = new (zone()) LMathMinMax(left, right, scratch); in DoMathMinMax() local
1651 return DefineSameAsFirst(minmax); in DoMathMinMax()
/external/chromium_org/v8/src/x64/
Dlithium-x64.cc1620 LMathMinMax* minmax = new(zone()) LMathMinMax(left, right); in DoMathMinMax() local
1621 return DefineSameAsFirst(minmax); in DoMathMinMax()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.cc1637 LMathMinMax* minmax = new(zone()) LMathMinMax(left, right); in DoMathMinMax() local
1638 return DefineSameAsFirst(minmax); in DoMathMinMax()
/external/chromium_org/third_party/sqlite/src/
Dmanifest577 F test/minmax.test 722d80816f7e096bf2c04f4111f1a6c1ba65453d
/external/chromium_org/third_party/libxml/src/
DChangeLog6335 element-err* element-minmax-err* include1* restrict-CT-attr-ref*: