HomeSort by relevance Sort by last modified time
    Searched defs:minmax (Results 1 - 25 of 25) sorted by null

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.h 66 template <class T> void minmax(T *indices, int count, int *min, int *max) { function in namespace:GLUtils
  /external/blktrace/
stats.h 28 struct minmax { struct
36 static inline void minmax_init(struct minmax *mm)
45 static inline void minmax_account(struct minmax *mm, __u64 value)
56 static inline void minmax_merge(struct minmax *dst, struct minmax *src)
67 static inline void minmax_to_be(struct minmax *mm)
76 static inline double minmax_avg(struct minmax *mm)
81 static inline double minmax_var(struct minmax *mm)
88 static inline int minmax_print(FILE *fp, const char *s, struct minmax *mm)
  /external/clang/test/SemaCXX/
invalid-member-expr.cpp 29 template <typename _Tp> pair<_Tp, _Tp> minmax(initializer_list<_Tp> __l) {}; function in namespace:test3
32 pair<int, int> z = minmax({});
36 // expected-error@-4 {{no matching function for call to 'minmax'}}
  /external/opencv3/modules/ts/src/
ts_perf.cpp 93 int minmax[] = {0, 256}; local
95 cv::randu(mr, cv::Mat(1, 1, CV_32S, minmax), cv::Mat(1, 1, CV_32S, minmax + 1));
99 //float minmax[] = {-FLT_MAX, FLT_MAX};
100 float minmax[] = {-bigValue, bigValue}; local
102 cv::randu(mr, cv::Mat(1, 1, CV_32F, minmax), cv::Mat(1, 1, CV_32F, minmax + 1));
106 //double minmax[] = {-DBL_MAX, DBL_MAX};
107 double minmax[] = {-bigValue, bigValue}; local
109 cv::randu(mr, cv::Mat(1, 1, CV_64F, minmax), cv::Mat(1, 1, CV_64F, minmax + 1))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 4039 minmax(const _Tp& __a, const _Tp& __b) function
4059 minmax(const _Tp& __a, const _Tp& __b, _Compare __comp) function
4241 minmax(initializer_list<_Tp> __l) function
4250 minmax(initializer_list<_Tp> __l, _Compare __comp) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 4039 minmax(const _Tp& __a, const _Tp& __b) function
4059 minmax(const _Tp& __a, const _Tp& __b, _Compare __comp) function
4241 minmax(initializer_list<_Tp> __l) function
4250 minmax(initializer_list<_Tp> __l, _Compare __comp) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 4039 minmax(const _Tp& __a, const _Tp& __b) function
4059 minmax(const _Tp& __a, const _Tp& __b, _Compare __comp) function
4241 minmax(initializer_list<_Tp> __l) function
4250 minmax(initializer_list<_Tp> __l, _Compare __comp) function
    [all...]
  /external/opencv3/modules/highgui/src/
window_w32.cpp 1332 MINMAXINFO* minmax = (MINMAXINFO*)lParam; local
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 3332 minmax(const _Tp& __a, const _Tp& __b) function
3352 minmax(const _Tp& __a, const _Tp& __b, _Compare __comp) function
3493 minmax(initializer_list<_Tp> __l) function
3502 minmax(initializer_list<_Tp> __l, _Compare __comp) function
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 1590 LMathMinMax* minmax = new(zone()) LMathMinMax(left, right); local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 1597 LMathMinMax* minmax = new(zone()) LMathMinMax(left, right); local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 1599 LMathMinMax* minmax = new (zone()) LMathMinMax(left, right, scratch); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 531 // Compute the minmax over the 8x8 subblocks.
842 // compute the minmax over the 8x8 sub-blocks, and if above threshold,
844 int minmax = compute_minmax_8x8(s, sp, d, dp, x16_idx, y16_idx, local
849 if (minmax > cpi->vbp_threshold_minmax) {
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
VideoEncoderTest.java 1668 private void minmax(Encoder[] encoders, boolean flexYUV) { method in class:VideoEncoderTest
    [all...]
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.1.201405082137/
org.jacoco.report-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.3.201501221555/
org.jacoco.report-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.4.201502262128/
org.jacoco.report-0.7.4.201502262128.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.5.201505241946/
org.jacoco.report-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.6.201602180812/
org.jacoco.report-0.7.6.201602180812.jar 
  /prebuilts/tools/common/offline-m2/org/jacoco/org.jacoco.report/0.7.4.201502262128/
org.jacoco.report-0.7.4.201502262128.jar 
  /prebuilts/tools/common/offline-m2/org/jacoco/org.jacoco.report/0.7.5.201505241946/
org.jacoco.report-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128-nodeps.jar 
  /prebuilts/sdk/tools/
jack-jacoco-reporter.jar 

Completed in 715 milliseconds