Home | History | Annotate | Download | only in tr1

Lines Matching refs:_Tp

51     template<typename _Tp>
54 static const _Tp __value;
59 template<typename _Tp>
63 static _Tp __pi() throw()
64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); }
66 static _Tp __pi_2() throw()
67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); }
69 static _Tp __pi_3() throw()
70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); }
72 static _Tp __pi_4() throw()
73 { return static_cast<_Tp>(0.7853981633974483096156608458198757L); }
75 static _Tp __1_pi() throw()
76 { return static_cast<_Tp>(0.3183098861837906715377675267450287L); }
78 static _Tp __2_sqrtpi() throw()
79 { return static_cast<_Tp>(1.1283791670955125738961589031215452L); }
81 static _Tp __sqrt2() throw()
82 { return static_cast<_Tp>(1.4142135623730950488016887242096981L); }
84 static _Tp __sqrt3() throw()
85 { return static_cast<_Tp>(1.7320508075688772935274463415058723L); }
87 static _Tp __sqrtpio2() throw()
88 { return static_cast<_Tp>(1.2533141373155002512078826424055226L); }
90 static _Tp __sqrt1_2() throw()
91 { return static_cast<_Tp>(0.7071067811865475244008443621048490L); }
93 static _Tp __lnpi() throw()
94 { return static_cast<_Tp>(1.1447298858494001741434273513530587L); }
96 static _Tp __gamma_e() throw()
97 { return static_cast<_Tp>(0.5772156649015328606065120900824024L); }
99 static _Tp __euler() throw()
100 { return static_cast<_Tp>(2.7182818284590452353602874713526625L); }
110 template<typename _Tp>
111 inline bool __isnan(const _Tp __x)
118 template<typename _Tp>
119 inline bool __isnan(const _Tp __x)