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

1 2

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.h 76 template <class T> void minmax(const T *indices, int count, int *min, int *max) { function in namespace:GLUtils
91 if (!shouldExclude) return minmax(indices, count, min, max);
  /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'}}
  /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...]
  /prebuilts/ndk/r10/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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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/asmjs/
asm-typer.cc 191 auto* minmax = AsmType::OverloadedFunction(zone_); local
192 minmax->AsOverloadedFunctionType()->AddOverload(minmax_i);
193 minmax->AsOverloadedFunctionType()->AddOverload(minmax_f);
194 minmax->AsOverloadedFunctionType()->AddOverload(minmax_d);
262 {"min", kMathMin, minmax},
263 {"max", kMathMax, minmax},
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 1575 LMathMinMax* minmax = new(zone()) LMathMinMax(left, right); local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 1580 LMathMinMax* minmax = new(zone()) LMathMinMax(left, right); local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 1584 LMathMinMax* minmax = new (zone()) LMathMinMax(left, right, scratch); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 607 // Compute the minmax over the 8x8 subblocks.
1286 int minmax = compute_minmax_8x8(s, sp, d, dp, x16_idx, y16_idx, local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
VideoEncoderTest.java 1703 private void minmax(Encoder[] encoders, boolean flexYUV) { method in class:VideoEncoderTest
    [all...]
  /prebuilts/misc/common/jacoco/lib/
org.jacoco.report-0.7.2.201409121644.jar 
  /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/m2/repository/org/jacoco/org.jacoco.report/0.7.7.201606060606/
org.jacoco.report-0.7.7.201606060606.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.8/
org.jacoco.report-0.7.8.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 

Completed in 424 milliseconds

1 2