Home | History | Annotate | Download | only in tr1

Lines Matching full:__d

121       _Tp __d = _Tp(0);
127 __d = _Tp(1) / (__b + __d);
129 const _Tp __del = __c * __d;
158 _Tp __d = -std::log(__x2);
159 _Tp __e = __mu * __d;
165 * (__gam1 * std::cosh(__e) + __gam2 * __fact2 * __d);
171 __d = __x2 * __x2;
177 __c *= __d / __i;
196 _Tp __d = _Tp(1) / __b;
197 _Tp __delh = __d;
215 __d = _Tp(1) / (__b + __a * __d);
216 __delh = (__b * __d - _Tp(1)) * __delh;