HomeSort by relevance Sort by last modified time
    Searched full:__y (Results 376 - 400 of 1127) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); }
413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); }
458 inline float pow(float __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::powf(__x, __STATIC_CAST(float,__y)); }
460 inline float pow(float __x, int __y) { return ::__powf(__x, __STATIC_CAST(float,__y)); }
463 inline float pow(float __x, int __y) { return __STATIC_CAST(float, _STLP_CMATH_FUNC_NAMESPACE::pow(__x, __STATIC_CAST(float,__y))); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); }
413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); }
458 inline float pow(float __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::powf(__x, __STATIC_CAST(float,__y)); }
460 inline float pow(float __x, int __y) { return ::__powf(__x, __STATIC_CAST(float,__y)); }
463 inline float pow(float __x, int __y) { return __STATIC_CAST(float, _STLP_CMATH_FUNC_NAMESPACE::pow(__x, __STATIC_CAST(float,__y))); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); }
413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); }
458 inline float pow(float __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::powf(__x, __STATIC_CAST(float,__y)); }
460 inline float pow(float __x, int __y) { return ::__powf(__x, __STATIC_CAST(float,__y)); }
463 inline float pow(float __x, int __y) { return __STATIC_CAST(float, _STLP_CMATH_FUNC_NAMESPACE::pow(__x, __STATIC_CAST(float,__y))); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); }
413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); }
458 inline float pow(float __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::powf(__x, __STATIC_CAST(float,__y)); }
460 inline float pow(float __x, int __y) { return ::__powf(__x, __STATIC_CAST(float,__y)); }
463 inline float pow(float __x, int __y) { return __STATIC_CAST(float, _STLP_CMATH_FUNC_NAMESPACE::pow(__x, __STATIC_CAST(float,__y))); }
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/
hash_map 267 bool operator()(const _Tp& __x, const _Tp& __y) const
268 {return static_cast<const _Pred&>(*this)(__x.first, __y.first);}
270 bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const
271 {return static_cast<const _Pred&>(*this)(__x, __y.first);}
273 bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const
274 {return static_cast<const _Pred&>(*this)(__x.first, __y);}
277 const typename _Tp::first_type& __y) const
278 {return static_cast<const _Pred&>(*this)(__x, __y);}
290 bool operator()(const _Tp& __x, const _Tp& __y) const
291 {return __pred_(__x.first, __y.first);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__tree 207 _NodePtr __y = __x->__right_;
208 __x->__right_ = __y->__left_;
211 __y->__parent_ = __x->__parent_;
213 __x->__parent_->__left_ = __y;
215 __x->__parent_->__right_ = __y;
216 __y->__left_ = __x;
217 __x->__parent_ = __y;
227 _NodePtr __y = __x->__left_;
228 __x->__left_ = __y->__right_;
231 __y->__parent_ = __x->__parent_
    [all...]
utility 163 operator!=(const _Tp& __x, const _Tp& __y)
165 return !(__x == __y);
171 operator> (const _Tp& __x, const _Tp& __y)
173 return __y < __x;
179 operator<=(const _Tp& __x, const _Tp& __y)
181 return !(__y < __x);
187 operator>=(const _Tp& __x, const _Tp& __y)
189 return !(__x < __y);
252 _LIBCPP_INLINE_VISIBILITY pair(const _T1& __x, const _T2& __y)
253 : first(__x), second(__y) {}
    [all...]
valarray 490 _Tp operator()(const _Tp& __x, const _Tp& __y) const
491 {return __x << __y;}
498 _Tp operator()(const _Tp& __x, const _Tp& __y) const
499 {return __x >> __y;}
552 _Tp operator()(const _Tp& __x, const _Tp& __y) const
553 {return atan2(__x, __y);}
600 _Tp operator()(const _Tp& __x, const _Tp& __y) const
601 {return pow(__x, __y);}
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
unique_ptr.h 428 unique_ptr<_Tp, _Dp>& __y)
429 { __x.swap(__y); }
435 const unique_ptr<_Up, _Ep>& __y)
436 { return __x.get() == __y.get(); }
445 operator==(nullptr_t, const unique_ptr<_Tp, _Dp>& __y)
446 { return nullptr == __y.get(); }
452 const unique_ptr<_Up, _Ep>& __y)
453 { return !(__x.get() == __y.get()); }
462 operator!=(nullptr_t, const unique_ptr<_Tp, _Dp>& __y)
463 { return nullptr != __y.get();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
unique_ptr.h 428 unique_ptr<_Tp, _Dp>& __y)
429 { __x.swap(__y); }
435 const unique_ptr<_Up, _Ep>& __y)
436 { return __x.get() == __y.get(); }
445 operator==(nullptr_t, const unique_ptr<_Tp, _Dp>& __y)
446 { return nullptr == __y.get(); }
452 const unique_ptr<_Up, _Ep>& __y)
453 { return !(__x.get() == __y.get()); }
462 operator!=(nullptr_t, const unique_ptr<_Tp, _Dp>& __y)
463 { return nullptr != __y.get();
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unique_ptr.h 428 unique_ptr<_Tp, _Dp>& __y)
429 { __x.swap(__y); }
435 const unique_ptr<_Up, _Ep>& __y)
436 { return __x.get() == __y.get(); }
445 operator==(nullptr_t, const unique_ptr<_Tp, _Dp>& __y)
446 { return nullptr == __y.get(); }
452 const unique_ptr<_Up, _Ep>& __y)
453 { return !(__x.get() == __y.get()); }
462 operator!=(nullptr_t, const unique_ptr<_Tp, _Dp>& __y)
463 { return nullptr != __y.get();
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unique_ptr.h 428 unique_ptr<_Tp, _Dp>& __y)
429 { __x.swap(__y); }
435 const unique_ptr<_Up, _Ep>& __y)
436 { return __x.get() == __y.get(); }
445 operator==(nullptr_t, const unique_ptr<_Tp, _Dp>& __y)
446 { return nullptr == __y.get(); }
452 const unique_ptr<_Up, _Ep>& __y)
453 { return !(__x.get() == __y.get()); }
462 operator!=(nullptr_t, const unique_ptr<_Tp, _Dp>& __y)
463 { return nullptr != __y.get();
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
rope 353 const _Rope_char_ptr_proxy<_CharT, _Alloc>& __y);
373 const _Rope_const_iterator<_CharT, _Alloc>& __y);
378 const _Rope_const_iterator<_CharT, _Alloc>& __y);
383 const _Rope_const_iterator<_CharT, _Alloc>& __y);
400 const _Rope_iterator<_CharT, _Alloc>& __y);
405 const _Rope_iterator<_CharT, _Alloc>& __y);
410 const _Rope_iterator<_CharT, _Alloc>& __y);
437 const rope<_CharT, _Alloc>& __y)
438 { return __x + __y; }
1027 const _Rope_char_ptr_proxy<_CharT2, _Alloc2>& __y);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
rope 355 const _Rope_char_ptr_proxy<_CharT, _Alloc>& __y);
375 const _Rope_const_iterator<_CharT, _Alloc>& __y);
380 const _Rope_const_iterator<_CharT, _Alloc>& __y);
385 const _Rope_const_iterator<_CharT, _Alloc>& __y);
402 const _Rope_iterator<_CharT, _Alloc>& __y);
407 const _Rope_iterator<_CharT, _Alloc>& __y);
412 const _Rope_iterator<_CharT, _Alloc>& __y);
439 const rope<_CharT, _Alloc>& __y)
440 { return __x + __y; }
1029 const _Rope_char_ptr_proxy<_CharT2, _Alloc2>& __y);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
rope 355 const _Rope_char_ptr_proxy<_CharT, _Alloc>& __y);
375 const _Rope_const_iterator<_CharT, _Alloc>& __y);
380 const _Rope_const_iterator<_CharT, _Alloc>& __y);
385 const _Rope_const_iterator<_CharT, _Alloc>& __y);
402 const _Rope_iterator<_CharT, _Alloc>& __y);
407 const _Rope_iterator<_CharT, _Alloc>& __y);
412 const _Rope_iterator<_CharT, _Alloc>& __y);
439 const rope<_CharT, _Alloc>& __y)
440 { return __x + __y; }
1029 const _Rope_char_ptr_proxy<_CharT2, _Alloc2>& __y);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
rope 353 const _Rope_char_ptr_proxy<_CharT, _Alloc>& __y);
373 const _Rope_const_iterator<_CharT, _Alloc>& __y);
378 const _Rope_const_iterator<_CharT, _Alloc>& __y);
383 const _Rope_const_iterator<_CharT, _Alloc>& __y);
400 const _Rope_iterator<_CharT, _Alloc>& __y);
405 const _Rope_iterator<_CharT, _Alloc>& __y);
410 const _Rope_iterator<_CharT, _Alloc>& __y);
437 const rope<_CharT, _Alloc>& __y)
438 { return __x + __y; }
1027 const _Rope_char_ptr_proxy<_CharT2, _Alloc2>& __y);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
rope 353 const _Rope_char_ptr_proxy<_CharT, _Alloc>& __y);
373 const _Rope_const_iterator<_CharT, _Alloc>& __y);
378 const _Rope_const_iterator<_CharT, _Alloc>& __y);
383 const _Rope_const_iterator<_CharT, _Alloc>& __y);
400 const _Rope_iterator<_CharT, _Alloc>& __y);
405 const _Rope_iterator<_CharT, _Alloc>& __y);
410 const _Rope_iterator<_CharT, _Alloc>& __y);
437 const rope<_CharT, _Alloc>& __y)
438 { return __x + __y; }
1027 const _Rope_char_ptr_proxy<_CharT2, _Alloc2>& __y);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
rope 353 const _Rope_char_ptr_proxy<_CharT, _Alloc>& __y);
373 const _Rope_const_iterator<_CharT, _Alloc>& __y);
378 const _Rope_const_iterator<_CharT, _Alloc>& __y);
383 const _Rope_const_iterator<_CharT, _Alloc>& __y);
400 const _Rope_iterator<_CharT, _Alloc>& __y);
405 const _Rope_iterator<_CharT, _Alloc>& __y);
410 const _Rope_iterator<_CharT, _Alloc>& __y);
437 const rope<_CharT, _Alloc>& __y)
438 { return __x + __y; }
1027 const _Rope_char_ptr_proxy<_CharT2, _Alloc2>& __y);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
rope 353 const _Rope_char_ptr_proxy<_CharT, _Alloc>& __y);
373 const _Rope_const_iterator<_CharT, _Alloc>& __y);
378 const _Rope_const_iterator<_CharT, _Alloc>& __y);
383 const _Rope_const_iterator<_CharT, _Alloc>& __y);
400 const _Rope_iterator<_CharT, _Alloc>& __y);
405 const _Rope_iterator<_CharT, _Alloc>& __y);
410 const _Rope_iterator<_CharT, _Alloc>& __y);
437 const rope<_CharT, _Alloc>& __y)
438 { return __x + __y; }
1027 const _Rope_char_ptr_proxy<_CharT2, _Alloc2>& __y);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rope 355 const _Rope_char_ptr_proxy<_CharT, _Alloc>& __y);
375 const _Rope_const_iterator<_CharT, _Alloc>& __y);
380 const _Rope_const_iterator<_CharT, _Alloc>& __y);
385 const _Rope_const_iterator<_CharT, _Alloc>& __y);
402 const _Rope_iterator<_CharT, _Alloc>& __y);
407 const _Rope_iterator<_CharT, _Alloc>& __y);
412 const _Rope_iterator<_CharT, _Alloc>& __y);
439 const rope<_CharT, _Alloc>& __y)
440 { return __x + __y; }
1029 const _Rope_char_ptr_proxy<_CharT2, _Alloc2>& __y);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rope 357 const _Rope_char_ptr_proxy<_CharT, _Alloc>& __y);
377 const _Rope_const_iterator<_CharT, _Alloc>& __y);
382 const _Rope_const_iterator<_CharT, _Alloc>& __y);
387 const _Rope_const_iterator<_CharT, _Alloc>& __y);
404 const _Rope_iterator<_CharT, _Alloc>& __y);
409 const _Rope_iterator<_CharT, _Alloc>& __y);
414 const _Rope_iterator<_CharT, _Alloc>& __y);
441 const rope<_CharT, _Alloc>& __y)
442 { return __x + __y; }
1041 const _Rope_char_ptr_proxy<_CharT2, _Alloc2>& __y);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rope 355 const _Rope_char_ptr_proxy<_CharT, _Alloc>& __y);
375 const _Rope_const_iterator<_CharT, _Alloc>& __y);
380 const _Rope_const_iterator<_CharT, _Alloc>& __y);
385 const _Rope_const_iterator<_CharT, _Alloc>& __y);
402 const _Rope_iterator<_CharT, _Alloc>& __y);
407 const _Rope_iterator<_CharT, _Alloc>& __y);
412 const _Rope_iterator<_CharT, _Alloc>& __y);
439 const rope<_CharT, _Alloc>& __y)
440 { return __x + __y; }
1029 const _Rope_char_ptr_proxy<_CharT2, _Alloc2>& __y);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
rope 357 const _Rope_char_ptr_proxy<_CharT, _Alloc>& __y);
377 const _Rope_const_iterator<_CharT, _Alloc>& __y);
382 const _Rope_const_iterator<_CharT, _Alloc>& __y);
387 const _Rope_const_iterator<_CharT, _Alloc>& __y);
404 const _Rope_iterator<_CharT, _Alloc>& __y);
409 const _Rope_iterator<_CharT, _Alloc>& __y);
414 const _Rope_iterator<_CharT, _Alloc>& __y);
441 const rope<_CharT, _Alloc>& __y)
442 { return __x + __y; }
1041 const _Rope_char_ptr_proxy<_CharT2, _Alloc2>& __y);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
rope 356 const _Rope_char_ptr_proxy<_CharT, _Alloc>& __y);
376 const _Rope_const_iterator<_CharT, _Alloc>& __y);
381 const _Rope_const_iterator<_CharT, _Alloc>& __y);
386 const _Rope_const_iterator<_CharT, _Alloc>& __y);
403 const _Rope_iterator<_CharT, _Alloc>& __y);
408 const _Rope_iterator<_CharT, _Alloc>& __y);
413 const _Rope_iterator<_CharT, _Alloc>& __y);
440 const rope<_CharT, _Alloc>& __y)
441 { return __x + __y; }
1040 const _Rope_char_ptr_proxy<_CharT2, _Alloc2>& __y);
    [all...]
  /external/stlport/stlport/stl/
_deque.h 106 _Deque_iterator_base(value_type* __x, _Map_pointer __y)
107 : _M_cur(__x), _M_first(*__y),
108 _M_last(*__y + _S_buffer_size()), _M_node(__y) {}
178 _Deque_iterator(value_type* __x, _Map_pointer __y) :
179 _Deque_iterator_base<value_type>(__x,__y) {}
234 const _Deque_iterator_base<_Tp >& __y)
235 { return __x._M_cur == __y._M_cur; }
240 const _Deque_iterator_base<_Tp >& __y) {
241 return (__x._M_node == __y._M_node)
    [all...]

Completed in 763 milliseconds

<<11121314151617181920>>