Searched refs:_STLP_MATH_INLINE2_D (Results 1 – 1 of 1) sorted by relevance
/external/stlport/stlport/stl/ |
D | _cmath.h | 168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) macro 177 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) \ macro 237 _STLP_MATH_INLINE2_D(double,double,func,cf) \ 241 _STLP_MATH_INLINE2_D(double,double *,func,cf) \ 245 _STLP_MATH_INLINE2_D(double,int *,func,cf) \ 249 _STLP_MATH_INLINE2_D(double,int,func,cf) \
|