Searched refs:__e1 (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/
H A Dtgmath.h67 #define __tg_type3(__e1, __e2, __e3, __t) \
68 (__tg_type(__e1, __t) || __tg_type(__e2, __t) || \
70 #define __tg_type_corr(__e1, __e2, __e3, __t) \
71 (__tg_type3(__e1, __e2, __e3, __t) || \
72 __tg_type3(__e1, __e2, __e3, __t _Complex))
73 #define __tg_integer(__e1, __e2, __e3) \
74 (((__typeof__(__e1))1.5 == 1) || ((__typeof__(__e2))1.5 == 1) || \
76 #define __tg_is_complex(__e1, __e2, __e3) \
77 (__tg_type3(__e1, __e2, __e3, float _Complex) || \
78 __tg_type3(__e1, __e
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/
H A Ddirent.h285 extern int alphasort (__const struct dirent **__e1,
291 (__const struct dirent **__e1,
300 extern int alphasort64 (__const struct dirent64 **__e1,
340 extern int versionsort (__const struct dirent **__e1,
346 (__const struct dirent **__e1,
356 extern int versionsort64 (__const struct dirent64 **__e1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/
H A Ddirent.h285 extern int alphasort (__const struct dirent **__e1,
291 (__const struct dirent **__e1,
300 extern int alphasort64 (__const struct dirent64 **__e1,
340 extern int versionsort (__const struct dirent **__e1,
346 (__const struct dirent **__e1,
356 extern int versionsort64 (__const struct dirent64 **__e1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/
H A Ddirent.h285 extern int alphasort (__const struct dirent **__e1,
291 (__const struct dirent **__e1,
300 extern int alphasort64 (__const struct dirent64 **__e1,
340 extern int versionsort (__const struct dirent **__e1,
346 (__const struct dirent **__e1,
356 extern int versionsort64 (__const struct dirent64 **__e1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/bits/
H A Dvalarray_before.h519 _BinBase(const _FirstArg& __e1, const _SecondArg& __e2) argument
520 : _M_expr1(__e1), _M_expr2(__e2) {}
580 _BinClos(const _Dom1& __e1, const _Dom2& __e2) : _Base(__e1, __e2) {} argument
602 _BinClos(const _Dom& __e1, const valarray<_Tp>& __e2) argument
603 : _Base(__e1, __e2) {}
614 _BinClos(const valarray<_Tp>& __e1, const _Dom& __e2) argument
615 : _Base(__e1, __e2) {}
626 _BinClos(const _Dom& __e1, const _Tp& __e2) : _Base(__e1, __e argument
637 _BinClos(const _Tp& __e1, const _Dom& __e2) argument
[all...]
H A Dvalarray_after.h462 _Fun(const _Expr<_Dom1, typename _Dom1::value_type>& __e1, \
467 return _Expr<_Closure, _Tp>(_Closure(__e1(), __e2())); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/bits/
H A Dvalarray_before.h519 _BinBase(const _FirstArg& __e1, const _SecondArg& __e2) argument
520 : _M_expr1(__e1), _M_expr2(__e2) {}
580 _BinClos(const _Dom1& __e1, const _Dom2& __e2) : _Base(__e1, __e2) {} argument
602 _BinClos(const _Dom& __e1, const valarray<_Tp>& __e2) argument
603 : _Base(__e1, __e2) {}
614 _BinClos(const valarray<_Tp>& __e1, const _Dom& __e2) argument
615 : _Base(__e1, __e2) {}
626 _BinClos(const _Dom& __e1, const _Tp& __e2) : _Base(__e1, __e argument
637 _BinClos(const _Tp& __e1, const _Dom& __e2) argument
[all...]
H A Dvalarray_after.h462 _Fun(const _Expr<_Dom1, typename _Dom1::value_type>& __e1, \
467 return _Expr<_Closure, _Tp>(_Closure(__e1(), __e2())); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dregex_nfa.h360 _StateSeq(const _StateSeq& __e1, const _StateSeq& __e2) argument
361 : _M_nfa(__e1._M_nfa),
362 _M_start(_M_nfa._M_insert_alt(__e1._M_start, __e2._M_start)),
363 _M_end1(__e1._M_end1), _M_end2(__e2._M_end1)
H A Dvalarray_before.h520 _BinBase(const _FirstArg& __e1, const _SecondArg& __e2) argument
521 : _M_expr1(__e1), _M_expr2(__e2) {}
581 _BinClos(const _Dom1& __e1, const _Dom2& __e2) : _Base(__e1, __e2) {} argument
603 _BinClos(const _Dom& __e1, const valarray<_Tp>& __e2) argument
604 : _Base(__e1, __e2) {}
615 _BinClos(const valarray<_Tp>& __e1, const _Dom& __e2) argument
616 : _Base(__e1, __e2) {}
627 _BinClos(const _Dom& __e1, const _Tp& __e2) : _Base(__e1, __e argument
638 _BinClos(const _Tp& __e1, const _Dom& __e2) argument
[all...]
H A Dvalarray_after.h463 _Fun(const _Expr<_Dom1, typename _Dom1::value_type>& __e1, \
468 return _Expr<_Closure, _Tp>(_Closure(__e1(), __e2())); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/
H A Dregex_nfa.h346 _StateSeq(const _StateSeq& __e1, const _StateSeq& __e2) argument
347 : _M_nfa(__e1._M_nfa),
348 _M_start(_M_nfa._M_insert_alt(__e1._M_start, __e2._M_start)),
349 _M_end1(__e1._M_end1), _M_end2(__e2._M_end1)
H A Dvalarray_before.h521 _BinBase(const _FirstArg& __e1, const _SecondArg& __e2) argument
522 : _M_expr1(__e1), _M_expr2(__e2) {}
582 _BinClos(const _Dom1& __e1, const _Dom2& __e2) : _Base(__e1, __e2) {} argument
604 _BinClos(const _Dom& __e1, const valarray<_Tp>& __e2) argument
605 : _Base(__e1, __e2) {}
616 _BinClos(const valarray<_Tp>& __e1, const _Dom& __e2) argument
617 : _Base(__e1, __e2) {}
628 _BinClos(const _Dom& __e1, const _Tp& __e2) : _Base(__e1, __e argument
639 _BinClos(const _Tp& __e1, const _Dom& __e2) argument
[all...]
H A Dvalarray_after.h464 _Fun(const _Expr<_Dom1, typename _Dom1::value_type>& __e1, \
469 return _Expr<_Closure, _Tp>(_Closure(__e1(), __e2())); \

Completed in 213 milliseconds