Home
last modified time | relevance | path

Searched defs:__z (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/libstdc++/include/std/
Dstd_complex.h200 complex<_Tp>::complex(const complex<_Up>& __z) in complex()
531 real(complex<_Tp>& __z) in real()
536 real(const complex<_Tp>& __z) in real()
541 imag(complex<_Tp>& __z) in imag()
546 imag(const complex<_Tp>& __z) in imag()
552 __complex_abs(const complex<_Tp>& __z) in __complex_abs()
566 __complex_abs(__complex__ float __z) { return __builtin_cabsf(__z); } in __complex_abs()
569 __complex_abs(__complex__ double __z) { return __builtin_cabs(__z); } in __complex_abs()
572 __complex_abs(const __complex__ long double& __z) in __complex_abs()
577 abs(const complex<_Tp>& __z) { return __complex_abs(__z.__rep()); } in abs()
[all …]
/NextBSD/contrib/libstdc++/src/
Dvalarray-inst.cc83 const size_t __z = __i.size(); in __gslice_to_index() local
Dtree.cc257 _Rb_tree_rebalance_for_erase(_Rb_tree_node_base* const __z, in _Rb_tree_rebalance_for_erase()
/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDtgmath.h59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \ argument
735 __tg_fma(float __x, float __y, float __z) in __tg_fma()
740 __tg_fma(double __x, double __y, double __z) in __tg_fma()
745 __tg_fma(long double __x,long double __y, long double __z) in __tg_fma()
749 #define fma(__x, __y, __z) \ argument
1104 __tg_remquo(float __x, float __y, int* __z) in __tg_remquo()
1109 __tg_remquo(double __x, double __y, int* __z) in __tg_remquo()
1114 __tg_remquo(long double __x,long double __y, int* __z) in __tg_remquo()
1118 #define remquo(__x, __y, __z) \ argument
HDxmmintrin.h603 _mm_set_ps(float __z, float __y, float __x, float __w) in _mm_set_ps()
609 _mm_setr_ps(float __z, float __y, float __x, float __w) in _mm_setr_ps()
/NextBSD/contrib/libstdc++/include/tr1/
Drandom.tcc258 result_type __z = _M_x[_M_p++]; in operator ()() local
1226 const _IntType __z = _M_waiting(__urng, _M_t - _IntType(__x)); in operator ()() local
1495 const result_type __z = __u * __v * __v; in operator ()() local
1510 const result_type __z = -std::log(__urng()); in operator ()() local