Searched refs:__type1 (Results 1 – 2 of 2) sorted by relevance
191 #define _STLP_MATH_INLINE2X(__type1,__type2,func,cfunc) \ argument192 inline __type1 func (__type1 x, __type2 y) \193 { return __STATIC_CAST(__type1, _STLP_CMATH_FUNC_NAMESPACE::cfunc((double)x, y)); }
1234 typedef typename __promote<_A1>::type __type1;1238 typedef decltype(__type1() + __type2() + __type3()) type;1246 typedef typename __promote<_A1>::type __type1;1249 typedef decltype(__type1() + __type2()) type;