Searched defs:cfunc (Results 1 – 3 of 3) sorted by relevance
| /external/stlport/stlport/stl/ |
| D | _cmath.h | 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ argument 165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ argument 167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) argument 168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) argument 171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ argument 173 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) \ argument 175 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ argument 177 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) \ argument 188 #define _STLP_MATH_INLINEX(__type,func,cfunc) \ argument 191 #define _STLP_MATH_INLINE2X(__type1,__type2,func,cfunc) \ argument [all …]
|
| /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
| D | enums.c | 7013 typedef int (*cfunc)(const void *, const void *); typedef
|
| /external/opencv/cxcore/src/ |
| D | cxsumpixels.cpp | 961 CvReduceToColFunc cfunc = in cvReduce() local
|