Home
last modified time | relevance | path

Searched refs:__h (Results 1 – 22 of 22) sorted by relevance

/netbsd/src/external/lgpl3/gmp/dist/
Dlonglong.h613 struct {USItype __l, __h;} __i; \
618 (w1) = __x.__i.__h; (w0) = __x.__i.__l;})
621 struct {SItype __l, __h;} __i; \
626 (w1) = __x.__i.__h; (w0) = __x.__i.__l;})
639 struct {USItype __h, __l;} __i; \
642 (ph) = __x.__i.__h; \
648 struct {USItype __h, __l;} __i; \
651 (ph) = __x.__i.__h; \
693 struct {USItype __h, __l;} __i; \
696 (wh) = __x.__i.__h; \
[all …]
/netbsd/src/external/lgpl3/mpfr/dist/src/
Dmpfr-longlong.h611 struct {USItype __l, __h;} __i; \
616 (w1) = __x.__i.__h; (w0) = __x.__i.__l;})
619 struct {SItype __l, __h;} __i; \
624 (w1) = __x.__i.__h; (w0) = __x.__i.__l;})
637 struct {USItype __h, __l;} __i; \
640 (ph) = __x.__i.__h; \
646 struct {USItype __h, __l;} __i; \
649 (ph) = __x.__i.__h; \
691 struct {USItype __h, __l;} __i; \
694 (wh) = __x.__i.__h; \
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dhashtable_policy.h157 _ReuseOrAllocNode(__node_type* __nodes, __hashtable_alloc& __h) in _GLIBCXX_VISIBILITY()
158 : _M_nodes(__nodes), _M_h(__h) { } in _GLIBCXX_VISIBILITY()
206 _AllocNode(__hashtable_alloc& __h) in _GLIBCXX_VISIBILITY()
207 : _M_h(__h) { } in _GLIBCXX_VISIBILITY()
776 __hashtable* __h = static_cast<__hashtable*>(this); in _GLIBCXX_VISIBILITY()
777 __hash_code __code = __h->_M_hash_code(__k); in _GLIBCXX_VISIBILITY()
778 std::size_t __bkt = __h->_M_bucket_index(__code); in _GLIBCXX_VISIBILITY()
779 if (auto __node = __h->_M_find_node(__bkt, __k, __code)) in _GLIBCXX_VISIBILITY()
783 __h, in _GLIBCXX_VISIBILITY()
789 = __h->_M_insert_unique_node(__bkt, __code, __node._M_node); in _GLIBCXX_VISIBILITY()
[all …]
Dhashtable.h301 _Scoped_node(__node_ptr __n, __hashtable_alloc* __h) in _GLIBCXX_VISIBILITY()
302 : _M_h(__h), _M_node(__n) { } in _GLIBCXX_VISIBILITY()
306 _Scoped_node(__hashtable_alloc* __h, _Args&&... __args) in _GLIBCXX_VISIBILITY()
307 : _M_h(__h), in _GLIBCXX_VISIBILITY()
308 _M_node(__h->_M_allocate_node(std::forward<_Args>(__args)...)) in _GLIBCXX_VISIBILITY()
487 _Hashtable(const _Hash& __h, const _Equal& __eq, in _GLIBCXX_VISIBILITY()
489 : __hashtable_base(__h, __eq), in _GLIBCXX_VISIBILITY()
1181 const _Hash& __h, const _Equal& __eq, const allocator_type& __a) in _GLIBCXX_VISIBILITY()
1182 : _Hashtable(__h, __eq, __a) in _GLIBCXX_VISIBILITY()
1201 const _Hash& __h, const _Equal& __eq, in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
Dhash_fun.h73 unsigned long __h = 0; in _GLIBCXX_VISIBILITY() local
75 __h = 5 * __h + *__s; in _GLIBCXX_VISIBILITY()
76 return size_t(__h); in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dmodified_bessel_func.tcc121 _Tp __h = __nu * __xi; in __bessel_ik() local
122 if ( __h < __fp_min ) in __bessel_ik()
123 __h = __fp_min; in __bessel_ik()
126 _Tp __c = __h; in __bessel_ik()
134 __h *= __del; in __bessel_ik()
143 _Tp __Ipnul = __h * __Inul; in __bessel_ik()
202 _Tp __h = __delh; in __bessel_ik() local
221 __h += __delh; in __bessel_ik()
230 __h = __a1 * __h; in __bessel_ik()
233 __Knu1 = __Kmu * (__mu + __x + _Tp(0.5L) - __h) * __xi; in __bessel_ik()
Dhashtable_policy.h517 _Hashtable* __h = static_cast<_Hashtable*>(this); in _GLIBCXX_VISIBILITY()
518 typename _Hashtable::_Hash_code_type __code = __h->_M_hash_code(__k); in _GLIBCXX_VISIBILITY()
519 std::size_t __n = __h->_M_bucket_index(__k, __code, in _GLIBCXX_VISIBILITY()
520 __h->_M_bucket_count); in _GLIBCXX_VISIBILITY()
523 __h->_M_find_node(__h->_M_buckets[__n], __k, __code); in _GLIBCXX_VISIBILITY()
525 return __h->_M_insert_bucket(std::make_pair(__k, mapped_type()), in _GLIBCXX_VISIBILITY()
581 const _H1&, const _H2&, const _Hash& __h) in _GLIBCXX_VISIBILITY()
582 : _M_extract(__ex), _M_eq(__eq), _M_ranged_hash(__h) { } in _GLIBCXX_VISIBILITY()
Dbessel_function.tcc182 _Tp __h = __nu * __xi; in __bessel_jn() local
183 if (__h < __fp_min) in __bessel_jn()
184 __h = __fp_min; in __bessel_jn()
187 _Tp __c = __h; in __bessel_jn()
200 __h *= __del; in __bessel_jn()
210 _Tp __Jpnul = __h * __Jnul; in __bessel_jn()
Dexp_integral.tcc212 _Tp __h = __d; in __expint_En_cont_frac() local
220 __h *= __del; in __expint_En_cont_frac()
223 const _Tp __ans = __h * std::exp(-__x); in __expint_En_cont_frac()
Dhashtable.h529 const _H1& __h1, const _H2& __h2, const _Hash& __h, in _GLIBCXX_VISIBILITY()
535 __h1, __h2, __h), in _GLIBCXX_VISIBILITY()
555 const _H1& __h1, const _H2& __h2, const _Hash& __h, in _GLIBCXX_VISIBILITY()
561 __h1, __h2, __h), in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/binutils/dist/include/
Dobstack.h385 ({ struct obstack *__h = (OBSTACK); \
386 obstack_blank (__h, (length)); \
387 obstack_finish (__h); })
391 ({ struct obstack *__h = (OBSTACK); \
392 obstack_grow (__h, (where), (length)); \
393 obstack_finish (__h); })
397 ({ struct obstack *__h = (OBSTACK); \
398 obstack_grow0 (__h, (where), (length)); \
399 obstack_finish (__h); })
Dlonglong.h413 struct {USItype __h, __l;} __i; \
418 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
423 struct {USItype __h, __l;} __i; \
425 __x.__i.__h = n1; __x.__i.__l = n0; \
429 (q) = __x.__i.__l; (r) = __x.__i.__h; \
531 struct {USItype __l, __h;} __i; \
537 (w1) = __xx.__i.__h; (w0) = __xx.__i.__l;})
794 struct {USItype __h, __l;} __i; \
800 (wh) = __xx.__i.__h; \
805 struct {USItype __h, __l;} __i; \
[all …]
/netbsd/src/external/gpl3/gcc/dist/include/
Dobstack.h385 ({ struct obstack *__h = (OBSTACK); \
386 obstack_blank (__h, (length)); \
387 obstack_finish (__h); })
391 ({ struct obstack *__h = (OBSTACK); \
392 obstack_grow (__h, (where), (length)); \
393 obstack_finish (__h); })
397 ({ struct obstack *__h = (OBSTACK); \
398 obstack_grow0 (__h, (where), (length)); \
399 obstack_finish (__h); })
Dlonglong.h413 struct {USItype __h, __l;} __i; \
418 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
423 struct {USItype __h, __l;} __i; \
425 __x.__i.__h = n1; __x.__i.__l = n0; \
429 (q) = __x.__i.__l; (r) = __x.__i.__h; \
531 struct {USItype __l, __h;} __i; \
537 (w1) = __xx.__i.__h; (w0) = __xx.__i.__l;})
782 struct {USItype __h, __l;} __i; \
788 (wh) = __xx.__i.__h; \
793 struct {USItype __h, __l;} __i; \
[all …]
/netbsd/src/external/gpl3/gdb/dist/include/
Dobstack.h385 ({ struct obstack *__h = (OBSTACK); \
386 obstack_blank (__h, (length)); \
387 obstack_finish (__h); })
391 ({ struct obstack *__h = (OBSTACK); \
392 obstack_grow (__h, (where), (length)); \
393 obstack_finish (__h); })
397 ({ struct obstack *__h = (OBSTACK); \
398 obstack_grow0 (__h, (where), (length)); \
399 obstack_finish (__h); })
Dlonglong.h413 struct {USItype __h, __l;} __i; \
418 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
423 struct {USItype __h, __l;} __i; \
425 __x.__i.__h = n1; __x.__i.__l = n0; \
429 (q) = __x.__i.__l; (r) = __x.__i.__h; \
531 struct {USItype __l, __h;} __i; \
537 (w1) = __xx.__i.__h; (w0) = __xx.__i.__l;})
794 struct {USItype __h, __l;} __i; \
800 (wh) = __xx.__i.__h; \
805 struct {USItype __h, __l;} __i; \
[all …]
/netbsd/src/sys/arch/hpc/stand/hpcboot/sh3/dev/
Dsh.h363 uint32_t __h =(uint32_t)(h); \
366 for (__i = 0; __i < 8; __i++, __h <<= 4) { \
367 int __n =(__h >> 28) & 0xf; \
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dcoroutine102 constexpr coroutine_handle(std::nullptr_t __h) noexcept
103 : _M_fr_ptr(__h)
353 operator()(const coroutine_handle<_Promise>& __h) const noexcept
355 return reinterpret_cast<size_t>(__h.address());
Dchrono2075 is_am(const hours& __h) noexcept
2076 { return 0h <= __h && __h <= 11h; }
2079 is_pm(const hours& __h) noexcept
2080 { return 12h <= __h && __h <= 23h; }
2083 make12(const hours& __h) noexcept
2085 if (__h == 0h)
2087 else if (__h > 12h)
2088 return __h - 12h;
2089 return __h;
2093 make24(const hours& __h, bool __is_pm) noexcept
[all …]
Dtuple83 constexpr _Head_base(const _Head& __h)
84 : _M_head_impl(__h) { }
90 constexpr _Head_base(_UHead&& __h)
91 : _M_head_impl(std::forward<_UHead>(__h)) { }
139 constexpr _Head_base(const _Head& __h)
140 : _Head(__h) { }
146 constexpr _Head_base(_UHead&& __h)
147 : _Head(std::forward<_UHead>(__h)) { }
192 constexpr _Head_base(const _Head& __h)
193 : _M_head_impl(__h) { }
[all …]
Dstacktrace774 using __h = hash<stacktrace_entry::native_handle_type>;
775 return __h()(__f.native_handle());
785 hash<stacktrace_entry> __h;
788 __val = _Hash_impl::__hash_combine(__h(__f), __val);
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dthrow_allocator.h997 std::hash<std::size_t> __h; in _GLIBCXX_VISIBILITY()
998 size_t __result = __h(__val._M_i); in _GLIBCXX_VISIBILITY()
1013 std::hash<std::size_t> __h; in _GLIBCXX_VISIBILITY()
1014 size_t __result = __h(__val._M_i); in _GLIBCXX_VISIBILITY()