Searched refs:__d (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/posix/arch/ppc/
H A Dfenv.h96 double __d; member in union:__fpscr
110 __mffs(&__r.__d);
112 __mtfsf(__r.__d);
121 __mffs(&__r.__d);
133 __mffs(&__r.__d);
136 __mtfsf(__r.__d);
147 __mffs(&__r.__d);
149 __mtfsf(__r.__d);
158 __mffs(&__r.__d);
167 __mffs(&__r.__d);
[all...]
/haiku/headers/cpp/std/
H A Dslice.h55 inline slice::slice (size_t __o, size_t __d, size_t __s) argument
56 : _M_off (__o), _M_sz (__d), _M_st (__s) {}
/haiku/headers/build/gcc-2.95.3/
H A Dva-sparc.h152 ? ({ union {char __d[sizeof (TYPE)]; int __i[2];} __u; \
156 (TYPE *) (void *) __u.__d; }) \
/haiku/headers/posix/
H A Dmath.h55 # define __huge_val_t union { unsigned char __c[8]; long long __ll; double __d; }
57 # define HUGE_VAL (((__huge_val_t) { __ll: __HUGE_VAL_v }).__d)
/haiku/headers/cpp/
H A Dstl_rope.h387 _Rope_RopeRep(_Tag __t, int __d, bool __b, size_t __size, argument
390 _M_tag(__t), _M_depth(__d), _M_is_balanced(__b), _M_c_string(0)
564 _Rope_RopeLeaf(__GC_CONST _CharT* __d, size_t __size, allocator_type __a) argument
566 _M_data(__d)
571 _M_c_string = __d;
631 bool __d, allocator_type __a)
635 , _M_delete_when_done(__d)
640 if (__d) {
1451 size_t __size, bool __d, allocator_type __a)
1458 return new(__space) _RopeFunction(__f, __size, __d, __
630 _Rope_RopeFunction(char_producer<_CharT>* __f, size_t __size, bool __d, allocator_type __a) argument
1450 _S_new_RopeFunction(char_producer<_CharT>* __f, size_t __size, bool __d, allocator_type __a) argument
[all...]
H A Dropeimpl.h1259 _RopeRep* __d = __clrstack[__csptr]; local
1260 __d->_M_free_c_string();
1261 __d->_M_c_string = 0;
H A Dstl_algo.h781 _Distance __d = __gcd(__n, __k); local
783 for (_Distance __i = 0; __i < __d; __i++) {
788 for (_Distance __j = 0; __j < __l/__d; __j++) {
800 for (_Distance __j = 0; __j < __k/__d - 1; __j ++) {
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dlonglong.h892 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
898 "r" ((USItype) (__d)))
1017 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
1044 : "r" ((USItype) (__d)), \
/haiku/src/system/libroot/posix/glibc/libio/
H A DlibioP.h645 extern char *_IO_dtoa __P ((double __d, int __mode, int __ndigits,

Completed in 115 milliseconds