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

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/decimal/
decimal 73 long long decimal32_to_long_long(decimal32 __d);
74 long long decimal64_to_long_long(decimal64 __d);
75 long long decimal128_to_long_long(decimal128 __d);
76 long long decimal_to_long_long(decimal32 __d);
77 long long decimal_to_long_long(decimal64 __d);
78 long long decimal_to_long_long(decimal128 __d);
81 float decimal32_to_float(decimal32 __d);
82 float decimal64_to_float(decimal64 __d);
83 float decimal128_to_float(decimal128 __d);
84 float decimal_to_float(decimal32 __d);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/decimal/
decimal 73 long long decimal32_to_long_long(decimal32 __d);
74 long long decimal64_to_long_long(decimal64 __d);
75 long long decimal128_to_long_long(decimal128 __d);
76 long long decimal_to_long_long(decimal32 __d);
77 long long decimal_to_long_long(decimal64 __d);
78 long long decimal_to_long_long(decimal128 __d);
81 float decimal32_to_float(decimal32 __d);
82 float decimal64_to_float(decimal64 __d);
83 float decimal128_to_float(decimal128 __d);
84 float decimal_to_float(decimal32 __d);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
chrono 112 __cast(const duration<_Rep, _Period>& __d)
115 return _ToDur(static_cast<__to_rep>(static_cast<_CR>(__d.count())
126 __cast(const duration<_Rep, _Period>& __d)
129 return _ToDur(static_cast<__to_rep>(__d.count()));
138 __cast(const duration<_Rep, _Period>& __d)
142 static_cast<_CR>(__d.count()) / static_cast<_CR>(_CF::den)));
151 __cast(const duration<_Rep, _Period>& __d)
155 static_cast<_CR>(__d.count()) * static_cast<_CR>(_CF::num)));
173 duration_cast(const duration<_Rep, _Period>& __d)
183 return __dc::__cast(__d);
    [all...]
atomic 294 operator+=(ptrdiff_t __d)
295 { return _M_b.operator+=(__d); }
298 operator+=(ptrdiff_t __d) volatile
299 { return _M_b.operator+=(__d); }
302 operator-=(ptrdiff_t __d)
303 { return _M_b.operator-=(__d); }
306 operator-=(ptrdiff_t __d) volatile
307 { return _M_b.operator-=(__d); }
396 fetch_add(ptrdiff_t __d, memory_order __m = memory_order_seq_cst)
397 { return _M_b.fetch_add(__d, __m);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
chrono 112 __cast(const duration<_Rep, _Period>& __d)
115 return _ToDur(static_cast<__to_rep>(static_cast<_CR>(__d.count())
126 __cast(const duration<_Rep, _Period>& __d)
129 return _ToDur(static_cast<__to_rep>(__d.count()));
138 __cast(const duration<_Rep, _Period>& __d)
142 static_cast<_CR>(__d.count()) / static_cast<_CR>(_CF::den)));
151 __cast(const duration<_Rep, _Period>& __d)
155 static_cast<_CR>(__d.count()) * static_cast<_CR>(_CF::num)));
173 duration_cast(const duration<_Rep, _Period>& __d)
183 return __dc::__cast(__d);
    [all...]
atomic 294 operator+=(ptrdiff_t __d)
295 { return _M_b.operator+=(__d); }
298 operator+=(ptrdiff_t __d) volatile
299 { return _M_b.operator+=(__d); }
302 operator-=(ptrdiff_t __d)
303 { return _M_b.operator-=(__d); }
306 operator-=(ptrdiff_t __d) volatile
307 { return _M_b.operator-=(__d); }
396 fetch_add(ptrdiff_t __d, memory_order __m = memory_order_seq_cst)
397 { return _M_b.fetch_add(__d, __m);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
chrono 112 __cast(const duration<_Rep, _Period>& __d)
115 return _ToDur(static_cast<__to_rep>(static_cast<_CR>(__d.count())
126 __cast(const duration<_Rep, _Period>& __d)
129 return _ToDur(static_cast<__to_rep>(__d.count()));
138 __cast(const duration<_Rep, _Period>& __d)
142 static_cast<_CR>(__d.count()) / static_cast<_CR>(_CF::den)));
151 __cast(const duration<_Rep, _Period>& __d)
155 static_cast<_CR>(__d.count()) * static_cast<_CR>(_CF::num)));
173 duration_cast(const duration<_Rep, _Period>& __d)
183 return __dc::__cast(__d);
    [all...]
atomic 294 operator+=(ptrdiff_t __d)
295 { return _M_b.operator+=(__d); }
298 operator+=(ptrdiff_t __d) volatile
299 { return _M_b.operator+=(__d); }
302 operator-=(ptrdiff_t __d)
303 { return _M_b.operator-=(__d); }
306 operator-=(ptrdiff_t __d) volatile
307 { return _M_b.operator-=(__d); }
396 fetch_add(ptrdiff_t __d, memory_order __m = memory_order_seq_cst)
397 { return _M_b.fetch_add(__d, __m);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
chrono 112 __cast(const duration<_Rep, _Period>& __d)
115 return _ToDur(static_cast<__to_rep>(static_cast<_CR>(__d.count())
126 __cast(const duration<_Rep, _Period>& __d)
129 return _ToDur(static_cast<__to_rep>(__d.count()));
138 __cast(const duration<_Rep, _Period>& __d)
142 static_cast<_CR>(__d.count()) / static_cast<_CR>(_CF::den)));
151 __cast(const duration<_Rep, _Period>& __d)
155 static_cast<_CR>(__d.count()) * static_cast<_CR>(_CF::num)));
173 duration_cast(const duration<_Rep, _Period>& __d)
183 return __dc::__cast(__d);
    [all...]
atomic 344 operator+=(ptrdiff_t __d) noexcept
345 { return _M_b.operator+=(__d); }
348 operator+=(ptrdiff_t __d) volatile noexcept
349 { return _M_b.operator+=(__d); }
352 operator-=(ptrdiff_t __d) noexcept
353 { return _M_b.operator-=(__d); }
356 operator-=(ptrdiff_t __d) volatile noexcept
357 { return _M_b.operator-=(__d); }
450 fetch_add(ptrdiff_t __d,
452 { return _M_b.fetch_add(__d, __m);
    [all...]
ratio 166 // This version assumes that the high bit of __d is 1.
167 template<uintmax_t __n1, uintmax_t __n0, uintmax_t __d>
171 static_assert(__d >= (uintmax_t(1) << (sizeof(intmax_t) * 8 - 1)),
173 static_assert(__n1 < __d, "Internal library error");
175 static constexpr uintmax_t __d1 = __d / __c;
176 static constexpr uintmax_t __d0 = __d % __c;
182 static constexpr uintmax_t __r1z = __r1y + __d;
184 = ((__r1y < __m) ? ((__r1z >= __d) && (__r1z < __m))
185 ? (__r1z + __d) : __r1z : __r1y) - __m;
188 ? ((__r1z >= __d) && (__r1z < __m)) ? 2 : 1 : 0)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/include/
cwctype 164 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswctype(wint_t __w, wctype_t __d) {return iswctype(__w, __d);}
166 inline _LIBCPP_INLINE_VISIBILITY int iswctype(wint_t __w, wctype_t __d) {return __libcpp_iswctype(__w, __d);}
196 inline _LIBCPP_INLINE_VISIBILITY wint_t __libcpp_towctrans(wint_t __wc, wctype_t __d) {return towctrans(__wc, __d);}
198 inline _LIBCPP_INLINE_VISIBILITY wint_t towctrans(wint_t __wc, wctype_t __d) {return __libcpp_towctrans(__wc, __d);}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_0.h 510 operator+=(ptrdiff_t __d)
511 { return reinterpret_cast<__return_pointer_type>(fetch_add(__d) + __d); }
514 operator+=(ptrdiff_t __d) volatile
515 { return reinterpret_cast<__return_pointer_type>(fetch_add(__d) + __d); }
518 operator-=(ptrdiff_t __d)
519 { return reinterpret_cast<__return_pointer_type>(fetch_sub(__d) - __d); }
522 operator-=(ptrdiff_t __d) volatil
    [all...]
atomic_2.h 513 operator+=(ptrdiff_t __d)
514 { return fetch_add(__d) + __d; }
517 operator+=(ptrdiff_t __d) volatile
518 { return fetch_add(__d) + __d; }
521 operator-=(ptrdiff_t __d)
522 { return fetch_sub(__d) - __d; }
525 operator-=(ptrdiff_t __d) volatil
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
atomic_0.h 510 operator+=(ptrdiff_t __d)
511 { return reinterpret_cast<__return_pointer_type>(fetch_add(__d) + __d); }
514 operator+=(ptrdiff_t __d) volatile
515 { return reinterpret_cast<__return_pointer_type>(fetch_add(__d) + __d); }
518 operator-=(ptrdiff_t __d)
519 { return reinterpret_cast<__return_pointer_type>(fetch_sub(__d) - __d); }
522 operator-=(ptrdiff_t __d) volatil
    [all...]
atomic_2.h 513 operator+=(ptrdiff_t __d)
514 { return fetch_add(__d) + __d; }
517 operator+=(ptrdiff_t __d) volatile
518 { return fetch_add(__d) + __d; }
521 operator-=(ptrdiff_t __d)
522 { return fetch_sub(__d) - __d; }
525 operator-=(ptrdiff_t __d) volatil
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_0.h 510 operator+=(ptrdiff_t __d)
511 { return reinterpret_cast<__return_pointer_type>(fetch_add(__d) + __d); }
514 operator+=(ptrdiff_t __d) volatile
515 { return reinterpret_cast<__return_pointer_type>(fetch_add(__d) + __d); }
518 operator-=(ptrdiff_t __d)
519 { return reinterpret_cast<__return_pointer_type>(fetch_sub(__d) - __d); }
522 operator-=(ptrdiff_t __d) volatil
    [all...]
atomic_2.h 513 operator+=(ptrdiff_t __d)
514 { return fetch_add(__d) + __d; }
517 operator+=(ptrdiff_t __d) volatile
518 { return fetch_add(__d) + __d; }
521 operator-=(ptrdiff_t __d)
522 { return fetch_sub(__d) - __d; }
525 operator-=(ptrdiff_t __d) volatil
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
atomic_base.h 626 _M_type_size(ptrdiff_t __d) { return __d * sizeof(_PTp); }
629 _M_type_size(ptrdiff_t __d) volatile { return __d * sizeof(_PTp); }
698 operator+=(ptrdiff_t __d) noexcept
699 { return __atomic_add_fetch(&_M_p, _M_type_size(__d),
703 operator+=(ptrdiff_t __d) volatile noexcept
704 { return __atomic_add_fetch(&_M_p, _M_type_size(__d),
708 operator-=(ptrdiff_t __d) noexcept
709 { return __atomic_sub_fetch(&_M_p, _M_type_size(__d),
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mmintrin-common.h 100 _mm_round_sd(__m128d __D, __m128d __V, const int __M)
102 return (__m128d) __builtin_ia32_roundsd ((__v2df)__D,
125 _mm_round_ss (__m128 __D, __m128 __V, const int __M)
127 return (__m128) __builtin_ia32_roundss ((__v4sf)__D,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
huge_valf.h 36 ((union { unsigned __l __attribute__((__mode__(__SI__))); float __d; }) \
37 { __l: 0x7f800000UL }).__d)
mathinline.h 44 __extension__ union { double __d; int __i[2]; } __u = { __d: __x }; member in union:__anon26142
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
huge_valf.h 36 ((union { unsigned __l __attribute__((__mode__(__SI__))); float __d; }) \
37 { __l: 0x7f800000UL }).__d)
mathinline.h 44 __extension__ union { double __d; int __i[2]; } __u = { __d: __x }; member in union:__anon27732
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
huge_valf.h 36 ((union { unsigned __l __attribute__((__mode__(__SI__))); float __d; }) \
37 { __l: 0x7f800000UL }).__d)

Completed in 731 milliseconds

1 23 4 5 6 7 8 91011>>