Searched refs:__type1 (Results 1 – 1 of 1) 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)); }