HomeSort by relevance Sort by last modified time
    Searched defs:__d (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
nan.h 35 ((union { unsigned __l __attribute__ ((__mode__ (__SI__))); float __d; }) \
36 { __l: 0x7fc00000UL }).__d)
49 static union { unsigned char __c[4]; float __d; } __nan_union member in union:__anon45436
51 # define NAN (__nan_union.__d)
huge_val.h 36 ((union { unsigned __l __attribute__((__mode__(__DI__))); double __d; }) \
37 { __l: 0x7ff0000000000000ULL }).__d)
43 typedef union { unsigned char __c[8]; double __d; } __huge_val_t; member in union:__anon45427
53 # define HUGE_VAL (__huge_val.__d)
mathinline.h 53 __extension__ union { double __d; int __i[2]; } __u = { __d: __x }; member in union:__anon45434
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
nan.h 35 ((union { unsigned __l __attribute__ ((__mode__ (__SI__))); float __d; }) \
36 { __l: 0x7fc00000UL }).__d)
49 static union { unsigned char __c[4]; float __d; } __nan_union member in union:__anon47172
51 # define NAN (__nan_union.__d)
huge_val.h 36 ((union { unsigned __l __attribute__((__mode__(__DI__))); double __d; }) \
37 { __l: 0x7ff0000000000000ULL }).__d)
43 typedef union { unsigned char __c[8]; double __d; } __huge_val_t; member in union:__anon47163
53 # define HUGE_VAL (__huge_val.__d)
mathinline.h 53 __extension__ union { double __d; int __i[2]; } __u = { __d: __x }; member in union:__anon47170
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_iterator_base_funcs.h 174 typename iterator_traits<_InputIterator>::difference_type __d = __n; local
175 std::__advance(__i, __d, std::__iterator_category(__i));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_iterator_base_funcs.h 176 typename iterator_traits<_InputIterator>::difference_type __d = __n; local
177 std::__advance(__i, __d, std::__iterator_category(__i));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_iterator_base_funcs.h 176 typename iterator_traits<_InputIterator>::difference_type __d = __n; local
177 std::__advance(__i, __d, std::__iterator_category(__i));
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_funcs.h 171 typename iterator_traits<_InputIterator>::difference_type __d = __n; local
172 std::__advance(__i, __d, std::__iterator_category(__i));
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_funcs.h 171 typename iterator_traits<_InputIterator>::difference_type __d = __n; local
172 std::__advance(__i, __d, std::__iterator_category(__i));
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_funcs.h 171 typename iterator_traits<_InputIterator>::difference_type __d = __n; local
172 std::__advance(__i, __d, std::__iterator_category(__i));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_iterator_base_funcs.h 171 typename iterator_traits<_InputIterator>::difference_type __d = __n; local
172 std::__advance(__i, __d, std::__iterator_category(__i));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_iterator_base_funcs.h 174 typename iterator_traits<_InputIterator>::difference_type __d = __n; local
175 std::__advance(__i, __d, std::__iterator_category(__i));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_iterator_base_funcs.h 175 typename iterator_traits<_InputIterator>::difference_type __d = __n; local
176 std::__advance(__i, __d, std::__iterator_category(__i));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_iterator_base_funcs.h 174 typename iterator_traits<_InputIterator>::difference_type __d = __n; local
175 std::__advance(__i, __d, std::__iterator_category(__i));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_iterator_base_funcs.h 175 typename iterator_traits<_InputIterator>::difference_type __d = __n; local
176 std::__advance(__i, __d, std::__iterator_category(__i));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_iterator_base_funcs.h 176 typename iterator_traits<_InputIterator>::difference_type __d = __n; local
177 std::__advance(__i, __d, std::__iterator_category(__i));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_iterator_base_funcs.h 176 typename iterator_traits<_InputIterator>::difference_type __d = __n; local
177 std::__advance(__i, __d, std::__iterator_category(__i));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
vstring_util.h 105 _S_copy(_CharT* __d, const _CharT* __s, size_type __n)
108 traits_type::assign(*__d, *__s);
110 traits_type::copy(__d, __s, __n);
114 _S_move(_CharT* __d, const _CharT* __s, size_type __n)
117 traits_type::assign(*__d, *__s);
119 traits_type::move(__d, __s, __n);
123 _S_assign(_CharT* __d, size_type __n, _CharT __c)
126 traits_type::assign(*__d, __c);
128 traits_type::assign(__d, __n, __c);
170 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
vstring_util.h 104 _S_copy(_CharT* __d, const _CharT* __s, size_type __n)
107 traits_type::assign(*__d, *__s);
109 traits_type::copy(__d, __s, __n);
113 _S_move(_CharT* __d, const _CharT* __s, size_type __n)
116 traits_type::assign(*__d, *__s);
118 traits_type::move(__d, __s, __n);
122 _S_assign(_CharT* __d, size_type __n, _CharT __c)
125 traits_type::assign(*__d, __c);
127 traits_type::assign(__d, __n, __c);
169 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring_util.h 104 _S_copy(_CharT* __d, const _CharT* __s, size_type __n)
107 traits_type::assign(*__d, *__s);
109 traits_type::copy(__d, __s, __n);
113 _S_move(_CharT* __d, const _CharT* __s, size_type __n)
116 traits_type::assign(*__d, *__s);
118 traits_type::move(__d, __s, __n);
122 _S_assign(_CharT* __d, size_type __n, _CharT __c)
125 traits_type::assign(*__d, __c);
127 traits_type::assign(__d, __n, __c);
169 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_util.h 102 _S_copy(_CharT* __d, const _CharT* __s, size_type __n)
105 traits_type::assign(*__d, *__s);
107 traits_type::copy(__d, __s, __n);
111 _S_move(_CharT* __d, const _CharT* __s, size_type __n)
114 traits_type::assign(*__d, *__s);
116 traits_type::move(__d, __s, __n);
120 _S_assign(_CharT* __d, size_type __n, _CharT __c)
123 traits_type::assign(*__d, __c);
125 traits_type::assign(__d, __n, __c);
167 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_util.h 102 _S_copy(_CharT* __d, const _CharT* __s, size_type __n)
105 traits_type::assign(*__d, *__s);
107 traits_type::copy(__d, __s, __n);
111 _S_move(_CharT* __d, const _CharT* __s, size_type __n)
114 traits_type::assign(*__d, *__s);
116 traits_type::move(__d, __s, __n);
120 _S_assign(_CharT* __d, size_type __n, _CharT __c)
123 traits_type::assign(*__d, __c);
125 traits_type::assign(__d, __n, __c);
167 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_util.h 102 _S_copy(_CharT* __d, const _CharT* __s, size_type __n)
105 traits_type::assign(*__d, *__s);
107 traits_type::copy(__d, __s, __n);
111 _S_move(_CharT* __d, const _CharT* __s, size_type __n)
114 traits_type::assign(*__d, *__s);
116 traits_type::move(__d, __s, __n);
120 _S_assign(_CharT* __d, size_type __n, _CharT __c)
123 traits_type::assign(*__d, __c);
125 traits_type::assign(__d, __n, __c);
167 const difference_type __d = difference_type(__n1 - __n2) local
    [all...]

Completed in 821 milliseconds

1 2 3 4 5