Home
last modified time | relevance | path

Searched refs:__type1 (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h191 #define _STLP_MATH_INLINE2X(__type1,__type2,func,cfunc) \ argument
192 inline __type1 func (__type1 x, __type2 y) \
193 { return __STATIC_CAST(__type1, _STLP_CMATH_FUNC_NAMESPACE::cfunc((double)x, y)); }
/ndk/sources/cxx-stl/llvm-libc++/include/
Dtype_traits979 typedef typename __promote<_A1>::type __type1;
983 typedef decltype(__type1() + __type2() + __type3()) type;
990 typedef typename __promote<_A1>::type __type1;
993 typedef decltype(__type1() + __type2()) type;