Searched refs:__pi (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h175 const _Tp __pi(atan2(+0., -0.));
181 copysign(__pi * _Tp(0.25), __x.imag()));
193 copysign(__pi / _Tp(2), __x.imag()));
203 const _Tp __pi(atan2(+0., -0.));
210 copysign(__pi * _Tp(0.25), __x.imag()));
213 copysign(__pi * _Tp(0.75), __x.imag()));
216 return std::complex<_Tp>(-__x.real(), copysign(__pi, __x.imag()));
226 copysign(__pi / _Tp(2), __x.imag()));
236 const _Tp __pi(atan2(+0., -0.));
239 copysign(__pi / _T
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dspecial_function_util.h67 static _Tp __pi() throw() function in struct:__detail::__numeric_constants
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dspecial_function_util.h67 static _Tp __pi() throw() function in struct:__detail::__numeric_constants
/netbsd-current/sbin/ifconfig/
H A Dparse.h121 #define PINTEGER_INITIALIZER1(__pi, __name, __min, __max, __base, \
134 #define PINTEGER_INITIALIZER(__pi, __name, __base, __defexec, __defkey, \
136 PINTEGER_INITIALIZER1(__pi, __name, INTMAX_MIN, INTMAX_MAX, \
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dshared_ptr_atomic.h408 if (auto __pi = reinterpret_cast<pointer>(__val))
411 __pi->_M_release();
413 __pi->_M_weak_release();
549 auto __pi = _M_refcount.lock(__o); local
551 __ret._M_refcount._M_pi = _S_add_ref(__pi);
569 auto __pi = _M_refcount.lock(memory_order_acquire); local
571 && __pi == __expected._M_refcount._M_pi)
580 __expected._M_refcount._M_pi = _S_add_ref(__pi);
591 auto __pi = _M_refcount.lock(memory_order_acquire); local
592 if (_M_ptr == __old._M_ptr && __pi
[all...]
H A Dshared_ptr_base.h971 auto __pi = ::new (__mem) local
974 _M_pi = __pi;
975 __p = __pi->_M_ptr();
1016 auto __pi = ::new(__c) _Sp_ca_type(__guard, __guard._M_ptr); local
1018 _M_pi = __pi;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dshared_ptr_base.h682 auto __pi = ::new (__mem) local
685 _M_pi = __pi;
686 __p = __pi->_M_ptr();

Completed in 90 milliseconds