Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_cmath.h163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ argument
164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); }
165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ argument
166 … inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); }
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
172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x); }
173 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) \ argument
174 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::cfunc(x); }
[all …]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Denums.c7013 typedef int (*cfunc)(const void *, const void *); typedef
7055 (cfunc) compar_nr); in _mesa_lookup_enum_by_nr()
7109 (cfunc) compar_name); in _mesa_lookup_enum_by_name()
/external/qemu/
Dqemu-io.c340 .cfunc = read_f,
520 .cfunc = readv_f,
645 .cfunc = write_f,
776 .cfunc = writev_f,
880 .cfunc = multiwrite_f,
1111 .cfunc = aio_read_f,
1211 .cfunc = aio_write_f,
1290 .cfunc = aio_flush_f,
1304 .cfunc = flush_f,
1332 .cfunc = truncate_f,
[all …]
/external/opencv/cxcore/src/
Dcxsumpixels.cpp961 CvReduceToColFunc cfunc = in cvReduce() local
998 if( !cfunc ) in cvReduce()
1002 IPPI_CALL( cfunc( src->data.ptr, src->step ? src->step : CV_STUB_STEP, in cvReduce()