HomeSort by relevance Sort by last modified time
    Searched full:__d (Results 76 - 100 of 369) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathinline.h 44 __extension__ union { double __d; int __i[2]; } __u = { __d: __x }; member in union:__anon29247
  /ndk/sources/cxx-stl/llvm-libc++/include/
condition_variable 149 const chrono::duration<_Rep, _Period>& __d);
154 const chrono::duration<_Rep, _Period>& __d,
235 const chrono::duration<_Rep, _Period>& __d)
237 return wait_until(__lock, chrono::steady_clock::now() + __d);
244 const chrono::duration<_Rep, _Period>& __d,
247 return wait_until(__lock, chrono::steady_clock::now() + __d,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr.h 117 * and the deleter @a __d.
119 * @param __d A deleter.
121 * @throw std::bad_alloc, in which case @a __d(__p) is called.
126 * __shared_ptr will release __p by calling __d(__p)
129 shared_ptr(_Tp1* __p, _Deleter __d)
130 : __shared_ptr<_Tp>(__p, __d) { }
134 * and the deleter @a __d.
136 * @param __d A deleter.
138 * @throw std::bad_alloc, in which case @a __d(__p) is called.
143 * The last owner will call __d(__p
    [all...]
shared_ptr_base.h 336 _My_Deleter(_Deleter __d, const _Alloc& __a)
337 : _My_alloc_type(__a), _M_del(__d) { }
341 // __d(__p) must not throw.
342 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
343 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
345 // __d(__p) must not throw.
346 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
347 : _M_ptr(__p), _M_del(__d, __a) { }
466 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
476 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr.h 117 * and the deleter @a __d.
119 * @param __d A deleter.
121 * @throw std::bad_alloc, in which case @a __d(__p) is called.
126 * __shared_ptr will release __p by calling __d(__p)
129 shared_ptr(_Tp1* __p, _Deleter __d)
130 : __shared_ptr<_Tp>(__p, __d) { }
134 * and the deleter @a __d.
136 * @param __d A deleter.
138 * @throw std::bad_alloc, in which case @a __d(__p) is called.
143 * The last owner will call __d(__p
    [all...]
shared_ptr_base.h 336 _My_Deleter(_Deleter __d, const _Alloc& __a)
337 : _My_alloc_type(__a), _M_del(__d) { }
341 // __d(__p) must not throw.
342 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
343 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
345 // __d(__p) must not throw.
346 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
347 : _M_ptr(__p), _M_del(__d, __a) { }
466 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
476 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr.h 117 * and the deleter @a __d.
119 * @param __d A deleter.
121 * @throw std::bad_alloc, in which case @a __d(__p) is called.
126 * __shared_ptr will release __p by calling __d(__p)
129 shared_ptr(_Tp1* __p, _Deleter __d)
130 : __shared_ptr<_Tp>(__p, __d) { }
134 * and the deleter @a __d.
136 * @param __d A deleter.
138 * @throw std::bad_alloc, in which case @a __d(__p) is called.
143 * The last owner will call __d(__p
    [all...]
shared_ptr_base.h 336 _My_Deleter(_Deleter __d, const _Alloc& __a)
337 : _My_alloc_type(__a), _M_del(__d) { }
341 // __d(__p) must not throw.
342 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
343 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
345 // __d(__p) must not throw.
346 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
347 : _M_ptr(__p), _M_del(__d, __a) { }
466 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
476 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr.h 117 * and the deleter @a __d.
119 * @param __d A deleter.
121 * @throw std::bad_alloc, in which case @a __d(__p) is called.
126 * __shared_ptr will release __p by calling __d(__p)
129 shared_ptr(_Tp1* __p, _Deleter __d)
130 : __shared_ptr<_Tp>(__p, __d) { }
134 * and the deleter @a __d.
136 * @param __d A deleter.
138 * @throw std::bad_alloc, in which case @a __d(__p) is called.
143 * The last owner will call __d(__p
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomic_0.h 178 fetch_add(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) volatile
184 *__p = (void*)((char*)(*__p) + __d);
190 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) volatile
196 *__p = (void*)((char*)(*__p) - __d);
212 operator+=(ptrdiff_t __d) volatile
213 { return fetch_add(__d) + __d; }
216 operator-=(ptrdiff_t __d) volatile
217 { return fetch_sub(__d) - __d; }
    [all...]
shared_ptr.h 110 _My_Deleter(_Deleter __d, const _Alloc& __a)
111 : _My_alloc_type(__a), _M_del(__d) { }
120 * @pre __d(__p) must not throw.
122 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
123 : _Base_type(__p), _M_del(__d, _Alloc()) { }
127 * @pre __d(__p) must not throw.
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
130 : _Base_type(__p), _M_del(__d, __a) { }
240 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
250 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 178 fetch_add(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) volatile
184 *__p = (void*)((char*)(*__p) + __d);
190 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) volatile
196 *__p = (void*)((char*)(*__p) - __d);
212 operator+=(ptrdiff_t __d) volatile
213 { return fetch_add(__d) + __d; }
216 operator-=(ptrdiff_t __d) volatile
217 { return fetch_sub(__d) - __d; }
    [all...]
shared_ptr.h 110 _My_Deleter(_Deleter __d, const _Alloc& __a)
111 : _My_alloc_type(__a), _M_del(__d) { }
120 * @pre __d(__p) must not throw.
122 _Sp_counted_deleter(_Ptr __p, _Deleter __d)
123 : _Base_type(__p), _M_del(__d, _Alloc()) { }
127 * @pre __d(__p) must not throw.
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
130 : _Base_type(__p), _M_del(__d, __a) { }
240 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0)
250 ::new(static_cast<void*>(_M_pi)) _Sp_cd_type(__p, __d);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 178 fetch_add(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) volatile
184 *__p = (void*)((char*)(*__p) + __d);
190 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) volatile
196 *__p = (void*)((char*)(*__p) - __d);
212 operator+=(ptrdiff_t __d) volatile
213 { return fetch_add(__d) + __d; }
216 operator-=(ptrdiff_t __d) volatile
217 { return fetch_sub(__d) - __d; }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 178 fetch_add(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) volatile
184 *__p = (void*)((char*)(*__p) + __d);
190 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) volatile
196 *__p = (void*)((char*)(*__p) - __d);
212 operator+=(ptrdiff_t __d) volatile
213 { return fetch_add(__d) + __d; }
216 operator-=(ptrdiff_t __d) volatile
217 { return fetch_sub(__d) - __d; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomic_0.h 178 fetch_add(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) volatile
184 *__p = (void*)((char*)(*__p) + __d);
190 fetch_sub(ptrdiff_t __d, memory_order __m = memory_order_seq_cst) volatile
196 *__p = (void*)((char*)(*__p) - __d);
212 operator+=(ptrdiff_t __d) volatile
213 { return fetch_add(__d) + __d; }
216 operator-=(ptrdiff_t __d) volatile
217 { return fetch_sub(__d) - __d; }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
modified_bessel_func.tcc 121 _Tp __d = _Tp(0);
127 __d = _Tp(1) / (__b + __d);
129 const _Tp __del = __c * __d;
158 _Tp __d = -std::log(__x2);
159 _Tp __e = __mu * __d;
165 * (__gam1 * std::cosh(__e) + __gam2 * __fact2 * __d);
171 __d = __x2 * __x2;
177 __c *= __d / __i;
196 _Tp __d = _Tp(1) / __b
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
modified_bessel_func.tcc 121 _Tp __d = _Tp(0);
127 __d = _Tp(1) / (__b + __d);
129 const _Tp __del = __c * __d;
158 _Tp __d = -std::log(__x2);
159 _Tp __e = __mu * __d;
165 * (__gam1 * std::cosh(__e) + __gam2 * __fact2 * __d);
171 __d = __x2 * __x2;
177 __c *= __d / __i;
196 _Tp __d = _Tp(1) / __b
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
modified_bessel_func.tcc 121 _Tp __d = _Tp(0);
127 __d = _Tp(1) / (__b + __d);
129 const _Tp __del = __c * __d;
158 _Tp __d = -std::log(__x2);
159 _Tp __e = __mu * __d;
165 * (__gam1 * std::cosh(__e) + __gam2 * __fact2 * __d);
171 __d = __x2 * __x2;
177 __c *= __d / __i;
196 _Tp __d = _Tp(1) / __b
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
modified_bessel_func.tcc 121 _Tp __d = _Tp(0);
127 __d = _Tp(1) / (__b + __d);
129 const _Tp __del = __c * __d;
158 _Tp __d = -std::log(__x2);
159 _Tp __e = __mu * __d;
165 * (__gam1 * std::cosh(__e) + __gam2 * __fact2 * __d);
171 __d = __x2 * __x2;
177 __c *= __d / __i;
196 _Tp __d = _Tp(1) / __b
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
modified_bessel_func.tcc 121 _Tp __d = _Tp(0);
127 __d = _Tp(1) / (__b + __d);
129 const _Tp __del = __c * __d;
158 _Tp __d = -std::log(__x2);
159 _Tp __e = __mu * __d;
165 * (__gam1 * std::cosh(__e) + __gam2 * __fact2 * __d);
171 __d = __x2 * __x2;
177 __c *= __d / __i;
196 _Tp __d = _Tp(1) / __b
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
modified_bessel_func.tcc 121 _Tp __d = _Tp(0);
127 __d = _Tp(1) / (__b + __d);
129 const _Tp __del = __c * __d;
158 _Tp __d = -std::log(__x2);
159 _Tp __e = __mu * __d;
165 * (__gam1 * std::cosh(__e) + __gam2 * __fact2 * __d);
171 __d = __x2 * __x2;
177 __c *= __d / __i;
196 _Tp __d = _Tp(1) / __b
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
modified_bessel_func.tcc 121 _Tp __d = _Tp(0);
127 __d = _Tp(1) / (__b + __d);
129 const _Tp __del = __c * __d;
158 _Tp __d = -std::log(__x2);
159 _Tp __e = __mu * __d;
165 * (__gam1 * std::cosh(__e) + __gam2 * __fact2 * __d);
171 __d = __x2 * __x2;
177 __c *= __d / __i;
196 _Tp __d = _Tp(1) / __b
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
modified_bessel_func.tcc 121 _Tp __d = _Tp(0);
127 __d = _Tp(1) / (__b + __d);
129 const _Tp __del = __c * __d;
158 _Tp __d = -std::log(__x2);
159 _Tp __e = __mu * __d;
165 * (__gam1 * std::cosh(__e) + __gam2 * __fact2 * __d);
171 __d = __x2 * __x2;
177 __c *= __d / __i;
196 _Tp __d = _Tp(1) / __b
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
modified_bessel_func.tcc 121 _Tp __d = _Tp(0);
127 __d = _Tp(1) / (__b + __d);
129 const _Tp __del = __c * __d;
158 _Tp __d = -std::log(__x2);
159 _Tp __e = __mu * __d;
165 * (__gam1 * std::cosh(__e) + __gam2 * __fact2 * __d);
171 __d = __x2 * __x2;
177 __c *= __d / __i;
196 _Tp __d = _Tp(1) / __b
    [all...]

Completed in 847 milliseconds

1 2 34 5 6 7 8 91011>>