HomeSort by relevance Sort by last modified time
    Searched refs:__f (Results 151 - 175 of 417) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/stlport/stlport/stl/
_cmath.h 536 template<typename _Tp> inline int __capture_isfinite(_Tp __f) { return isfinite(__f); }
537 template<typename _Tp> inline int __capture_isinf(_Tp __f) { return isinf(__f); }
538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); }
539 template<typename _Tp> inline int __capture_signbit(_Tp __f) { return signbit(__f); }
546 template<typename _Tp> inline int isfinite(_Tp __f) { return __capture_isfinite(__f); }
    [all...]
_locale.h 127 locale(const locale& __loc, _Facet* __f) {
128 if ( __f != 0 ) {
130 _STLP_PRIV _InsertFacet(*this, __f);
199 void _M_insert(facet* __f, id& __id);
229 locale(const locale& __loc, _Facet* __f)
230 : _Locale(__f != 0 ? _copy_Nameless_Locale_impl(__loc._M_impl) : __loc._M_impl) {
231 if ( __f != 0 ) {
232 _STLP_PRIV _InsertFacet(*this, __f);
_string.c 64 _Not_within_traits(const _CharT* __f, const _CharT* __l)
65 : _M_first(__f), _M_last(__l) {}
242 basic_string<_CharT,_Traits,_Alloc>::_M_assign(const _CharT* __f, const _CharT* __l) {
243 ptrdiff_t __n = __l - __f;
245 _Traits::move(this->_M_Start(), __f, __n);
249 _Traits::move(this->_M_Start(), __f, size());
250 _M_append(__f + size(), __l);
390 const _CharT* __f, const _CharT* __l,
392 const ptrdiff_t __n = __l - __f;
395 if (!__self_ref || __l < __first || __f >= __last
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 536 template<typename _Tp> inline int __capture_isfinite(_Tp __f) { return isfinite(__f); }
537 template<typename _Tp> inline int __capture_isinf(_Tp __f) { return isinf(__f); }
538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); }
539 template<typename _Tp> inline int __capture_signbit(_Tp __f) { return signbit(__f); }
546 template<typename _Tp> inline int isfinite(_Tp __f) { return __capture_isfinite(__f); }
    [all...]
_locale.h 127 locale(const locale& __loc, _Facet* __f) {
128 if ( __f != 0 ) {
130 _STLP_PRIV _InsertFacet(*this, __f);
199 void _M_insert(facet* __f, id& __id);
229 locale(const locale& __loc, _Facet* __f)
230 : _Locale(__f != 0 ? _copy_Nameless_Locale_impl(__loc._M_impl) : __loc._M_impl) {
231 if ( __f != 0 ) {
232 _STLP_PRIV _InsertFacet(*this, __f);
_string.c 64 _Not_within_traits(const _CharT* __f, const _CharT* __l)
65 : _M_first(__f), _M_last(__l) {}
242 basic_string<_CharT,_Traits,_Alloc>::_M_assign(const _CharT* __f, const _CharT* __l) {
243 ptrdiff_t __n = __l - __f;
245 _Traits::move(this->_M_Start(), __f, __n);
249 _Traits::move(this->_M_Start(), __f, size());
250 _M_append(__f + size(), __l);
390 const _CharT* __f, const _CharT* __l,
392 const ptrdiff_t __n = __l - __f;
395 if (!__self_ref || __l < __first || __f >= __last
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 536 template<typename _Tp> inline int __capture_isfinite(_Tp __f) { return isfinite(__f); }
537 template<typename _Tp> inline int __capture_isinf(_Tp __f) { return isinf(__f); }
538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); }
539 template<typename _Tp> inline int __capture_signbit(_Tp __f) { return signbit(__f); }
546 template<typename _Tp> inline int isfinite(_Tp __f) { return __capture_isfinite(__f); }
    [all...]
_locale.h 125 locale(const locale& __loc, _Facet* __f) {
126 if ( __f != 0 ) {
128 _STLP_PRIV _InsertFacet(*this, __f);
197 void _M_insert(facet* __f, id& __id);
227 locale(const locale& __loc, _Facet* __f)
228 : _Locale(__f != 0 ? _copy_Nameless_Locale_impl(__loc._M_impl) : __loc._M_impl) {
229 if ( __f != 0 ) {
230 _STLP_PRIV _InsertFacet(*this, __f);
_string.c 64 _Not_within_traits(const _CharT* __f, const _CharT* __l)
65 : _M_first(__f), _M_last(__l) {}
242 basic_string<_CharT,_Traits,_Alloc>::_M_assign(const _CharT* __f, const _CharT* __l) {
243 ptrdiff_t __n = __l - __f;
245 _Traits::copy(this->_M_Start(), __f, __n);
249 _Traits::copy(this->_M_Start(), __f, size());
250 _M_append(__f + size(), __l);
390 const _CharT* __f, const _CharT* __l,
392 const ptrdiff_t __n = __l - __f;
395 if (!__self_ref || __l < __first || __f >= __last
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 536 template<typename _Tp> inline int __capture_isfinite(_Tp __f) { return isfinite(__f); }
537 template<typename _Tp> inline int __capture_isinf(_Tp __f) { return isinf(__f); }
538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); }
539 template<typename _Tp> inline int __capture_signbit(_Tp __f) { return signbit(__f); }
546 template<typename _Tp> inline int isfinite(_Tp __f) { return __capture_isfinite(__f); }
    [all...]
_locale.h 125 locale(const locale& __loc, _Facet* __f) {
126 if ( __f != 0 ) {
128 _STLP_PRIV _InsertFacet(*this, __f);
197 void _M_insert(facet* __f, id& __id);
227 locale(const locale& __loc, _Facet* __f)
228 : _Locale(__f != 0 ? _copy_Nameless_Locale_impl(__loc._M_impl) : __loc._M_impl) {
229 if ( __f != 0 ) {
230 _STLP_PRIV _InsertFacet(*this, __f);
_string.c 64 _Not_within_traits(const _CharT* __f, const _CharT* __l)
65 : _M_first(__f), _M_last(__l) {}
242 basic_string<_CharT,_Traits,_Alloc>::_M_assign(const _CharT* __f, const _CharT* __l) {
243 ptrdiff_t __n = __l - __f;
245 _Traits::copy(this->_M_Start(), __f, __n);
249 _Traits::copy(this->_M_Start(), __f, size());
250 _M_append(__f + size(), __l);
390 const _CharT* __f, const _CharT* __l,
392 const ptrdiff_t __n = __l - __f;
395 if (!__self_ref || __l < __first || __f >= __last
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 536 template<typename _Tp> inline int __capture_isfinite(_Tp __f) { return isfinite(__f); }
537 template<typename _Tp> inline int __capture_isinf(_Tp __f) { return isinf(__f); }
538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); }
539 template<typename _Tp> inline int __capture_signbit(_Tp __f) { return signbit(__f); }
546 template<typename _Tp> inline int isfinite(_Tp __f) { return __capture_isfinite(__f); }
    [all...]
_locale.h 127 locale(const locale& __loc, _Facet* __f) {
128 if ( __f != 0 ) {
130 _STLP_PRIV _InsertFacet(*this, __f);
199 void _M_insert(facet* __f, id& __id);
229 locale(const locale& __loc, _Facet* __f)
230 : _Locale(__f != 0 ? _copy_Nameless_Locale_impl(__loc._M_impl) : __loc._M_impl) {
231 if ( __f != 0 ) {
232 _STLP_PRIV _InsertFacet(*this, __f);
_string.c 64 _Not_within_traits(const _CharT* __f, const _CharT* __l)
65 : _M_first(__f), _M_last(__l) {}
242 basic_string<_CharT,_Traits,_Alloc>::_M_assign(const _CharT* __f, const _CharT* __l) {
243 ptrdiff_t __n = __l - __f;
245 _Traits::move(this->_M_Start(), __f, __n);
249 _Traits::move(this->_M_Start(), __f, size());
250 _M_append(__f + size(), __l);
390 const _CharT* __f, const _CharT* __l,
392 const ptrdiff_t __n = __l - __f;
395 if (!__self_ref || __l < __first || __f >= __last
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 536 template<typename _Tp> inline int __capture_isfinite(_Tp __f) { return isfinite(__f); }
537 template<typename _Tp> inline int __capture_isinf(_Tp __f) { return isinf(__f); }
538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); }
539 template<typename _Tp> inline int __capture_signbit(_Tp __f) { return signbit(__f); }
546 template<typename _Tp> inline int isfinite(_Tp __f) { return __capture_isfinite(__f); }
    [all...]
_locale.h 127 locale(const locale& __loc, _Facet* __f) {
128 if ( __f != 0 ) {
130 _STLP_PRIV _InsertFacet(*this, __f);
199 void _M_insert(facet* __f, id& __id);
229 locale(const locale& __loc, _Facet* __f)
230 : _Locale(__f != 0 ? _copy_Nameless_Locale_impl(__loc._M_impl) : __loc._M_impl) {
231 if ( __f != 0 ) {
232 _STLP_PRIV _InsertFacet(*this, __f);
_string.c 64 _Not_within_traits(const _CharT* __f, const _CharT* __l)
65 : _M_first(__f), _M_last(__l) {}
242 basic_string<_CharT,_Traits,_Alloc>::_M_assign(const _CharT* __f, const _CharT* __l) {
243 ptrdiff_t __n = __l - __f;
245 _Traits::move(this->_M_Start(), __f, __n);
249 _Traits::move(this->_M_Start(), __f, size());
250 _M_append(__f + size(), __l);
390 const _CharT* __f, const _CharT* __l,
392 const ptrdiff_t __n = __l - __f;
395 if (!__self_ref || __l < __first || __f >= __last
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
unordered_map.h 76 __unordered_map(_InputIterator __f, _InputIterator __l,
81 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
128 __unordered_multimap(_InputIterator __f, _InputIterator __l,
133 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
201 unordered_map(_InputIterator __f, _InputIterator __l,
206 : _Base(__f, __l, __n, __hf, __eql, __a)
254 unordered_multimap(_InputIterator __f, _InputIterator __l,
259 : _Base(__f, __l, __n, __hf, __eql, __a)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
unordered_map.h 76 __unordered_map(_InputIterator __f, _InputIterator __l,
81 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
128 __unordered_multimap(_InputIterator __f, _InputIterator __l,
133 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
201 unordered_map(_InputIterator __f, _InputIterator __l,
206 : _Base(__f, __l, __n, __hf, __eql, __a)
254 unordered_multimap(_InputIterator __f, _InputIterator __l,
259 : _Base(__f, __l, __n, __hf, __eql, __a)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
unordered_map.h 76 __unordered_map(_InputIterator __f, _InputIterator __l,
81 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
128 __unordered_multimap(_InputIterator __f, _InputIterator __l,
133 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
201 unordered_map(_InputIterator __f, _InputIterator __l,
206 : _Base(__f, __l, __n, __hf, __eql, __a)
254 unordered_multimap(_InputIterator __f, _InputIterator __l,
259 : _Base(__f, __l, __n, __hf, __eql, __a)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_map.h 76 __unordered_map(_InputIterator __f, _InputIterator __l,
81 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
128 __unordered_multimap(_InputIterator __f, _InputIterator __l,
133 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
201 unordered_map(_InputIterator __f, _InputIterator __l,
206 : _Base(__f, __l, __n, __hf, __eql, __a)
254 unordered_multimap(_InputIterator __f, _InputIterator __l,
259 : _Base(__f, __l, __n, __hf, __eql, __a)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex.h 236 isctype(_Ch_type __c, char_class_type __f) const;
284 isctype(_Ch_type __c, char_class_type __f) const
291 if (__ctype.is(__f, __c))
300 if (__f | __wt)
310 if (__f | __bt)
402 flag_type __f = regex_constants::ECMAScript)
403 : _M_flags(__f),
419 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f)
420 : _M_flags(__f),
457 flag_type __f = regex_constants::ECMAScript
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex.h 236 isctype(_Ch_type __c, char_class_type __f) const;
284 isctype(_Ch_type __c, char_class_type __f) const
291 if (__ctype.is(__f, __c))
300 if (__f | __wt)
310 if (__f | __bt)
402 flag_type __f = regex_constants::ECMAScript)
403 : _M_flags(__f),
419 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f)
420 : _M_flags(__f),
457 flag_type __f = regex_constants::ECMAScript
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h 236 isctype(_Ch_type __c, char_class_type __f) const;
284 isctype(_Ch_type __c, char_class_type __f) const
291 if (__ctype.is(__f, __c))
300 if (__f | __wt)
310 if (__f | __bt)
402 flag_type __f = regex_constants::ECMAScript)
403 : _M_flags(__f),
419 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f)
420 : _M_flags(__f),
457 flag_type __f = regex_constants::ECMAScript
    [all...]

Completed in 534 milliseconds

1 2 3 4 5 67 8 91011>>