HomeSort by relevance Sort by last modified time
    Searched refs:__b (Results 226 - 250 of 287) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.c 62 const _Tp& __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) {
63 if (__a < __b)
64 if (__b < __c)
65 return __b;
72 else if (__b < __c)
75 return __b;
83 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) {
84 if (__comp(__a, __b)) {
85 _STLP_VERBOSE_ASSERT(!__comp(__b, __a), _StlMsg_INVALID_STRICT_WEAK_PREDICATE)
86 if (__comp(__b, __c))
    [all...]
_rope.h 378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size,
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
601 _Rope_RopeSubstring(_RopeRep* __b, size_t __s, size_t __l, allocator_type __a)
603 _M_base(__b), _M_start(__s) {
605 _STLP_ASSERT(__s + __l <= __b->_M_size._M_data)
685 _Rope_char_ref_proxy <_CharT, __Alloc > __b) {
687 __a = __b;
688 __b = __tmp;
699 _Rope_char_ref_proxy <_CharT, __Alloc > __b) { \
701 __a = __b; \
    [all...]
_monetary.c 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local
289 if (!__is_positive) ++__b;
292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.c 62 const _Tp& __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) {
63 if (__a < __b)
64 if (__b < __c)
65 return __b;
72 else if (__b < __c)
75 return __b;
83 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) {
84 if (__comp(__a, __b)) {
85 _STLP_VERBOSE_ASSERT(!__comp(__b, __a), _StlMsg_INVALID_STRICT_WEAK_PREDICATE)
86 if (__comp(__b, __c))
    [all...]
_rope.h 378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size,
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
601 _Rope_RopeSubstring(_RopeRep* __b, size_t __s, size_t __l, allocator_type __a)
603 _M_base(__b), _M_start(__s) {
605 _STLP_ASSERT(__s + __l <= __b->_M_size._M_data)
685 _Rope_char_ref_proxy <_CharT, __Alloc > __b) {
687 __a = __b;
688 __b = __tmp;
699 _Rope_char_ref_proxy <_CharT, __Alloc > __b) { \
701 __a = __b; \
    [all...]
_monetary.c 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local
289 if (!__is_positive) ++__b;
292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_compiler.h 639 _Compiler(const _InIter& __b, const _InIter& __e,
717 _Compiler(const _InIter& __b, const _InIter& __e, _TraitsT& __traits,
719 : _M_traits(__traits), _M_scanner(__b, __e, __flags, _M_traits.getloc()),
1100 __compile(const _InIter& __b, const _InIter& __e, _TraitsT& __t,
1102 { return _AutomatonPtr(new _Nfa(_Compiler<_InIter, _TraitsT>(__b, __e, __t,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_compiler.h 639 _Compiler(const _InIter& __b, const _InIter& __e,
717 _Compiler(const _InIter& __b, const _InIter& __e, _TraitsT& __traits,
719 : _M_traits(__traits), _M_scanner(__b, __e, __flags, _M_traits.getloc()),
1100 __compile(const _InIter& __b, const _InIter& __e, _TraitsT& __t,
1102 { return _AutomatonPtr(new _Nfa(_Compiler<_InIter, _TraitsT>(__b, __e, __t,
  /external/stlport/stlport/stl/
_monetary.c 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local
289 if (!__is_positive) ++__b;
292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local
289 if (!__is_positive) ++__b;
292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local
289 if (!__is_positive) ++__b;
292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local
289 if (!__is_positive) ++__b;
292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
  /external/compiler-rt/test/Unit/
divdc3_test.c 21 double _Complex __divdc3(double __a, double __b, double __c, double __d);
divsc3_test.c 21 float _Complex __divsc3(float __a, float __b, float __c, float __d);
divtc3_test.c 24 __divtc3(long double __a, long double __b, long double __c, long double __d);
divxc3_test.c 24 __divxc3(long double __a, long double __b, long double __c, long double __d);
muldc3_test.c 21 double _Complex __muldc3(double __a, double __b, double __c, double __d);
mulsc3_test.c 21 float _Complex __mulsc3(float __a, float __b, float __c, float __d);
multc3_test.c 24 __multc3(long double __a, long double __b, long double __c, long double __d);
mulxc3_test.c 24 __mulxc3(long double __a, long double __b, long double __c, long double __d);
  /frameworks/compile/libbcc/runtime/test/Unit/
divdc3_test.c 21 double _Complex __divdc3(double __a, double __b, double __c, double __d);
divsc3_test.c 21 float _Complex __divsc3(float __a, float __b, float __c, float __d);
divtc3_test.c 24 __divtc3(long double __a, long double __b, long double __c, long double __d);
divxc3_test.c 24 __divxc3(long double __a, long double __b, long double __c, long double __d);
muldc3_test.c 21 double _Complex __muldc3(double __a, double __b, double __c, double __d);

Completed in 406 milliseconds

1 2 3 4 5 6 7 8 91011>>