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

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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:__anon23902
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:__anon23893
53 # define HUGE_VAL (__huge_val.__d)
mathinline.h 44 __extension__ union { double __d; int __i[2]; } __u = { __d: __x }; member in union:__anon23900
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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:__anon25492
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:__anon25483
53 # define HUGE_VAL (__huge_val.__d)
mathinline.h 44 __extension__ union { double __d; int __i[2]; } __u = { __d: __x }; member in union:__anon25490
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-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:__anon27004
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:__anon26995
53 # define HUGE_VAL (__huge_val.__d)
mathinline.h 44 __extension__ union { double __d; int __i[2]; } __u = { __d: __x }; member in union:__anon27002
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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++/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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...]
  /prebuilts/ndk/8/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...]
  /bionic/libm/alpha/
fenv.h 63 double __d; member in union:__fpcr
79 __mf_fpcr(&__r.__d);
81 __mt_fpcr(__r.__d);
92 __mf_fpcr(&__r.__d);
107 __mf_fpcr(&__r.__d);
110 __mt_fpcr(__r.__d);
136 __mf_fpcr(&__r.__d);
150 __mf_fpcr(&__r.__d);
162 __mf_fpcr(&__r.__d);
165 __mt_fpcr(__r.__d);
    [all...]
  /bionic/libm/include/alpha/
fenv.h 63 double __d; member in union:__fpcr
79 __mf_fpcr(&__r.__d);
81 __mt_fpcr(__r.__d);
92 __mf_fpcr(&__r.__d);
107 __mf_fpcr(&__r.__d);
110 __mt_fpcr(__r.__d);
136 __mf_fpcr(&__r.__d);
150 __mf_fpcr(&__r.__d);
162 __mf_fpcr(&__r.__d);
165 __mt_fpcr(__r.__d);
    [all...]

Completed in 1913 milliseconds

1 2 3