HomeSort by relevance Sort by last modified time
    Searched defs:minmax (Results 1 - 14 of 14) 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
  /sdk/emulator/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/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
AbstractHeightMap.java 324 float[] minmax = new float[2]; local
337 minmax[0] = currentMin;
338 minmax[1] = currentMax;
339 return minmax;
405 float[] minmax = findMinMaxHeights(); local
423 float height = minmax[1] - minmax[0];
  /external/qemu/android/skin/
region.c 269 runs_coalesce_band( Run* *psrc_spans, Run* *pdst_spans, SkinBox* minmax )
281 if (pleft < minmax->x1) minmax->x1 = pleft;
308 if (pright > minmax->x2) minmax->x2 = pright;
316 runs_coalesce( Run* dst, Run* src, SkinBox* minmax )
333 if (ytop < minmax->y1) minmax->y1 = ytop;
334 if (ybot > minmax->y2) minmax->y2 = ybot
992 SkinBox minmax; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h 3999 minmax(const _Tp& __a, const _Tp& __b) function
4018 minmax(const _Tp& __a, const _Tp& __b, _Compare __comp) function
4201 minmax(initializer_list<_Tp> __l) function
4210 minmax(initializer_list<_Tp> __l, _Compare __comp) function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 3999 minmax(const _Tp& __a, const _Tp& __b) function
4018 minmax(const _Tp& __a, const _Tp& __b, _Compare __comp) function
4201 minmax(initializer_list<_Tp> __l) function
4210 minmax(initializer_list<_Tp> __l, _Compare __comp) function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 3999 minmax(const _Tp& __a, const _Tp& __b) function
4018 minmax(const _Tp& __a, const _Tp& __b, _Compare __comp) function
4201 minmax(initializer_list<_Tp> __l) function
4210 minmax(initializer_list<_Tp> __l, _Compare __comp) function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 3999 minmax(const _Tp& __a, const _Tp& __b) function
4018 minmax(const _Tp& __a, const _Tp& __b, _Compare __comp) function
4201 minmax(initializer_list<_Tp> __l) function
4210 minmax(initializer_list<_Tp> __l, _Compare __comp) function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algo.h 3999 minmax(const _Tp& __a, const _Tp& __b) function
4018 minmax(const _Tp& __a, const _Tp& __b, _Compare __comp) function
4201 minmax(initializer_list<_Tp> __l) function
4210 minmax(initializer_list<_Tp> __l, _Compare __comp) function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algo.h 4038 minmax(const _Tp& __a, const _Tp& __b) function
4057 minmax(const _Tp& __a, const _Tp& __b, _Compare __comp) function
4240 minmax(initializer_list<_Tp> __l) function
4249 minmax(initializer_list<_Tp> __l, _Compare __comp) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_algo.h 4038 minmax(const _Tp& __a, const _Tp& __b) function
4057 minmax(const _Tp& __a, const _Tp& __b, _Compare __comp) function
4240 minmax(initializer_list<_Tp> __l) function
4249 minmax(initializer_list<_Tp> __l, _Compare __comp) function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algo.h 4038 minmax(const _Tp& __a, const _Tp& __b) function
4057 minmax(const _Tp& __a, const _Tp& __b, _Compare __comp) function
4240 minmax(initializer_list<_Tp> __l) function
4249 minmax(initializer_list<_Tp> __l, _Compare __comp) function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h 4064 minmax(const _Tp& __a, const _Tp& __b) function
4084 minmax(const _Tp& __a, const _Tp& __b, _Compare __comp) function
4266 minmax(initializer_list<_Tp> __l) function
4275 minmax(initializer_list<_Tp> __l, _Compare __comp) function
    [all...]

Completed in 903 milliseconds