HomeSort by relevance Sort by last modified time
    Searched refs:__type2 (Results 1 - 3 of 3) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
type_traits.h 171 typedef typename __promote<_Up>::__type __type2; typedef in struct:__promote_2
174 typedef __typeof__(__type1() + __type2()) __type;
182 typedef typename __promote<_Up>::__type __type2; typedef in struct:__promote_3
186 typedef __typeof__(__type1() + __type2() + __type3()) __type;
194 typedef typename __promote<_Up>::__type __type2; typedef in struct:__promote_4
199 typedef __typeof__(__type1() + __type2() + __type3() + __type4()) __type;
  /external/stlport/stlport/stl/
_cmath.h 191 #define _STLP_MATH_INLINE2X(__type1,__type2,func,cfunc) \
192 inline __type1 func (__type1 x, __type2 y) \
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 191 #define _STLP_MATH_INLINE2X(__type1,__type2,func,cfunc) \
192 inline __type1 func (__type1 x, __type2 y) \

Completed in 42 milliseconds