Searched refs:__gd (Results 1 – 5 of 5) sorted by relevance
65 __allocated_ptr(__allocated_ptr&& __gd) noexcept in _GLIBCXX_VISIBILITY()66 : _M_alloc(__gd._M_alloc), _M_ptr(__gd._M_ptr) in _GLIBCXX_VISIBILITY()67 { __gd._M_ptr = nullptr; } in _GLIBCXX_VISIBILITY()
427 static ulong __gd; /* set r9/x18 of secondary cpu to gd addr */ variable965 asm volatile("mov r9, %0" : : "r" (__gd)); /* set r9 to gd addr */ in secondary_main()967 asm volatile("mov x18, %0" : : "r" (__gd)); /* set x18 to gd addr */ in secondary_main()1034 __gd = (ulong)gd; in doing_stressapptest()
5820 gamma_distribution<result_type> __gd(__p.n() * .5, 2);5821 return __nd_(__g) * _VSTD::sqrt(__p.n()/__gd(__g));