Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ macro
175 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ macro
236 _STLP_MATH_INLINE2(float,float,func,cf##f) \
238 _STLP_MATH_INLINE2(long double,long double,func,cf##l)
240 _STLP_MATH_INLINE2(float,float *,func,cf##f) \
242 _STLP_MATH_INLINE2(long double,long double *,func,cf##l)
244 _STLP_MATH_INLINE2(float,int *,func,cf##f) \
246 _STLP_MATH_INLINE2(long double,int *,func,cf##l)
248 _STLP_MATH_INLINE2(float,int,func,cf##f) \
250 _STLP_MATH_INLINE2(long double,int,func,cf##l)
[all …]